Oct 15 13:01:44.985 INFO testing 198d/cs_review against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:01:44.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:01:45.174 INFO blam! 639f5c9ebb046183a26cbba9a14df23f97fea7f5e44d5f8019eed407db516816 Oct 15 13:01:45.177 INFO running `"docker" "start" "-a" "639f5c9ebb046183a26cbba9a14df23f97fea7f5e44d5f8019eed407db516816"` Oct 15 13:01:45.587 INFO kablam! usermod: no changes Oct 15 13:01:45.644 INFO kablam! Compiling ndarray v0.7.2 Oct 15 13:01:45.647 INFO kablam! Compiling num-complex v0.1.35 Oct 15 13:01:45.647 INFO kablam! Compiling itertools v0.5.8 Oct 15 13:01:53.043 INFO kablam! Compiling cs_review v0.1.0 (/source) Oct 15 13:01:53.851 INFO kablam! warning: unused `#[macro_use]` import Oct 15 13:01:53.851 INFO kablam! --> src/lib.rs:3:13 Oct 15 13:01:53.851 INFO kablam! | Oct 15 13:01:53.851 INFO kablam! 3 | #[macro_use(s)] Oct 15 13:01:53.851 INFO kablam! | ^ Oct 15 13:01:53.851 INFO kablam! | Oct 15 13:01:53.851 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:01:53.851 INFO kablam! Oct 15 13:01:53.962 INFO kablam! warning: variable does not need to be mutable Oct 15 13:01:53.962 INFO kablam! --> src/sorting.rs:2:26 Oct 15 13:01:53.963 INFO kablam! | Oct 15 13:01:53.963 INFO kablam! 2 | pub fn selection_sort(mut data: &mut [T]) Oct 15 13:01:53.963 INFO kablam! | ----^^^^ Oct 15 13:01:53.963 INFO kablam! | | Oct 15 13:01:53.963 INFO kablam! | help: remove this `mut` Oct 15 13:01:53.963 INFO kablam! | Oct 15 13:01:53.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:01:53.963 INFO kablam! Oct 15 13:01:53.967 INFO kablam! warning: variable does not need to be mutable Oct 15 13:01:53.967 INFO kablam! --> src/sorting.rs:25:26 Oct 15 13:01:53.967 INFO kablam! | Oct 15 13:01:53.967 INFO kablam! 25 | pub fn insertion_sort(mut data: &mut [T]) Oct 15 13:01:53.967 INFO kablam! | ----^^^^ Oct 15 13:01:53.967 INFO kablam! | | Oct 15 13:01:53.967 INFO kablam! | help: remove this `mut` Oct 15 13:01:53.967 INFO kablam! Oct 15 13:01:53.972 INFO kablam! warning: variable does not need to be mutable Oct 15 13:01:53.972 INFO kablam! --> src/sorting.rs:110:19 Oct 15 13:01:53.972 INFO kablam! | Oct 15 13:01:53.972 INFO kablam! 110 | fn sift_down(mut data: &mut [T], start: usize, end: usize) Oct 15 13:01:53.972 INFO kablam! | ----^^^^ Oct 15 13:01:53.972 INFO kablam! | | Oct 15 13:01:53.972 INFO kablam! | help: remove this `mut` Oct 15 13:01:53.972 INFO kablam! Oct 15 13:01:53.981 INFO kablam! warning: method is never used: `insert` Oct 15 13:01:53.982 INFO kablam! --> src/trees/binary.rs:128:3 Oct 15 13:01:53.982 INFO kablam! | Oct 15 13:01:53.982 INFO kablam! 128 | fn insert(&mut self, data: T) { Oct 15 13:01:53.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:01:53.982 INFO kablam! | Oct 15 13:01:53.982 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:01:53.982 INFO kablam! Oct 15 13:01:53.982 INFO kablam! warning: method is never used: `delete` Oct 15 13:01:53.982 INFO kablam! --> src/trees/binary.rs:147:3 Oct 15 13:01:53.982 INFO kablam! | Oct 15 13:01:53.982 INFO kablam! 147 | fn delete(&mut self, data: &T) { Oct 15 13:01:53.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:01:53.982 INFO kablam! Oct 15 13:01:53.982 INFO kablam! warning: method is never used: `find` Oct 15 13:01:53.982 INFO kablam! --> src/trees/binary.rs:187:3 Oct 15 13:01:53.982 INFO kablam! | Oct 15 13:01:53.982 INFO kablam! 187 | fn find<'a>(&'a self, data: &T) -> &Edge { Oct 15 13:01:53.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:01:53.982 INFO kablam! Oct 15 13:01:53.982 INFO kablam! warning: method is never used: `find_mut` Oct 15 13:01:53.982 INFO kablam! --> src/trees/binary.rs:199:3 Oct 15 13:01:53.982 INFO kablam! | Oct 15 13:01:53.982 INFO kablam! 199 | fn find_mut<'a>(&'a mut self, data: &T) -> &'a mut Edge { Oct 15 13:01:53.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:01:53.982 INFO kablam! Oct 15 13:01:54.021 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.42s Oct 15 13:01:54.024 INFO kablam! su: No module specific data is present Oct 15 13:01:54.733 INFO running `"docker" "rm" "-f" "639f5c9ebb046183a26cbba9a14df23f97fea7f5e44d5f8019eed407db516816"` Oct 15 13:01:54.927 INFO blam! 639f5c9ebb046183a26cbba9a14df23f97fea7f5e44d5f8019eed407db516816 Oct 15 13:01:54.930 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:01:55.260 INFO blam! 3093ae384576d2995121558800574b86479fe6e0b4393801f796ad39167f8afa Oct 15 13:01:55.271 INFO running `"docker" "start" "-a" "3093ae384576d2995121558800574b86479fe6e0b4393801f796ad39167f8afa"` Oct 15 13:01:56.239 INFO kablam! usermod: no changes Oct 15 13:01:56.289 INFO kablam! Compiling cs_review v0.1.0 (/source) Oct 15 13:01:57.051 INFO kablam! warning: unused `#[macro_use]` import Oct 15 13:01:57.051 INFO kablam! --> src/lib.rs:3:13 Oct 15 13:01:57.051 INFO kablam! | Oct 15 13:01:57.051 INFO kablam! 3 | #[macro_use(s)] Oct 15 13:01:57.051 INFO kablam! | ^ Oct 15 13:01:57.063 INFO kablam! | Oct 15 13:01:57.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 13:01:57.063 INFO kablam! Oct 15 13:01:57.211 INFO kablam! warning: variable does not need to be mutable Oct 15 13:01:57.211 INFO kablam! --> src/sorting.rs:2:26 Oct 15 13:01:57.211 INFO kablam! | Oct 15 13:01:57.211 INFO kablam! 2 | pub fn selection_sort(mut data: &mut [T]) Oct 15 13:01:57.211 INFO kablam! | ----^^^^ Oct 15 13:01:57.211 INFO kablam! | | Oct 15 13:01:57.211 INFO kablam! | help: remove this `mut` Oct 15 13:01:57.211 INFO kablam! | Oct 15 13:01:57.211 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 13:01:57.211 INFO kablam! Oct 15 13:01:57.215 INFO kablam! warning: variable does not need to be mutable Oct 15 13:01:57.215 INFO kablam! --> src/sorting.rs:25:26 Oct 15 13:01:57.215 INFO kablam! | Oct 15 13:01:57.215 INFO kablam! 25 | pub fn insertion_sort(mut data: &mut [T]) Oct 15 13:01:57.215 INFO kablam! | ----^^^^ Oct 15 13:01:57.215 INFO kablam! | | Oct 15 13:01:57.215 INFO kablam! | help: remove this `mut` Oct 15 13:01:57.215 INFO kablam! Oct 15 13:01:57.216 INFO kablam! warning: variable does not need to be mutable Oct 15 13:01:57.216 INFO kablam! --> src/sorting.rs:110:19 Oct 15 13:01:57.216 INFO kablam! | Oct 15 13:01:57.216 INFO kablam! 110 | fn sift_down(mut data: &mut [T], start: usize, end: usize) Oct 15 13:01:57.216 INFO kablam! | ----^^^^ Oct 15 13:01:57.216 INFO kablam! | | Oct 15 13:01:57.216 INFO kablam! | help: remove this `mut` Oct 15 13:01:57.216 INFO kablam! Oct 15 13:01:58.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.07s Oct 15 13:01:58.332 INFO kablam! su: No module specific data is present Oct 15 13:01:59.375 INFO running `"docker" "rm" "-f" "3093ae384576d2995121558800574b86479fe6e0b4393801f796ad39167f8afa"` Oct 15 13:01:59.722 INFO blam! 3093ae384576d2995121558800574b86479fe6e0b4393801f796ad39167f8afa Oct 15 13:01:59.725 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:02:00.173 INFO blam! 5a39fba8f33bcf9d0c0d4984950e6b03fac960eb69a8a4820a43e9e99df2af06 Oct 15 13:02:00.179 INFO running `"docker" "start" "-a" "5a39fba8f33bcf9d0c0d4984950e6b03fac960eb69a8a4820a43e9e99df2af06"` Oct 15 13:02:01.498 INFO kablam! usermod: no changes Oct 15 13:02:01.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 13:02:01.587 INFO kablam! Running /target/debug/deps/cs_review-52c73e3c0688c853 Oct 15 13:02:01.591 INFO blam! Oct 15 13:02:01.591 INFO blam! running 8 tests Oct 15 13:02:01.591 INFO blam! test trees::binary::test::test_delete ... ok Oct 15 13:02:01.591 INFO blam! test sorting::test::test_selection_sort ... ok Oct 15 13:02:01.591 INFO blam! test sorting::test::test_insertion_sort ... ok Oct 15 13:02:01.591 INFO blam! test trees::binary::test::test_find ... ok Oct 15 13:02:01.591 INFO blam! test trees::binary::test::test_insert ... ok Oct 15 13:02:01.591 INFO blam! test trees::binary::test::test_iterator ... ok Oct 15 13:02:01.591 INFO blam! test sorting::test::test_merge_sort ... ok Oct 15 13:02:01.593 INFO blam! test sorting::test::test_heap_sort ... ok Oct 15 13:02:01.593 INFO kablam! Doc-tests cs_review Oct 15 13:02:01.593 INFO blam! Oct 15 13:02:01.593 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:02:01.593 INFO blam! Oct 15 13:02:03.024 INFO blam! Oct 15 13:02:03.025 INFO kablam! su: No module specific data is present Oct 15 13:02:03.025 INFO blam! running 0 tests Oct 15 13:02:03.025 INFO blam! Oct 15 13:02:03.025 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:02:03.026 INFO blam! Oct 15 13:02:03.619 INFO running `"docker" "rm" "-f" "5a39fba8f33bcf9d0c0d4984950e6b03fac960eb69a8a4820a43e9e99df2af06"` Oct 15 13:02:03.867 INFO blam! 5a39fba8f33bcf9d0c0d4984950e6b03fac960eb69a8a4820a43e9e99df2af06