Oct 11 07:54:38.875 INFO testing 198d/cs_review against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:54:38.875 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:54:38.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:54:39.193 INFO blam! 4338b53d3db6d8ae6f49a45464869ceaa32b817f7649de58925297e5ced9de13 Oct 11 07:54:39.193 INFO running `"docker" "start" "-a" "4338b53d3db6d8ae6f49a45464869ceaa32b817f7649de58925297e5ced9de13"` Oct 11 07:54:39.899 INFO kablam! usermod: no changes Oct 11 07:54:39.990 INFO kablam! Compiling cs_review v0.1.0 (/source) Oct 11 07:54:41.199 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:54:41.199 INFO kablam! --> src/lib.rs:3:13 Oct 11 07:54:41.199 INFO kablam! | Oct 11 07:54:41.199 INFO kablam! 3 | #[macro_use(s)] Oct 11 07:54:41.199 INFO kablam! | ^ Oct 11 07:54:41.199 INFO kablam! | Oct 11 07:54:41.199 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:54:41.199 INFO kablam! Oct 11 07:54:41.324 INFO kablam! warning: variable does not need to be mutable Oct 11 07:54:41.324 INFO kablam! --> src/sorting.rs:2:26 Oct 11 07:54:41.324 INFO kablam! | Oct 11 07:54:41.324 INFO kablam! 2 | pub fn selection_sort(mut data: &mut [T]) Oct 11 07:54:41.324 INFO kablam! | ----^^^^ Oct 11 07:54:41.324 INFO kablam! | | Oct 11 07:54:41.324 INFO kablam! | help: remove this `mut` Oct 11 07:54:41.324 INFO kablam! | Oct 11 07:54:41.324 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:54:41.324 INFO kablam! Oct 11 07:54:41.324 INFO kablam! warning: variable does not need to be mutable Oct 11 07:54:41.324 INFO kablam! --> src/sorting.rs:25:26 Oct 11 07:54:41.324 INFO kablam! | Oct 11 07:54:41.324 INFO kablam! 25 | pub fn insertion_sort(mut data: &mut [T]) Oct 11 07:54:41.324 INFO kablam! | ----^^^^ Oct 11 07:54:41.324 INFO kablam! | | Oct 11 07:54:41.324 INFO kablam! | help: remove this `mut` Oct 11 07:54:41.324 INFO kablam! Oct 11 07:54:41.328 INFO kablam! warning: variable does not need to be mutable Oct 11 07:54:41.328 INFO kablam! --> src/sorting.rs:110:19 Oct 11 07:54:41.328 INFO kablam! | Oct 11 07:54:41.328 INFO kablam! 110 | fn sift_down(mut data: &mut [T], start: usize, end: usize) Oct 11 07:54:41.328 INFO kablam! | ----^^^^ Oct 11 07:54:41.328 INFO kablam! | | Oct 11 07:54:41.328 INFO kablam! | help: remove this `mut` Oct 11 07:54:41.328 INFO kablam! Oct 11 07:54:41.338 INFO kablam! warning: method is never used: `insert` Oct 11 07:54:41.338 INFO kablam! --> src/trees/binary.rs:128:3 Oct 11 07:54:41.338 INFO kablam! | Oct 11 07:54:41.338 INFO kablam! 128 | fn insert(&mut self, data: T) { Oct 11 07:54:41.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:54:41.338 INFO kablam! | Oct 11 07:54:41.338 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:54:41.338 INFO kablam! Oct 11 07:54:41.338 INFO kablam! warning: method is never used: `delete` Oct 11 07:54:41.338 INFO kablam! --> src/trees/binary.rs:147:3 Oct 11 07:54:41.338 INFO kablam! | Oct 11 07:54:41.338 INFO kablam! 147 | fn delete(&mut self, data: &T) { Oct 11 07:54:41.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:54:41.338 INFO kablam! Oct 11 07:54:41.338 INFO kablam! warning: method is never used: `find` Oct 11 07:54:41.338 INFO kablam! --> src/trees/binary.rs:187:3 Oct 11 07:54:41.338 INFO kablam! | Oct 11 07:54:41.338 INFO kablam! 187 | fn find<'a>(&'a self, data: &T) -> &Edge { Oct 11 07:54:41.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:54:41.338 INFO kablam! Oct 11 07:54:41.338 INFO kablam! warning: method is never used: `find_mut` Oct 11 07:54:41.338 INFO kablam! --> src/trees/binary.rs:199:3 Oct 11 07:54:41.338 INFO kablam! | Oct 11 07:54:41.338 INFO kablam! 199 | fn find_mut<'a>(&'a mut self, data: &T) -> &'a mut Edge { Oct 11 07:54:41.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:54:41.338 INFO kablam! Oct 11 07:54:41.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.45s Oct 11 07:54:41.371 INFO kablam! su: No module specific data is present Oct 11 07:54:41.655 INFO running `"docker" "rm" "-f" "4338b53d3db6d8ae6f49a45464869ceaa32b817f7649de58925297e5ced9de13"` Oct 11 07:54:41.750 INFO blam! 4338b53d3db6d8ae6f49a45464869ceaa32b817f7649de58925297e5ced9de13 Oct 11 07:54:41.753 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:54:41.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:54:41.920 INFO blam! 5ea78a861e04182acd59d5f49647b742ae6bb8d4084b968dbd46e65d66dc447f Oct 11 07:54:41.928 INFO running `"docker" "start" "-a" "5ea78a861e04182acd59d5f49647b742ae6bb8d4084b968dbd46e65d66dc447f"` Oct 11 07:54:42.418 INFO kablam! usermod: no changes Oct 11 07:54:42.476 INFO kablam! Compiling cs_review v0.1.0 (/source) Oct 11 07:54:43.884 INFO kablam! warning: unused `#[macro_use]` import Oct 11 07:54:43.884 INFO kablam! --> src/lib.rs:3:13 Oct 11 07:54:43.884 INFO kablam! | Oct 11 07:54:43.884 INFO kablam! 3 | #[macro_use(s)] Oct 11 07:54:43.884 INFO kablam! | ^ Oct 11 07:54:43.884 INFO kablam! | Oct 11 07:54:43.884 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:54:43.884 INFO kablam! Oct 11 07:54:44.044 INFO kablam! warning: variable does not need to be mutable Oct 11 07:54:44.044 INFO kablam! --> src/sorting.rs:2:26 Oct 11 07:54:44.044 INFO kablam! | Oct 11 07:54:44.044 INFO kablam! 2 | pub fn selection_sort(mut data: &mut [T]) Oct 11 07:54:44.044 INFO kablam! | ----^^^^ Oct 11 07:54:44.044 INFO kablam! | | Oct 11 07:54:44.044 INFO kablam! | help: remove this `mut` Oct 11 07:54:44.044 INFO kablam! | Oct 11 07:54:44.044 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:54:44.044 INFO kablam! Oct 11 07:54:44.044 INFO kablam! warning: variable does not need to be mutable Oct 11 07:54:44.044 INFO kablam! --> src/sorting.rs:25:26 Oct 11 07:54:44.044 INFO kablam! | Oct 11 07:54:44.044 INFO kablam! 25 | pub fn insertion_sort(mut data: &mut [T]) Oct 11 07:54:44.044 INFO kablam! | ----^^^^ Oct 11 07:54:44.044 INFO kablam! | | Oct 11 07:54:44.044 INFO kablam! | help: remove this `mut` Oct 11 07:54:44.044 INFO kablam! Oct 11 07:54:44.044 INFO kablam! warning: variable does not need to be mutable Oct 11 07:54:44.044 INFO kablam! --> src/sorting.rs:110:19 Oct 11 07:54:44.044 INFO kablam! | Oct 11 07:54:44.044 INFO kablam! 110 | fn sift_down(mut data: &mut [T], start: usize, end: usize) Oct 11 07:54:44.044 INFO kablam! | ----^^^^ Oct 11 07:54:44.044 INFO kablam! | | Oct 11 07:54:44.045 INFO kablam! | help: remove this `mut` Oct 11 07:54:44.045 INFO kablam! Oct 11 07:54:45.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.71s Oct 11 07:54:45.160 INFO kablam! su: No module specific data is present Oct 11 07:54:45.870 INFO running `"docker" "rm" "-f" "5ea78a861e04182acd59d5f49647b742ae6bb8d4084b968dbd46e65d66dc447f"` Oct 11 07:54:46.033 INFO blam! 5ea78a861e04182acd59d5f49647b742ae6bb8d4084b968dbd46e65d66dc447f Oct 11 07:54:46.038 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:54:46.039 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 07:54:46.428 INFO blam! 11e9825181e71823d3a08779f1566eb3903b77f4c5e2255280a16e43031cc5c1 Oct 11 07:54:46.428 INFO running `"docker" "start" "-a" "11e9825181e71823d3a08779f1566eb3903b77f4c5e2255280a16e43031cc5c1"` Oct 11 07:54:47.269 INFO kablam! usermod: no changes Oct 11 07:54:47.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 07:54:47.372 INFO kablam! Running /target/debug/deps/cs_review-52c73e3c0688c853 Oct 11 07:54:47.372 INFO blam! Oct 11 07:54:47.372 INFO blam! running 8 tests Oct 11 07:54:47.376 INFO blam! test sorting::test::test_insertion_sort ... ok Oct 11 07:54:47.377 INFO blam! test sorting::test::test_merge_sort ... ok Oct 11 07:54:47.377 INFO blam! test sorting::test::test_heap_sort ... ok Oct 11 07:54:47.377 INFO blam! test trees::binary::test::test_iterator ... ok Oct 11 07:54:47.378 INFO blam! test trees::binary::test::test_insert ... ok Oct 11 07:54:47.378 INFO blam! test trees::binary::test::test_find ... ok Oct 11 07:54:47.378 INFO blam! test trees::binary::test::test_delete ... ok Oct 11 07:54:47.379 INFO blam! test sorting::test::test_selection_sort ... ok Oct 11 07:54:47.379 INFO blam! Oct 11 07:54:47.379 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:54:47.380 INFO blam! Oct 11 07:54:47.380 INFO kablam! Doc-tests cs_review Oct 11 07:54:49.539 INFO blam! Oct 11 07:54:49.540 INFO blam! running 0 tests Oct 11 07:54:49.540 INFO blam! Oct 11 07:54:49.540 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:54:49.540 INFO blam! Oct 11 07:54:49.545 INFO kablam! su: No module specific data is present Oct 11 07:54:50.049 INFO running `"docker" "rm" "-f" "11e9825181e71823d3a08779f1566eb3903b77f4c5e2255280a16e43031cc5c1"` Oct 11 07:54:50.248 INFO blam! 11e9825181e71823d3a08779f1566eb3903b77f4c5e2255280a16e43031cc5c1