[INFO] cloning repository https://github.com/super119/pemon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/super119/pemon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuper119%2Fpemon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuper119%2Fpemon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 36cdebf5929cafe8bead60b78c536a539a46cbcd
[INFO] checking super119/pemon against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsuper119%2Fpemon" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/super119/pemon
[INFO] finished tweaking git repo https://github.com/super119/pemon
[INFO] tweaked toml for git repo https://github.com/super119/pemon written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/super119/pemon on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/super119/pemon 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded env_logger v0.6.2
[INFO] [stderr]   Downloaded wincolor v1.0.1
[INFO] [stderr]   Downloaded log v0.4.7
[INFO] [stderr]   Downloaded cc v1.0.37
[INFO] [stderr]   Downloaded utf8-ranges v1.0.3
[INFO] [stderr]   Downloaded humantime v1.2.0
[INFO] [stderr]   Downloaded ucd-util v0.1.3
[INFO] [stderr]   Downloaded backtrace v0.3.33
[INFO] [stderr]   Downloaded aho-corasick v0.7.4
[INFO] [stderr]   Downloaded regex v1.1.9
[INFO] [stderr]   Downloaded regex-syntax v0.6.8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7
[INFO] running `Command { std: "docker" "start" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.60
[INFO] [stderr]    Compiling cc v1.0.37
[INFO] [stderr]     Checking cfg-if v0.1.9
[INFO] [stderr]    Compiling memchr v2.2.1
[INFO] [stderr]    Compiling bitflags v1.1.0
[INFO] [stderr]    Compiling version_check v0.1.5
[INFO] [stderr]    Compiling log v0.4.7
[INFO] [stderr]     Checking lazy_static v1.3.0
[INFO] [stderr]    Compiling regex v1.1.9
[INFO] [stderr]     Checking ucd-util v0.1.3
[INFO] [stderr]     Checking rustc-demangle v0.1.15
[INFO] [stderr]    Compiling nix v0.14.1
[INFO] [stderr]     Checking utf8-ranges v1.0.3
[INFO] [stderr]     Checking quick-error v1.2.2
[INFO] [stderr]     Checking unicode-width v0.1.5
[INFO] [stderr]     Checking termcolor v1.0.5
[INFO] [stderr]     Checking humantime v1.2.0
[INFO] [stderr]     Checking vec_map v0.8.1
[INFO] [stderr]     Checking regex-syntax v0.6.8
[INFO] [stderr]     Checking thread_local v0.3.6
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]    Compiling error-chain v0.12.1
[INFO] [stderr]     Checking aho-corasick v0.7.4
[INFO] [stderr]     Checking atty v0.2.13
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]    Compiling backtrace-sys v0.1.31
[INFO] [stderr]     Checking backtrace v0.3.33
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking pemon v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]   --> src/main.rs:76:28
[INFO] [stdout]    |
[INFO] [stdout] 76 |         min.push(std::f64::MAX);
[INFO] [stdout]    |                            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]    --> src/main.rs:138:28
[INFO] [stdout]     |
[INFO] [stdout] 138 |         min.push(std::f64::MAX);
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / error_chain! {
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]   --> src/main.rs:76:28
[INFO] [stdout]    |
[INFO] [stdout] 76 |         min.push(std::f64::MAX);
[INFO] [stdout]    |                            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated constant `std::f64::MAX`: replaced by the `MAX` associated constant on `f64`
[INFO] [stdout]    --> src/main.rs:138:28
[INFO] [stdout]     |
[INFO] [stdout] 138 |         min.push(std::f64::MAX);
[INFO] [stdout]     |                            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string()
[INFO] [stdout]   --> src/errors.rs:1:1
[INFO] [stdout]    |
[INFO] [stdout]  1 | / error_chain! {
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `impl_error_chain_processed` which comes from the expansion of the macro `error_chain` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:195:26
[INFO] [stdout]     |
[INFO] [stdout] 195 |     let mut min = usize::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:238:27
[INFO] [stdout]     |
[INFO] [stdout] 238 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:274:27
[INFO] [stdout]     |
[INFO] [stdout] 274 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:310:27
[INFO] [stdout]     |
[INFO] [stdout] 310 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:346:27
[INFO] [stdout]     |
[INFO] [stdout] 346 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:387:26
[INFO] [stdout]     |
[INFO] [stdout] 387 |     let mut min = usize::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:195:26
[INFO] [stdout]     |
[INFO] [stdout] 195 |     let mut min = usize::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:238:27
[INFO] [stdout]     |
[INFO] [stdout] 238 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:274:27
[INFO] [stdout]     |
[INFO] [stdout] 274 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:310:27
[INFO] [stdout]     |
[INFO] [stdout] 310 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:346:27
[INFO] [stdout]     |
[INFO] [stdout] 346 |     sum = 0; min = usize::max_value(); max = 0; l1 = 0; l2 = 0; l3 = 0; l4 = 0; l5 = 0;
[INFO] [stdout]     |                           ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `core::num::<impl usize>::max_value`: replaced by the `MAX` associated constant on this type
[INFO] [stdout]    --> src/main.rs:387:26
[INFO] [stdout]     |
[INFO] [stdout] 387 |     let mut min = usize::max_value();
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.65s
[INFO] running `Command { std: "docker" "inspect" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7", kill_on_drop: false }`
[INFO] [stdout] 61318df404c43a912fa0d6b62f50c1c5ee7e91e58e8c4fa14063aa424e8eb5a7
