[INFO] fetching crate xflags-macros 0.2.2... [INFO] checking xflags-macros-0.2.2 against try#3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f for pr-87248 [INFO] extracting crate xflags-macros 0.2.2 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate xflags-macros 0.2.2 on toolchain 3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "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-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dissimilar v1.0.2 [INFO] [stderr] Downloaded expect-test v1.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b3a75b95371f73de42bca719f25bebb29a0e76d7cff81725fde6b0e41c43d08b [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" "b3a75b95371f73de42bca719f25bebb29a0e76d7cff81725fde6b0e41c43d08b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b3a75b95371f73de42bca719f25bebb29a0e76d7cff81725fde6b0e41c43d08b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3a75b95371f73de42bca719f25bebb29a0e76d7cff81725fde6b0e41c43d08b", kill_on_drop: false }` [INFO] [stdout] b3a75b95371f73de42bca719f25bebb29a0e76d7cff81725fde6b0e41c43d08b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+3e59a8c2f14152ccc92a6c079f592dc2dc6fa93f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2e08b56d9f7cac9d57e902f32fd2f7ae5d6cb53b6836b3cb6175c751e0eb4a99 [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" "2e08b56d9f7cac9d57e902f32fd2f7ae5d6cb53b6836b3cb6175c751e0eb4a99", kill_on_drop: false }` [INFO] [stderr] Checking unicode-xid v0.2.2 [INFO] [stderr] Checking dissimilar v1.0.2 [INFO] [stderr] Compiling xflags-macros v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking proc-macro2 v1.0.28 [INFO] [stderr] Checking expect-test v1.1.0 [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` due to 47 previous errors [INFO] running `Command { std: "docker" "inspect" "2e08b56d9f7cac9d57e902f32fd2f7ae5d6cb53b6836b3cb6175c751e0eb4a99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e08b56d9f7cac9d57e902f32fd2f7ae5d6cb53b6836b3cb6175c751e0eb4a99", kill_on_drop: false }` [INFO] [stdout] 2e08b56d9f7cac9d57e902f32fd2f7ae5d6cb53b6836b3cb6175c751e0eb4a99