[INFO] fetching crate xflags-macros 0.2.2... [INFO] checking xflags-macros-0.2.2 against master#dfd7b8d03fb93d0e03147d28b3be6d93260fa94d for pr-87050 [INFO] extracting crate xflags-macros 0.2.2 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate xflags-macros 0.2.2 on toolchain dfd7b8d03fb93d0e03147d28b3be6d93260fa94d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xflags-macros 0.2.2 [INFO] finished tweaking crates.io crate xflags-macros 0.2.2 [INFO] tweaked toml for crates.io crate xflags-macros 0.2.2 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 96f4f8d224aff80348176020692109ac756d6faee34f0170421479c1f0479f2a [INFO] running `Command { std: "docker" "start" "-a" "96f4f8d224aff80348176020692109ac756d6faee34f0170421479c1f0479f2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "96f4f8d224aff80348176020692109ac756d6faee34f0170421479c1f0479f2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "96f4f8d224aff80348176020692109ac756d6faee34f0170421479c1f0479f2a", kill_on_drop: false }` [INFO] [stdout] 96f4f8d224aff80348176020692109ac756d6faee34f0170421479c1f0479f2a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+dfd7b8d03fb93d0e03147d28b3be6d93260fa94d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1b615a9971923a5365b73a337af5e6868460ccdbd226f7cd113f0029013fb628 [INFO] running `Command { std: "docker" "start" "-a" "1b615a9971923a5365b73a337af5e6868460ccdbd226f7cd113f0029013fb628", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking dissimilar v1.0.2 [INFO] [stderr] Checking expect-test v1.1.0 [INFO] [stderr] Checking xflags-macros v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:16:26 [INFO] [stdout] | [INFO] [stdout] 16 | pub fn from_env() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:21:55 [INFO] [stdout] | [INFO] [stdout] 21 | pub fn from_vec(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:27:23 [INFO] [stdout] | [INFO] [stdout] 27 | fn from_env_() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | let mut p = xflags::rt::Parser::new_from_env(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:31:52 [INFO] [stdout] | [INFO] [stdout] 31 | fn from_vec_(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | let mut p = xflags::rt::Parser::new(args); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:38:24 [INFO] [stdout] | [INFO] [stdout] 38 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:38:47 [INFO] [stdout] | [INFO] [stdout] 38 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn from_env() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:25:55 [INFO] [stdout] | [INFO] [stdout] 25 | pub fn from_vec(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:31:23 [INFO] [stdout] | [INFO] [stdout] 31 | fn from_env_() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | let mut p = xflags::rt::Parser::new_from_env(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:35:52 [INFO] [stdout] | [INFO] [stdout] 35 | fn from_vec_(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | let mut p = xflags::rt::Parser::new(args); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:42:24 [INFO] [stdout] | [INFO] [stdout] 42 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/smoke.rs:42:47 [INFO] [stdout] | [INFO] [stdout] 42 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:47:26 [INFO] [stdout] | [INFO] [stdout] 47 | pub fn from_env() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:52:55 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn from_vec(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:58:23 [INFO] [stdout] | [INFO] [stdout] 58 | fn from_env_() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:59:21 [INFO] [stdout] | [INFO] [stdout] 59 | let mut p = xflags::rt::Parser::new_from_env(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:62:52 [INFO] [stdout] | [INFO] [stdout] 62 | fn from_vec_(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:63:21 [INFO] [stdout] | [INFO] [stdout] 63 | let mut p = xflags::rt::Parser::new(args); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:69:24 [INFO] [stdout] | [INFO] [stdout] 69 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:69:47 [INFO] [stdout] | [INFO] [stdout] 69 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:100:24 [INFO] [stdout] | [INFO] [stdout] 100 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:100:47 [INFO] [stdout] | [INFO] [stdout] 100 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:134:24 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:134:47 [INFO] [stdout] | [INFO] [stdout] 134 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:153:24 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:153:47 [INFO] [stdout] | [INFO] [stdout] 153 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/subcommands.rs:169:47 [INFO] [stdout] | [INFO] [stdout] 169 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 27 | pub fn from_env() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:32:55 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn from_vec(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:38:23 [INFO] [stdout] | [INFO] [stdout] 38 | fn from_env_() -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | let mut p = xflags::rt::Parser::new_from_env(); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:42:52 [INFO] [stdout] | [INFO] [stdout] 42 | fn from_vec_(args: Vec) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:43:21 [INFO] [stdout] | [INFO] [stdout] 43 | let mut p = xflags::rt::Parser::new(args); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:49:24 [INFO] [stdout] | [INFO] [stdout] 49 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:49:47 [INFO] [stdout] | [INFO] [stdout] 49 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:95:24 [INFO] [stdout] | [INFO] [stdout] 95 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/help.rs:95:47 [INFO] [stdout] | [INFO] [stdout] 95 | fn parse_(p_: &mut xflags::rt::Parser) -> xflags::Result { [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/main.rs:12:33 [INFO] [stdout] | [INFO] [stdout] 12 | F: FnOnce(Vec) -> xflags::Result, [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `xflags` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/it/main.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | check( [INFO] [stdout] | ^^^^^ cannot infer type for type parameter `A` declared on the function `check` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/it/main.rs:97:5 [INFO] [stdout] | [INFO] [stdout] 97 | check( [INFO] [stdout] | ^^^^^ cannot infer type for type parameter `A` declared on the function `check` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> tests/it/main.rs:121:5 [INFO] [stdout] | [INFO] [stdout] 121 | check( [INFO] [stdout] | ^^^^^ cannot infer type for type parameter `A` declared on the function `check` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 46 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `xflags-macros` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "1b615a9971923a5365b73a337af5e6868460ccdbd226f7cd113f0029013fb628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b615a9971923a5365b73a337af5e6868460ccdbd226f7cd113f0029013fb628", kill_on_drop: false }` [INFO] [stdout] 1b615a9971923a5365b73a337af5e6868460ccdbd226f7cd113f0029013fb628