[INFO] cloning repository https://github.com/Myst4ke/PokeRust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Myst4ke/PokeRust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyst4ke%2FPokeRust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyst4ke%2FPokeRust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aa0580fe6012b7ab5dda790f51f15703549d7624
[INFO] checking Myst4ke/PokeRust against master#bca37a20bd376ce3fd138e7cdee7fe704e0f8814 for pr-139493-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMyst4ke%2FPokeRust" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Myst4ke/PokeRust
[INFO] finished tweaking git repo https://github.com/Myst4ke/PokeRust
[INFO] tweaked toml for git repo https://github.com/Myst4ke/PokeRust written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Myst4ke/PokeRust on toolchain bca37a20bd376ce3fd138e7cdee7fe704e0f8814
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Myst4ke/PokeRust 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" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded indicatif v0.17.0-rc.1
[INFO] [stderr]   Downloaded reqwest v0.11.8
[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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 74b784457ac4c1ea9ba0141d8a00327cdfdc4899864a8c08510872562d10da05
[INFO] running `Command { std: "docker" "start" "-a" "74b784457ac4c1ea9ba0141d8a00327cdfdc4899864a8c08510872562d10da05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74b784457ac4c1ea9ba0141d8a00327cdfdc4899864a8c08510872562d10da05", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74b784457ac4c1ea9ba0141d8a00327cdfdc4899864a8c08510872562d10da05", kill_on_drop: false }`
[INFO] [stdout] 74b784457ac4c1ea9ba0141d8a00327cdfdc4899864a8c08510872562d10da05
[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=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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bca37a20bd376ce3fd138e7cdee7fe704e0f8814" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 13c7ef08569a98b640bf4f7459eebec1946e671466ad60da22bc5a8cdfb4bf6a
[INFO] running `Command { std: "docker" "start" "-a" "13c7ef08569a98b640bf4f7459eebec1946e671466ad60da22bc5a8cdfb4bf6a", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.0.72
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]    Compiling futures-util v0.3.19
[INFO] [stderr]     Checking http v0.2.6
[INFO] [stderr]    Compiling serde v1.0.133
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]     Checking mio v0.7.14
[INFO] [stderr]     Checking openssl-probe v0.1.4
[INFO] [stderr]    Compiling futures-channel v0.3.19
[INFO] [stderr]     Checking want v0.3.0
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling syn v1.0.85
[INFO] [stderr]    Compiling quote v1.0.14
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking terminal_size v0.1.17
[INFO] [stderr]    Compiling serde_derive v1.0.133
[INFO] [stderr]     Checking tracing v0.1.29
[INFO] [stderr]    Compiling serde_json v1.0.74
[INFO] [stderr]     Checking ipnet v2.3.1
[INFO] [stderr]     Checking tokio v1.15.0
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking http-body v0.4.4
[INFO] [stderr]     Checking console v0.15.0
[INFO] [stderr]     Checking indicatif v0.17.0-rc.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.0
[INFO] [stderr]     Checking tokio-util v0.6.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.3.10
[INFO] [stderr]     Checking hyper v0.14.16
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.8
[INFO] [stderr]     Checking Pokedex v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 366 |                 rien => print!(""), //je suis incapable de trouver un fix
[INFO] [stdout]     |                 ---- matches any value
[INFO] [stdout] 367 |                 _ => println!("Required time of day : {}", t),
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: there is a binding of the same name; if you meant to pattern match against the value of that binding, that is a feature of constants that is not available for `let` bindings
[INFO] [stdout]    --> src/main.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |     let rien = "".to_string(); //utilisé car "" ne peut être une valeur dans match (.to_string)
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> src/main.rs:367:17
[INFO] [stdout]     |
[INFO] [stdout] 366 |                 rien => print!(""), //je suis incapable de trouver un fix
[INFO] [stdout]     |                 ---- matches any value
[INFO] [stdout] 367 |                 _ => println!("Required time of day : {}", t),
[INFO] [stdout]     |                 ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: there is a binding of the same name; if you meant to pattern match against the value of that binding, that is a feature of constants that is not available for `let` bindings
[INFO] [stdout]    --> src/main.rs:291:9
[INFO] [stdout]     |
[INFO] [stdout] 291 |     let rien = "".to_string(); //utilisé car "" ne peut être une valeur dans match (.to_string)
[INFO] [stdout]     |         ^^^^
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.00s
[INFO] running `Command { std: "docker" "inspect" "13c7ef08569a98b640bf4f7459eebec1946e671466ad60da22bc5a8cdfb4bf6a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13c7ef08569a98b640bf4f7459eebec1946e671466ad60da22bc5a8cdfb4bf6a", kill_on_drop: false }`
[INFO] [stdout] 13c7ef08569a98b640bf4f7459eebec1946e671466ad60da22bc5a8cdfb4bf6a
