[INFO] fetching crate underscore 0.0.2... [INFO] checking underscore-0.0.2 against master#506512391b1a75ae450d36c9420978402a91abcc for pr-125384 [INFO] extracting crate underscore 0.0.2 into /workspace/builds/worker-4-tc1/source [INFO] validating manifest of crates.io crate underscore 0.0.2 on toolchain 506512391b1a75ae450d36c9420978402a91abcc [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate underscore 0.0.2 [INFO] finished tweaking crates.io crate underscore 0.0.2 [INFO] tweaked toml for crates.io crate underscore 0.0.2 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a0ff1cacb258cc93ec410afd0e3a903f82a0882e3cceaad2a1ea6bd07795693b [INFO] running `Command { std: "docker" "start" "-a" "a0ff1cacb258cc93ec410afd0e3a903f82a0882e3cceaad2a1ea6bd07795693b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0ff1cacb258cc93ec410afd0e3a903f82a0882e3cceaad2a1ea6bd07795693b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0ff1cacb258cc93ec410afd0e3a903f82a0882e3cceaad2a1ea6bd07795693b", kill_on_drop: false }` [INFO] [stdout] a0ff1cacb258cc93ec410afd0e3a903f82a0882e3cceaad2a1ea6bd07795693b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+506512391b1a75ae450d36c9420978402a91abcc" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f50484dfc1bce5aec18d80dc10283cb279fac7f63dcb49ed0d4c38555a19217d [INFO] running `Command { std: "docker" "start" "-a" "f50484dfc1bce5aec18d80dc10283cb279fac7f63dcb49ed0d4c38555a19217d", kill_on_drop: false }` [INFO] [stderr] Checking underscore v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/vec/mod.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | fn reject(self, f: |value: &T| -> bool) -> Vec; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/vec/mod.rs:90:24 [INFO] [stdout] | [INFO] [stdout] 90 | fn reject(self, f: |value: &T| -> bool) -> Vec; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/vec/expand.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | fn reject(self, f: |value: &T| -> bool) -> Vec { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/vec/expand.rs:66:24 [INFO] [stdout] | [INFO] [stdout] 66 | fn reject(self, f: |value: &T| -> bool) -> Vec { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:99:32 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:99:32 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/hashmap/expands.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/hashmap/expands.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/hashmap/expands.rs:45:47 [INFO] [stdout] | [INFO] [stdout] 45 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/hashmap/expands.rs:45:47 [INFO] [stdout] | [INFO] [stdout] 45 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:45:45 [INFO] [stdout] | [INFO] [stdout] 45 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/hashmap/expands.rs:45:45 [INFO] [stdout] | [INFO] [stdout] 45 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> HashMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:60:45 [INFO] [stdout] | [INFO] [stdout] 60 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:99:32 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:99:32 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected argument name, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ expected argument name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/mod.rs:99:45 [INFO] [stdout] | [INFO] [stdout] 99 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap; [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/btreemap/expands.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:26:32 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/btreemap/expands.rs:26:47 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | fn pick_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/btreemap/expands.rs:42:47 [INFO] [stdout] | [INFO] [stdout] 42 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected type, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ expected type [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected parameter name, found `->` [INFO] [stdout] --> src/btreemap/expands.rs:42:47 [INFO] [stdout] | [INFO] [stdout] 42 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^^ expected parameter name [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `)`, `,`, `::`, or `<`, found `|` [INFO] [stdout] --> src/btreemap/expands.rs:42:45 [INFO] [stdout] | [INFO] [stdout] 42 | fn omit_by_filter(self, f: |k: &K, v: &V| -> bool) -> BTreeMap { [INFO] [stdout] | ^ [INFO] [stdout] | | [INFO] [stdout] | expected one of `!`, `(`, `)`, `,`, `::`, or `<` [INFO] [stdout] | help: missing `,` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/expand.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | fn index_of(&self, value: &T) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | impl VecU for Vec{ [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/expand.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | fn last_index_of(&self, value: &T) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | impl VecU for Vec{ [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/vec/expand.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | for i in range(0u, self.len() - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/mod.rs:59:45 [INFO] [stdout] | [INFO] [stdout] 59 | fn index_of(&self, value: &T) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 6 | pub trait VecU { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/mod.rs:69:50 [INFO] [stdout] | [INFO] [stdout] 69 | fn last_index_of(&self, value: &T) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 6 | pub trait VecU { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/expand.rs:37:45 [INFO] [stdout] | [INFO] [stdout] 37 | fn index_of(&self, value: &T) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | impl VecU for Vec{ [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/expand.rs:47:50 [INFO] [stdout] | [INFO] [stdout] 47 | fn last_index_of(&self, value: &T) -> Option { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 4 | impl VecU for Vec{ [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `range` in this scope [INFO] [stdout] --> src/vec/expand.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | for i in range(0u, self.len() - 1) { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 1 + use std::slice::range; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/mod.rs:59:45 [INFO] [stdout] | [INFO] [stdout] 59 | fn index_of(&self, value: &T) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 6 | pub trait VecU { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/vec/mod.rs:69:50 [INFO] [stdout] | [INFO] [stdout] 69 | fn last_index_of(&self, value: &T) -> Option; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 6 | pub trait VecU { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/vec/expand.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | let mut index = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/vec/expand.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | for i in range(0u, self.len() - 1) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/vec/expand.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | let mut index = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for number literal [INFO] [stdout] --> src/vec/expand.rs:60:24 [INFO] [stdout] | [INFO] [stdout] 60 | for i in range(0u, self.len() - 1) { [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the numeric types (`u32`, `isize`, `f32`, etc.) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/vec/expand.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | if ! f(&element) { rejected.push(element) } [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/vec/expand.rs:69:18 [INFO] [stdout] | [INFO] [stdout] 69 | if ! f(&element) { rejected.push(element) } [INFO] [stdout] | ^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/expands.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, K: Eq + Hash + Clone, V: Eq + Hash + Clone> HashMapU for HashMap { [INFO] [stdout] | - found this type parameter [INFO] [stdout] ... [INFO] [stdout] 19 | let v = self[element].clone(); [INFO] [stdout] | ^^^^^^^ expected `&K`, found type parameter `K` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&_` [INFO] [stdout] found type parameter `_` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 19 | let v = self[&element].clone(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/expands.rs:19:30 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, K: Eq + Hash + Clone, V: Eq + Hash + Clone> HashMapU for HashMap { [INFO] [stdout] | - found this type parameter [INFO] [stdout] ... [INFO] [stdout] 19 | let v = self[element].clone(); [INFO] [stdout] | ^^^^^^^ expected `&K`, found type parameter `K` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&_` [INFO] [stdout] found type parameter `_` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 19 | let v = self[&element].clone(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/expands.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, K: Eq + Hash + Clone, V: Eq + Hash + Clone> HashMapU for HashMap { [INFO] [stdout] | - found this type parameter [INFO] [stdout] ... [INFO] [stdout] 30 | let cp_val = self[cp_key].clone(); [INFO] [stdout] | ^^^^^^ expected `&K`, found type parameter `K` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&_` [INFO] [stdout] found type parameter `_` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 30 | let cp_val = self[&cp_key].clone(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/expands.rs:30:31 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, K: Eq + Hash + Clone, V: Eq + Hash + Clone> HashMapU for HashMap { [INFO] [stdout] | - found this type parameter [INFO] [stdout] ... [INFO] [stdout] 30 | let cp_val = self[cp_key].clone(); [INFO] [stdout] | ^^^^^^ expected `&K`, found type parameter `K` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&_` [INFO] [stdout] found type parameter `_` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 30 | let cp_val = self[&cp_key].clone(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/hashmap/expands.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | if f(&cp_key, &cp_val) { picked.insert(cp_key, cp_val); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/hashmap/expands.rs:31:16 [INFO] [stdout] | [INFO] [stdout] 31 | if f(&cp_key, &cp_val) { picked.insert(cp_key, cp_val); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/expands.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, K: Eq + Hash + Clone, V: Eq + Hash + Clone> HashMapU for HashMap { [INFO] [stdout] | - found this type parameter [INFO] [stdout] ... [INFO] [stdout] 49 | let cp_val = self[cp_key].clone(); [INFO] [stdout] | ^^^^^^ expected `&K`, found type parameter `K` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&_` [INFO] [stdout] found type parameter `_` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 49 | let cp_val = self[&cp_key].clone(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/hashmap/expands.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | if ! f(&cp_key, &cp_val) { omitted.insert(cp_key, cp_val); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/hashmap/expands.rs:49:31 [INFO] [stdout] | [INFO] [stdout] 5 | impl<'a, K: Eq + Hash + Clone, V: Eq + Hash + Clone> HashMapU for HashMap { [INFO] [stdout] | - found this type parameter [INFO] [stdout] ... [INFO] [stdout] 49 | let cp_val = self[cp_key].clone(); [INFO] [stdout] | ^^^^^^ expected `&K`, found type parameter `K` [INFO] [stdout] | [INFO] [stdout] = note: expected reference `&_` [INFO] [stdout] found type parameter `_` [INFO] [stdout] help: consider borrowing here [INFO] [stdout] | [INFO] [stdout] 49 | let cp_val = self[&cp_key].clone(); [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/hashmap/expands.rs:50:18 [INFO] [stdout] | [INFO] [stdout] 50 | if ! f(&cp_key, &cp_val) { omitted.insert(cp_key, cp_val); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/btreemap/expands.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | if f(&key, &value) { picked.insert(key, value); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/btreemap/expands.rs:29:16 [INFO] [stdout] | [INFO] [stdout] 29 | if f(&key, &value) { picked.insert(key, value); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/btreemap/expands.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | if ! f(&key, &value) { omitted.insert(key, value); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `f` in this scope [INFO] [stdout] --> src/btreemap/expands.rs:45:18 [INFO] [stdout] | [INFO] [stdout] 45 | if ! f(&key, &value) { omitted.insert(key, value); } [INFO] [stdout] | ^ help: a local variable with a similar name exists: `v` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 41 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0308, E0412, E0425. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] error: could not compile `underscore` (lib test) due to 42 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `underscore` (lib) due to 42 previous errors [INFO] running `Command { std: "docker" "inspect" "f50484dfc1bce5aec18d80dc10283cb279fac7f63dcb49ed0d4c38555a19217d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f50484dfc1bce5aec18d80dc10283cb279fac7f63dcb49ed0d4c38555a19217d", kill_on_drop: false }` [INFO] [stdout] f50484dfc1bce5aec18d80dc10283cb279fac7f63dcb49ed0d4c38555a19217d [INFO] checking underscore-0.0.2 against try#dae34b759e282c069aa28752564694effd121a63 for pr-125384 [INFO] extracting crate underscore 0.0.2 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate underscore 0.0.2 on toolchain dae34b759e282c069aa28752564694effd121a63 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate underscore 0.0.2 [INFO] finished tweaking crates.io crate underscore 0.0.2 [INFO] tweaked toml for crates.io crate underscore 0.0.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fef3bd5f5804924276bdde6bbf9c88151aecb51ebd42a0d51159f819f09ae613 [INFO] running `Command { std: "docker" "start" "-a" "fef3bd5f5804924276bdde6bbf9c88151aecb51ebd42a0d51159f819f09ae613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fef3bd5f5804924276bdde6bbf9c88151aecb51ebd42a0d51159f819f09ae613", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fef3bd5f5804924276bdde6bbf9c88151aecb51ebd42a0d51159f819f09ae613", kill_on_drop: false }` [INFO] [stdout] fef3bd5f5804924276bdde6bbf9c88151aecb51ebd42a0d51159f819f09ae613 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:beeedbb442662e57d416641ecc3200b38e573c25b057896194468d05594dd835" "/opt/rustwide/cargo-home/bin/cargo" "+dae34b759e282c069aa28752564694effd121a63" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b1a862c767336e01d7fc4326cd34ec26b060b73532dc2e075b7c40e5d30f1598 [INFO] running `Command { std: "docker" "start" "-a" "b1a862c767336e01d7fc4326cd34ec26b060b73532dc2e075b7c40e5d30f1598", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] no edition found in manifest, probably 2015, skipping [INFO] running `Command { std: "docker" "inspect" "b1a862c767336e01d7fc4326cd34ec26b060b73532dc2e075b7c40e5d30f1598", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b1a862c767336e01d7fc4326cd34ec26b060b73532dc2e075b7c40e5d30f1598", kill_on_drop: false }` [INFO] [stdout] b1a862c767336e01d7fc4326cd34ec26b060b73532dc2e075b7c40e5d30f1598