Oct 10 14:49:25.945 INFO testing simonasker/adventofcode2016 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:49:25.945 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:49:25.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:49:26.452 INFO blam! f6cfe606ccf3ec492d42cd6e102f92fc350086f6efc7bed09961dbdb80e8b159 Oct 10 14:49:26.454 INFO running `"docker" "start" "-a" "f6cfe606ccf3ec492d42cd6e102f92fc350086f6efc7bed09961dbdb80e8b159"` Oct 10 14:49:28.684 INFO kablam! usermod: no changes Oct 10 14:49:28.884 INFO kablam! Compiling rust-crypto v0.2.36 Oct 10 14:49:38.959 INFO kablam! Compiling adventofcode2016 v0.1.0 (/source) Oct 10 14:49:40.508 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:49:40.508 INFO kablam! --> src/solutions/day19.rs:14:31 Oct 10 14:49:40.508 INFO kablam! | Oct 10 14:49:40.508 INFO kablam! 14 | res = i32::pow(2, (i-1)); Oct 10 14:49:40.508 INFO kablam! | ^^^^^ help: remove these parentheses Oct 10 14:49:40.508 INFO kablam! | Oct 10 14:49:40.508 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:49:40.508 INFO kablam! Oct 10 14:49:41.240 INFO kablam! warning: value assigned to `b` is never read Oct 10 14:49:41.240 INFO kablam! --> src/solutions/day23.rs:154:13 Oct 10 14:49:41.240 INFO kablam! | Oct 10 14:49:41.240 INFO kablam! 154 | let mut b = 0; Oct 10 14:49:41.240 INFO kablam! | ^ Oct 10 14:49:41.240 INFO kablam! | Oct 10 14:49:41.240 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 14:49:41.240 INFO kablam! Oct 10 14:49:41.240 INFO kablam! warning: value assigned to `c` is never read Oct 10 14:49:41.240 INFO kablam! --> src/solutions/day23.rs:155:13 Oct 10 14:49:41.240 INFO kablam! | Oct 10 14:49:41.240 INFO kablam! 155 | let mut c = 0; Oct 10 14:49:41.240 INFO kablam! | ^ Oct 10 14:49:41.240 INFO kablam! Oct 10 14:49:41.240 INFO kablam! warning: value assigned to `d` is never read Oct 10 14:49:41.240 INFO kablam! --> src/solutions/day23.rs:156:13 Oct 10 14:49:41.240 INFO kablam! | Oct 10 14:49:41.240 INFO kablam! 156 | let mut d = 0; Oct 10 14:49:41.240 INFO kablam! | ^ Oct 10 14:49:41.241 INFO kablam! Oct 10 14:49:41.241 INFO kablam! warning: value assigned to `c` is never read Oct 10 14:49:41.241 INFO kablam! --> src/solutions/day23.rs:184:5 Oct 10 14:49:41.241 INFO kablam! | Oct 10 14:49:41.241 INFO kablam! 184 | c = 1; // 19: cpy 1 c TOGGLED Oct 10 14:49:41.241 INFO kablam! | ^ Oct 10 14:49:41.241 INFO kablam! Oct 10 14:49:47.844 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.13s Oct 10 14:49:47.848 INFO kablam! su: No module specific data is present Oct 10 14:49:48.508 INFO running `"docker" "rm" "-f" "f6cfe606ccf3ec492d42cd6e102f92fc350086f6efc7bed09961dbdb80e8b159"` Oct 10 14:49:48.740 INFO blam! f6cfe606ccf3ec492d42cd6e102f92fc350086f6efc7bed09961dbdb80e8b159 Oct 10 14:49:48.742 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:49:48.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:49:49.166 INFO blam! cb9b95c066cc9dc59c90c4aa3fb19b41e21f685acd146ff67e5ef7720da225f4 Oct 10 14:49:49.180 INFO running `"docker" "start" "-a" "cb9b95c066cc9dc59c90c4aa3fb19b41e21f685acd146ff67e5ef7720da225f4"` Oct 10 14:49:50.879 INFO kablam! usermod: no changes Oct 10 14:49:51.040 INFO kablam! Compiling adventofcode2016 v0.1.0 (/source) Oct 10 14:49:52.416 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:49:52.416 INFO kablam! --> src/solutions/day19.rs:14:31 Oct 10 14:49:52.416 INFO kablam! | Oct 10 14:49:52.416 INFO kablam! 14 | res = i32::pow(2, (i-1)); Oct 10 14:49:52.416 INFO kablam! | ^^^^^ help: remove these parentheses Oct 10 14:49:52.416 INFO kablam! | Oct 10 14:49:52.416 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:49:52.416 INFO kablam! Oct 10 14:49:52.959 INFO kablam! warning: value assigned to `b` is never read Oct 10 14:49:52.959 INFO kablam! --> src/solutions/day23.rs:154:13 Oct 10 14:49:52.960 INFO kablam! | Oct 10 14:49:52.960 INFO kablam! 154 | let mut b = 0; Oct 10 14:49:52.960 INFO kablam! | ^ Oct 10 14:49:52.960 INFO kablam! | Oct 10 14:49:52.960 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 14:49:52.960 INFO kablam! Oct 10 14:49:52.960 INFO kablam! warning: value assigned to `c` is never read Oct 10 14:49:52.960 INFO kablam! --> src/solutions/day23.rs:155:13 Oct 10 14:49:52.960 INFO kablam! | Oct 10 14:49:52.960 INFO kablam! 155 | let mut c = 0; Oct 10 14:49:52.960 INFO kablam! | ^ Oct 10 14:49:52.960 INFO kablam! Oct 10 14:49:52.960 INFO kablam! warning: value assigned to `d` is never read Oct 10 14:49:52.960 INFO kablam! --> src/solutions/day23.rs:156:13 Oct 10 14:49:52.960 INFO kablam! | Oct 10 14:49:52.960 INFO kablam! 156 | let mut d = 0; Oct 10 14:49:52.960 INFO kablam! | ^ Oct 10 14:49:52.960 INFO kablam! Oct 10 14:49:52.960 INFO kablam! warning: value assigned to `c` is never read Oct 10 14:49:52.960 INFO kablam! --> src/solutions/day23.rs:184:5 Oct 10 14:49:52.960 INFO kablam! | Oct 10 14:49:52.960 INFO kablam! 184 | c = 1; // 19: cpy 1 c TOGGLED Oct 10 14:49:52.960 INFO kablam! | ^ Oct 10 14:49:52.960 INFO kablam! Oct 10 14:49:53.784 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 10 14:49:53.788 INFO kablam! su: No module specific data is present Oct 10 14:49:54.504 INFO running `"docker" "rm" "-f" "cb9b95c066cc9dc59c90c4aa3fb19b41e21f685acd146ff67e5ef7720da225f4"` Oct 10 14:49:54.828 INFO blam! cb9b95c066cc9dc59c90c4aa3fb19b41e21f685acd146ff67e5ef7720da225f4 Oct 10 14:49:54.830 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:49:54.831 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 14:49:55.364 INFO blam! f09935614b6f2a4d60380ccb4a8df9dbe7c47cf62ed623e343b8c38cd158973e Oct 10 14:49:55.373 INFO running `"docker" "start" "-a" "f09935614b6f2a4d60380ccb4a8df9dbe7c47cf62ed623e343b8c38cd158973e"` Oct 10 14:49:56.565 INFO kablam! usermod: no changes Oct 10 14:49:56.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 10 14:49:56.657 INFO kablam! Running /target/debug/deps/adventofcode2016-c7a08dcd82e0b694 Oct 10 14:49:56.659 INFO blam! Oct 10 14:49:56.659 INFO blam! running 0 tests Oct 10 14:49:56.659 INFO blam! Oct 10 14:49:56.659 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:49:56.659 INFO blam! Oct 10 14:49:56.660 INFO kablam! su: No module specific data is present Oct 10 14:49:57.656 INFO running `"docker" "rm" "-f" "f09935614b6f2a4d60380ccb4a8df9dbe7c47cf62ed623e343b8c38cd158973e"` Oct 10 14:49:57.977 INFO blam! f09935614b6f2a4d60380ccb4a8df9dbe7c47cf62ed623e343b8c38cd158973e