Oct 12 13:40:44.171 INFO checking simonasker/adventofcode2016 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 13:40:44.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 13:40:44.764 INFO blam! 68fc12b2a3edd4c986a132ab66b6b974b09217c6ccbdd96fd12e6f1ccdaee346 Oct 12 13:40:44.765 INFO running `"docker" "start" "-a" "68fc12b2a3edd4c986a132ab66b6b974b09217c6ccbdd96fd12e6f1ccdaee346"` Oct 12 13:40:47.565 INFO kablam! usermod: no changes Oct 12 13:40:47.732 INFO kablam! Compiling rust-crypto v0.2.36 Oct 12 13:40:47.733 INFO kablam! Checking clap v2.19.1 Oct 12 13:40:58.465 INFO kablam! Checking adventofcode2016 v0.1.0 (/source) Oct 12 13:40:59.381 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 13:40:59.381 INFO kablam! --> src/solutions/day19.rs:14:31 Oct 12 13:40:59.381 INFO kablam! | Oct 12 13:40:59.381 INFO kablam! 14 | res = i32::pow(2, (i-1)); Oct 12 13:40:59.381 INFO kablam! | ^^^^^ help: remove these parentheses Oct 12 13:40:59.381 INFO kablam! | Oct 12 13:40:59.381 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 13:40:59.381 INFO kablam! Oct 12 13:40:59.445 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 13:40:59.445 INFO kablam! --> src/solutions/day19.rs:14:31 Oct 12 13:40:59.445 INFO kablam! | Oct 12 13:40:59.445 INFO kablam! 14 | res = i32::pow(2, (i-1)); Oct 12 13:40:59.445 INFO kablam! | ^^^^^ help: remove these parentheses Oct 12 13:40:59.445 INFO kablam! | Oct 12 13:40:59.445 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 13:40:59.445 INFO kablam! Oct 12 13:41:00.520 INFO kablam! warning: value assigned to `b` is never read Oct 12 13:41:00.521 INFO kablam! --> src/solutions/day23.rs:154:13 Oct 12 13:41:00.521 INFO kablam! | Oct 12 13:41:00.521 INFO kablam! 154 | let mut b = 0; Oct 12 13:41:00.522 INFO kablam! | ^ Oct 12 13:41:00.522 INFO kablam! | Oct 12 13:41:00.522 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 13:41:00.523 INFO kablam! Oct 12 13:41:00.523 INFO kablam! warning: value assigned to `c` is never read Oct 12 13:41:00.523 INFO kablam! --> src/solutions/day23.rs:155:13 Oct 12 13:41:00.523 INFO kablam! | Oct 12 13:41:00.524 INFO kablam! 155 | let mut c = 0; Oct 12 13:41:00.524 INFO kablam! | ^ Oct 12 13:41:00.524 INFO kablam! Oct 12 13:41:00.524 INFO kablam! warning: value assigned to `d` is never read Oct 12 13:41:00.525 INFO kablam! --> src/solutions/day23.rs:156:13 Oct 12 13:41:00.525 INFO kablam! | Oct 12 13:41:00.525 INFO kablam! 156 | let mut d = 0; Oct 12 13:41:00.525 INFO kablam! | ^ Oct 12 13:41:00.526 INFO kablam! Oct 12 13:41:00.526 INFO kablam! warning: value assigned to `c` is never read Oct 12 13:41:00.526 INFO kablam! --> src/solutions/day23.rs:184:5 Oct 12 13:41:00.526 INFO kablam! | Oct 12 13:41:00.527 INFO kablam! 184 | c = 1; // 19: cpy 1 c TOGGLED Oct 12 13:41:00.527 INFO kablam! | ^ Oct 12 13:41:00.527 INFO kablam! Oct 12 13:41:00.548 INFO kablam! warning: value assigned to `b` is never read Oct 12 13:41:00.549 INFO kablam! --> src/solutions/day23.rs:154:13 Oct 12 13:41:00.549 INFO kablam! | Oct 12 13:41:00.550 INFO kablam! 154 | let mut b = 0; Oct 12 13:41:00.550 INFO kablam! | ^ Oct 12 13:41:00.550 INFO kablam! | Oct 12 13:41:00.550 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 13:41:00.551 INFO kablam! Oct 12 13:41:00.551 INFO kablam! warning: value assigned to `c` is never read Oct 12 13:41:00.551 INFO kablam! --> src/solutions/day23.rs:155:13 Oct 12 13:41:00.552 INFO kablam! | Oct 12 13:41:00.552 INFO kablam! 155 | let mut c = 0; Oct 12 13:41:00.552 INFO kablam! | ^ Oct 12 13:41:00.553 INFO kablam! Oct 12 13:41:00.553 INFO kablam! warning: value assigned to `d` is never read Oct 12 13:41:00.553 INFO kablam! --> src/solutions/day23.rs:156:13 Oct 12 13:41:00.553 INFO kablam! | Oct 12 13:41:00.554 INFO kablam! 156 | let mut d = 0; Oct 12 13:41:00.554 INFO kablam! | ^ Oct 12 13:41:00.554 INFO kablam! Oct 12 13:41:00.554 INFO kablam! warning: value assigned to `c` is never read Oct 12 13:41:00.555 INFO kablam! --> src/solutions/day23.rs:184:5 Oct 12 13:41:00.555 INFO kablam! | Oct 12 13:41:00.555 INFO kablam! 184 | c = 1; // 19: cpy 1 c TOGGLED Oct 12 13:41:00.555 INFO kablam! | ^ Oct 12 13:41:00.556 INFO kablam! Oct 12 13:41:00.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.36s Oct 12 13:41:00.972 INFO kablam! su: No module specific data is present Oct 12 13:41:01.636 INFO running `"docker" "rm" "-f" "68fc12b2a3edd4c986a132ab66b6b974b09217c6ccbdd96fd12e6f1ccdaee346"` Oct 12 13:41:01.968 INFO blam! 68fc12b2a3edd4c986a132ab66b6b974b09217c6ccbdd96fd12e6f1ccdaee346