Oct 14 15:24:04.565 INFO testing kenrick95/adventofcode2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 15:24:04.566 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 15:24:05.012 INFO blam! eea04e1139bf769d1836595236b1dd737db4798c2951d3d40fe1daaf088b2ff2 Oct 14 15:24:05.016 INFO running `"docker" "start" "-a" "eea04e1139bf769d1836595236b1dd737db4798c2951d3d40fe1daaf088b2ff2"` Oct 14 15:24:05.912 INFO kablam! usermod: no changes Oct 14 15:24:05.950 INFO kablam! Compiling libc v0.2.34 Oct 14 15:24:06.930 INFO kablam! Compiling memchr v2.0.1 Oct 14 15:24:07.230 INFO kablam! Compiling aho-corasick v0.6.4 Oct 14 15:24:08.067 INFO kablam! Compiling regex v0.2.5 Oct 14 15:24:14.711 INFO kablam! Compiling aoc2017 v0.1.0 (/source) Oct 14 15:24:15.007 INFO kablam! warning: variable does not need to be mutable Oct 14 15:24:15.007 INFO kablam! --> src/day23part2.rs:15:7 Oct 14 15:24:15.007 INFO kablam! | Oct 14 15:24:15.007 INFO kablam! 15 | let mut e = 2; Oct 14 15:24:15.007 INFO kablam! | ----^ Oct 14 15:24:15.007 INFO kablam! | | Oct 14 15:24:15.007 INFO kablam! | help: remove this `mut` Oct 14 15:24:15.007 INFO kablam! | Oct 14 15:24:15.007 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:24:15.007 INFO kablam! Oct 14 15:24:15.007 INFO kablam! warning: variable does not need to be mutable Oct 14 15:24:15.007 INFO kablam! --> src/day23part2.rs:16:7 Oct 14 15:24:15.007 INFO kablam! | Oct 14 15:24:15.007 INFO kablam! 16 | let mut g = 0; Oct 14 15:24:15.007 INFO kablam! | ----^ Oct 14 15:24:15.007 INFO kablam! | | Oct 14 15:24:15.007 INFO kablam! | help: remove this `mut` Oct 14 15:24:15.007 INFO kablam! Oct 14 15:24:15.363 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.43s Oct 14 15:24:15.366 INFO kablam! su: No module specific data is present Oct 14 15:24:16.523 INFO running `"docker" "rm" "-f" "eea04e1139bf769d1836595236b1dd737db4798c2951d3d40fe1daaf088b2ff2"` Oct 14 15:24:16.761 INFO blam! eea04e1139bf769d1836595236b1dd737db4798c2951d3d40fe1daaf088b2ff2 Oct 14 15:24:16.768 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 15:24:17.092 INFO blam! 626f46a7c4c11024471a1e5107590263e86024e17053536ec7f9d34807e10f88 Oct 14 15:24:17.097 INFO running `"docker" "start" "-a" "626f46a7c4c11024471a1e5107590263e86024e17053536ec7f9d34807e10f88"` Oct 14 15:24:17.751 INFO kablam! usermod: no changes Oct 14 15:24:17.815 INFO kablam! Compiling aoc2017 v0.1.0 (/source) Oct 14 15:24:18.119 INFO kablam! warning: variable does not need to be mutable Oct 14 15:24:18.119 INFO kablam! --> src/day23part2.rs:15:7 Oct 14 15:24:18.119 INFO kablam! | Oct 14 15:24:18.119 INFO kablam! 15 | let mut e = 2; Oct 14 15:24:18.119 INFO kablam! | ----^ Oct 14 15:24:18.119 INFO kablam! | | Oct 14 15:24:18.119 INFO kablam! | help: remove this `mut` Oct 14 15:24:18.119 INFO kablam! | Oct 14 15:24:18.119 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 15:24:18.119 INFO kablam! Oct 14 15:24:18.119 INFO kablam! warning: variable does not need to be mutable Oct 14 15:24:18.119 INFO kablam! --> src/day23part2.rs:16:7 Oct 14 15:24:18.119 INFO kablam! | Oct 14 15:24:18.119 INFO kablam! 16 | let mut g = 0; Oct 14 15:24:18.119 INFO kablam! | ----^ Oct 14 15:24:18.119 INFO kablam! | | Oct 14 15:24:18.119 INFO kablam! | help: remove this `mut` Oct 14 15:24:18.119 INFO kablam! Oct 14 15:24:18.549 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.75s Oct 14 15:24:18.549 INFO kablam! su: No module specific data is present Oct 14 15:24:18.934 INFO running `"docker" "rm" "-f" "626f46a7c4c11024471a1e5107590263e86024e17053536ec7f9d34807e10f88"` Oct 14 15:24:19.011 INFO blam! 626f46a7c4c11024471a1e5107590263e86024e17053536ec7f9d34807e10f88 Oct 14 15:24:19.012 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 15:24:19.168 INFO blam! 36683e03d627abfc053d157d396477764b1977f7db98b89622c80c77c187fdee Oct 14 15:24:19.168 INFO running `"docker" "start" "-a" "36683e03d627abfc053d157d396477764b1977f7db98b89622c80c77c187fdee"` Oct 14 15:24:19.584 INFO kablam! usermod: no changes Oct 14 15:24:19.616 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 15:24:19.619 INFO kablam! Running /target/debug/deps/aoc2017-8ebdcb07dd8ddd56 Oct 14 15:24:19.619 INFO blam! Oct 14 15:24:19.619 INFO blam! running 0 tests Oct 14 15:24:19.619 INFO blam! Oct 14 15:24:19.619 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:24:19.619 INFO blam! Oct 14 15:24:19.621 INFO kablam! su: No module specific data is present Oct 14 15:24:19.871 INFO running `"docker" "rm" "-f" "36683e03d627abfc053d157d396477764b1977f7db98b89622c80c77c187fdee"` Oct 14 15:24:19.947 INFO blam! 36683e03d627abfc053d157d396477764b1977f7db98b89622c80c77c187fdee