Oct 11 12:26:05.360 INFO testing rusty-santa-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:26:05.360 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:26:05.360 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 12:26:05.726 INFO blam! f19c112561067d07157be1ec4b2354da00ce03e958d02ebf7126c043919431d9 Oct 11 12:26:05.729 INFO running `"docker" "start" "-a" "f19c112561067d07157be1ec4b2354da00ce03e958d02ebf7126c043919431d9"` Oct 11 12:26:06.933 INFO kablam! usermod: no changes Oct 11 12:26:07.056 INFO kablam! Compiling rusty-santa v0.1.0 (/source) Oct 11 12:26:08.283 INFO kablam! warning: method is never used: `get` Oct 11 12:26:08.284 INFO kablam! --> src/lib.rs:64:5 Oct 11 12:26:08.284 INFO kablam! | Oct 11 12:26:08.284 INFO kablam! 64 | pub fn get(&self, x: &str, y: &str) -> bool { Oct 11 12:26:08.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:26:08.284 INFO kablam! | Oct 11 12:26:08.284 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 12:26:08.284 INFO kablam! Oct 11 12:26:08.284 INFO kablam! warning: method is never used: `size` Oct 11 12:26:08.284 INFO kablam! --> src/lib.rs:103:5 Oct 11 12:26:08.284 INFO kablam! | Oct 11 12:26:08.284 INFO kablam! 103 | pub fn size(&self) -> usize { Oct 11 12:26:08.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 12:26:08.284 INFO kablam! Oct 11 12:26:08.993 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.03s Oct 11 12:26:09.000 INFO kablam! su: No module specific data is present Oct 11 12:26:09.649 INFO running `"docker" "rm" "-f" "f19c112561067d07157be1ec4b2354da00ce03e958d02ebf7126c043919431d9"` Oct 11 12:26:09.904 INFO blam! f19c112561067d07157be1ec4b2354da00ce03e958d02ebf7126c043919431d9 Oct 11 12:26:09.910 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:26:09.912 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 12:26:10.230 INFO blam! 754640827d1d206f6ba63d771a548fecb17c073ac35e0991d51907d69c88ece5 Oct 11 12:26:10.231 INFO running `"docker" "start" "-a" "754640827d1d206f6ba63d771a548fecb17c073ac35e0991d51907d69c88ece5"` Oct 11 12:26:11.369 INFO kablam! usermod: no changes Oct 11 12:26:11.472 INFO kablam! Compiling rusty-santa v0.1.0 (/source) Oct 11 12:26:12.866 INFO kablam! warning: unused variable: `i` Oct 11 12:26:12.866 INFO kablam! --> src/lib.rs:357:13 Oct 11 12:26:12.866 INFO kablam! | Oct 11 12:26:12.866 INFO kablam! 357 | for i in 0..1000 { Oct 11 12:26:12.866 INFO kablam! | ^ help: consider using `_i` instead Oct 11 12:26:12.866 INFO kablam! | Oct 11 12:26:12.866 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 12:26:12.866 INFO kablam! Oct 11 12:26:12.900 INFO kablam! warning: variable does not need to be mutable Oct 11 12:26:12.900 INFO kablam! --> src/lib.rs:279:13 Oct 11 12:26:12.900 INFO kablam! | Oct 11 12:26:12.900 INFO kablam! 279 | let mut matrix = Matrix::new(keys); Oct 11 12:26:12.900 INFO kablam! | ----^^^^^^ Oct 11 12:26:12.900 INFO kablam! | | Oct 11 12:26:12.900 INFO kablam! | help: remove this `mut` Oct 11 12:26:12.909 INFO kablam! | Oct 11 12:26:12.909 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 12:26:12.909 INFO kablam! Oct 11 12:26:12.921 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 12:26:12.922 INFO kablam! --> src/lib.rs:358:13 Oct 11 12:26:12.922 INFO kablam! | Oct 11 12:26:12.922 INFO kablam! 358 | group.assign(); Oct 11 12:26:12.922 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 12:26:12.923 INFO kablam! | Oct 11 12:26:12.923 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 12:26:12.923 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 12:26:12.924 INFO kablam! Oct 11 12:26:15.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.33s Oct 11 12:26:15.752 INFO kablam! su: No module specific data is present Oct 11 12:26:16.220 INFO running `"docker" "rm" "-f" "754640827d1d206f6ba63d771a548fecb17c073ac35e0991d51907d69c88ece5"` Oct 11 12:26:16.512 INFO blam! 754640827d1d206f6ba63d771a548fecb17c073ac35e0991d51907d69c88ece5 Oct 11 12:26:16.513 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:26:16.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 12:26:16.964 INFO blam! 3834221217f5e2fb64a36fc179eb5e37518111621ea2669a076bd3a488d45add Oct 11 12:26:16.972 INFO running `"docker" "start" "-a" "3834221217f5e2fb64a36fc179eb5e37518111621ea2669a076bd3a488d45add"` Oct 11 12:26:17.843 INFO kablam! usermod: no changes Oct 11 12:26:17.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 11 12:26:17.944 INFO kablam! Running /target/debug/deps/rusty_santa-335e5e4b13ab6cf3 Oct 11 12:26:17.950 INFO blam! Oct 11 12:26:17.950 INFO blam! running 7 tests Oct 11 12:26:17.967 INFO blam! test tests::matrix_init ... ok Oct 11 12:26:17.967 INFO blam! test tests::matrix_get_row ... ok Oct 11 12:26:17.969 INFO blam! test tests::matrix_contains ... ok Oct 11 12:26:17.974 INFO blam! test tests::matrix_set ... ok Oct 11 12:26:17.974 INFO blam! test tests::matrix_size ... ok Oct 11 12:26:17.976 INFO blam! test tests::group_simple ... ok Oct 11 12:26:18.210 INFO blam! test tests::group_may_fail ... ok Oct 11 12:26:18.211 INFO blam! Oct 11 12:26:18.211 INFO kablam! Doc-tests rusty-santa Oct 11 12:26:18.211 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:26:18.211 INFO blam! Oct 11 12:26:20.145 INFO kablam! su: No module specific data is present Oct 11 12:26:20.145 INFO blam! Oct 11 12:26:20.145 INFO blam! running 0 tests Oct 11 12:26:20.145 INFO blam! Oct 11 12:26:20.145 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:26:20.145 INFO blam! Oct 11 12:26:20.787 INFO running `"docker" "rm" "-f" "3834221217f5e2fb64a36fc179eb5e37518111621ea2669a076bd3a488d45add"` Oct 11 12:26:21.016 INFO blam! 3834221217f5e2fb64a36fc179eb5e37518111621ea2669a076bd3a488d45add