Oct 31 16:59:33.611 INFO checking zzeroo/average against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 16:59:33.613 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-0/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-0/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +d7816399d50d407bbce1efe9dbadf8faaaf568fc-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 31 16:59:34.011 INFO blam! e2904a5261172a9c1c504b58998dd5bcd84aa6f077ce4353d9c3c37b8119f279 Oct 31 16:59:34.014 INFO running `"docker" "start" "-a" "e2904a5261172a9c1c504b58998dd5bcd84aa6f077ce4353d9c3c37b8119f279"` Oct 31 16:59:35.373 INFO kablam! usermod: no changes Oct 31 16:59:35.504 INFO kablam! Checking num-traits v0.1.36 Oct 31 16:59:35.516 INFO kablam! Checking libc v0.2.20 Oct 31 16:59:35.516 INFO kablam! Checking serde v0.9.7 Oct 31 16:59:37.545 INFO kablam! Checking time v0.1.36 Oct 31 16:59:37.547 INFO kablam! Checking rand v0.3.15 Oct 31 16:59:38.608 INFO kablam! Checking num-integer v0.1.32 Oct 31 16:59:39.728 INFO kablam! Checking num-iter v0.1.32 Oct 31 16:59:40.457 INFO kablam! Checking num v0.1.36 Oct 31 16:59:47.014 INFO kablam! Checking chrono v0.3.0 Oct 31 16:59:48.896 INFO kablam! Checking average v0.1.0 (/source) Oct 31 16:59:49.108 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 31 16:59:49.108 INFO kablam! --> src/lib.rs:7:5 Oct 31 16:59:49.108 INFO kablam! | Oct 31 16:59:49.108 INFO kablam! 7 | use chrono::prelude::*; Oct 31 16:59:49.108 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 16:59:49.108 INFO kablam! | Oct 31 16:59:49.112 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 16:59:49.113 INFO kablam! Oct 31 16:59:49.130 INFO kablam! warning: unused import: `chrono::prelude::*` Oct 31 16:59:49.130 INFO kablam! --> src/lib.rs:7:5 Oct 31 16:59:49.130 INFO kablam! | Oct 31 16:59:49.130 INFO kablam! 7 | use chrono::prelude::*; Oct 31 16:59:49.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 16:59:49.131 INFO kablam! | Oct 31 16:59:49.131 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 31 16:59:49.131 INFO kablam! Oct 31 16:59:49.176 INFO kablam! warning: unused variable: `three_second` Oct 31 16:59:49.177 INFO kablam! --> src/lib.rs:26:9 Oct 31 16:59:49.177 INFO kablam! | Oct 31 16:59:49.177 INFO kablam! 26 | let three_second = Duration::new(3, 0); Oct 31 16:59:49.178 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_three_second` instead Oct 31 16:59:49.178 INFO kablam! | Oct 31 16:59:49.178 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 16:59:49.178 INFO kablam! Oct 31 16:59:49.190 INFO kablam! warning: function is never used: `sum` Oct 31 16:59:49.190 INFO kablam! --> src/lib.rs:12:1 Oct 31 16:59:49.190 INFO kablam! | Oct 31 16:59:49.191 INFO kablam! 12 | fn sum(values: &Vec<(u32, Instant)>) -> Option { Oct 31 16:59:49.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 16:59:49.191 INFO kablam! | Oct 31 16:59:49.192 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 16:59:49.192 INFO kablam! Oct 31 16:59:49.232 INFO kablam! warning: unused variable: `three_second` Oct 31 16:59:49.233 INFO kablam! --> src/lib.rs:26:9 Oct 31 16:59:49.233 INFO kablam! | Oct 31 16:59:49.233 INFO kablam! 26 | let three_second = Duration::new(3, 0); Oct 31 16:59:49.234 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_three_second` instead Oct 31 16:59:49.234 INFO kablam! | Oct 31 16:59:49.234 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 31 16:59:49.235 INFO kablam! Oct 31 16:59:49.235 INFO kablam! warning: unused variable: `i` Oct 31 16:59:49.235 INFO kablam! --> src/lib.rs:69:13 Oct 31 16:59:49.236 INFO kablam! | Oct 31 16:59:49.236 INFO kablam! 69 | for i in 0..1801 { Oct 31 16:59:49.236 INFO kablam! | ^ help: consider using `_i` instead Oct 31 16:59:49.237 INFO kablam! Oct 31 16:59:49.677 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 14.28s Oct 31 16:59:49.681 INFO kablam! su: No module specific data is present Oct 31 16:59:51.317 INFO running `"docker" "rm" "-f" "e2904a5261172a9c1c504b58998dd5bcd84aa6f077ce4353d9c3c37b8119f279"` Oct 31 16:59:51.648 INFO blam! e2904a5261172a9c1c504b58998dd5bcd84aa6f077ce4353d9c3c37b8119f279