[INFO] fetching crate xflags-macros 0.2.1... [INFO] checking xflags-macros-0.2.1 against master#3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 for pr-65819 [INFO] extracting crate xflags-macros 0.2.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate xflags-macros 0.2.1 on toolchain 3aedcf06b73fc36feeebca3d579e1d2a6c40acc5 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate xflags-macros 0.2.1 [INFO] finished tweaking crates.io crate xflags-macros 0.2.1 [INFO] tweaked toml for crates.io crate xflags-macros 0.2.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 62e990f7f20fe0b3a77377bb9634d66579b9689787163da86e1f9f4051fe01f4 [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" "62e990f7f20fe0b3a77377bb9634d66579b9689787163da86e1f9f4051fe01f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "62e990f7f20fe0b3a77377bb9634d66579b9689787163da86e1f9f4051fe01f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "62e990f7f20fe0b3a77377bb9634d66579b9689787163da86e1f9f4051fe01f4", kill_on_drop: false }` [INFO] [stdout] 62e990f7f20fe0b3a77377bb9634d66579b9689787163da86e1f9f4051fe01f4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+3aedcf06b73fc36feeebca3d579e1d2a6c40acc5" "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] 5f7b05bda6b622259bc9529086ef642944fb36d38d329677fd30ecb0e097cf55 [INFO] running `Command { std: "docker" "start" "-a" "5f7b05bda6b622259bc9529086ef642944fb36d38d329677fd30ecb0e097cf55", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Checking dissimilar v1.0.2 [INFO] [stderr] Checking once_cell v1.7.2 [INFO] [stderr] Checking expect-test v1.1.0 [INFO] [stderr] Checking xflags-macros v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `xflags` [INFO] [stdout] --> tests/it/repeated_pos.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | 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:19:55 [INFO] [stdout] | [INFO] [stdout] 19 | 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:25:23 [INFO] [stdout] | [INFO] [stdout] 25 | 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:26:21 [INFO] [stdout] | [INFO] [stdout] 26 | 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:29:52 [INFO] [stdout] | [INFO] [stdout] 29 | 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:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | 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:36:24 [INFO] [stdout] | [INFO] [stdout] 36 | 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:36:47 [INFO] [stdout] | [INFO] [stdout] 36 | 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:19:26 [INFO] [stdout] | [INFO] [stdout] 19 | 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:23:55 [INFO] [stdout] | [INFO] [stdout] 23 | 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:29:23 [INFO] [stdout] | [INFO] [stdout] 29 | 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:30:21 [INFO] [stdout] | [INFO] [stdout] 30 | 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:33:52 [INFO] [stdout] | [INFO] [stdout] 33 | 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:34:21 [INFO] [stdout] | [INFO] [stdout] 34 | 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:40:24 [INFO] [stdout] | [INFO] [stdout] 40 | 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:40:47 [INFO] [stdout] | [INFO] [stdout] 40 | 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:46:26 [INFO] [stdout] | [INFO] [stdout] 46 | 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:50:55 [INFO] [stdout] | [INFO] [stdout] 50 | 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:56:23 [INFO] [stdout] | [INFO] [stdout] 56 | 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:57:21 [INFO] [stdout] | [INFO] [stdout] 57 | 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:60:52 [INFO] [stdout] | [INFO] [stdout] 60 | 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:61:21 [INFO] [stdout] | [INFO] [stdout] 61 | 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:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | 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:67:47 [INFO] [stdout] | [INFO] [stdout] 67 | 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:98:24 [INFO] [stdout] | [INFO] [stdout] 98 | 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:98:47 [INFO] [stdout] | [INFO] [stdout] 98 | 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:132:24 [INFO] [stdout] | [INFO] [stdout] 132 | 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:132:47 [INFO] [stdout] | [INFO] [stdout] 132 | 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:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | 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:151:47 [INFO] [stdout] | [INFO] [stdout] 151 | 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:167:24 [INFO] [stdout] | [INFO] [stdout] 167 | 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:167:47 [INFO] [stdout] | [INFO] [stdout] 167 | 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:11:33 [INFO] [stdout] | [INFO] [stdout] 11 | 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:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | 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:96:5 [INFO] [stdout] | [INFO] [stdout] 96 | 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:120:5 [INFO] [stdout] | [INFO] [stdout] 120 | 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 36 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" "5f7b05bda6b622259bc9529086ef642944fb36d38d329677fd30ecb0e097cf55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f7b05bda6b622259bc9529086ef642944fb36d38d329677fd30ecb0e097cf55", kill_on_drop: false }` [INFO] [stdout] 5f7b05bda6b622259bc9529086ef642944fb36d38d329677fd30ecb0e097cf55