[INFO] fetching crate name_maker 0.1.1... [INFO] checking name_maker-0.1.1 against master#068609ce766e55d2e7371cd2a86143a6d7e8e2e4 for pr-138952 [INFO] extracting crate name_maker 0.1.1 into /workspace/builds/worker-3-tc1/source [INFO] validating manifest of crates.io crate name_maker 0.1.1 on toolchain 068609ce766e55d2e7371cd2a86143a6d7e8e2e4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+068609ce766e55d2e7371cd2a86143a6d7e8e2e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate name_maker 0.1.1 [INFO] finished tweaking crates.io crate name_maker 0.1.1 [INFO] tweaked toml for crates.io crate name_maker 0.1.1 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate crates.io crate name_maker 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+068609ce766e55d2e7371cd2a86143a6d7e8e2e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+068609ce766e55d2e7371cd2a86143a6d7e8e2e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 539ad0639daa21968abd4741ff0e518ab446296ad29bce43feee77775486e794 [INFO] running `Command { std: "docker" "start" "-a" "539ad0639daa21968abd4741ff0e518ab446296ad29bce43feee77775486e794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "539ad0639daa21968abd4741ff0e518ab446296ad29bce43feee77775486e794", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "539ad0639daa21968abd4741ff0e518ab446296ad29bce43feee77775486e794", kill_on_drop: false }` [INFO] [stdout] 539ad0639daa21968abd4741ff0e518ab446296ad29bce43feee77775486e794 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--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:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+068609ce766e55d2e7371cd2a86143a6d7e8e2e4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a10b1b9667e6676893afc6079711480c955adfdb3537b9ac991892bd28a216b [INFO] running `Command { std: "docker" "start" "-a" "2a10b1b9667e6676893afc6079711480c955adfdb3537b9ac991892bd28a216b", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.118 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking getrandom v0.2.4 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking name_maker v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/main.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 88 | 0..=1 => return Err("Too few command arguments."), [INFO] [stdout] | ----- matches some of the same values [INFO] [stdout] 89 | 2 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 101 | 3 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 117 | 4.. => return Err("Too many command arguments."), [INFO] [stdout] | --- matches some of the same values [INFO] [stdout] 118 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/main.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 88 | 0..=1 => return Err("Too few command arguments."), [INFO] [stdout] | ----- matches some of the same values [INFO] [stdout] 89 | 2 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 101 | 3 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 117 | 4.. => return Err("Too many command arguments."), [INFO] [stdout] | --- matches some of the same values [INFO] [stdout] 118 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] = note: `#[warn(unreachable_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/main.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 126 | 0..=1 => return Err("Too few command arguments."), [INFO] [stdout] | ----- matches some of the same values [INFO] [stdout] 127 | 2 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 135 | 3 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 149 | 4.. => return Err("Too many command arguments."), [INFO] [stdout] | --- matches some of the same values [INFO] [stdout] 150 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unreachable pattern [INFO] [stdout] --> src/main.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 150 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ no value can reach this [INFO] [stdout] | [INFO] [stdout] note: multiple earlier patterns match some of the same values [INFO] [stdout] --> src/main.rs:150:9 [INFO] [stdout] | [INFO] [stdout] 126 | 0..=1 => return Err("Too few command arguments."), [INFO] [stdout] | ----- matches some of the same values [INFO] [stdout] 127 | 2 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 135 | 3 => { [INFO] [stdout] | - matches some of the same values [INFO] [stdout] ... [INFO] [stdout] 149 | 4.. => return Err("Too many command arguments."), [INFO] [stdout] | --- matches some of the same values [INFO] [stdout] 150 | _ => panic!("Should not reach here.") [INFO] [stdout] | ^ collectively making this unreachable [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.16s [INFO] running `Command { std: "docker" "inspect" "2a10b1b9667e6676893afc6079711480c955adfdb3537b9ac991892bd28a216b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a10b1b9667e6676893afc6079711480c955adfdb3537b9ac991892bd28a216b", kill_on_drop: false }` [INFO] [stdout] 2a10b1b9667e6676893afc6079711480c955adfdb3537b9ac991892bd28a216b