Oct 10 14:45:22.831 INFO testing sjsyrek/cormen-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:45:22.831 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:45:22.831 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 10 14:45:23.042 INFO blam! 9a330d7ef5b7ab5466d35728b9b55878623e9bef08831adbe3f6565eb6ff75f2 Oct 10 14:45:23.044 INFO running `"docker" "start" "-a" "9a330d7ef5b7ab5466d35728b9b55878623e9bef08831adbe3f6565eb6ff75f2"` Oct 10 14:45:23.609 INFO kablam! usermod: no changes Oct 10 14:45:23.638 INFO kablam! Compiling cormen_rust v0.2.0 (/source) Oct 10 14:45:23.976 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:45:23.976 INFO kablam! --> src/sorts/merge_sort.rs:14:40 Oct 10 14:45:23.976 INFO kablam! | Oct 10 14:45:23.977 INFO kablam! 14 | let mut left: Vec = vec![0; (n1 + 1)]; Oct 10 14:45:23.977 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 10 14:45:23.977 INFO kablam! | Oct 10 14:45:23.977 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:45:23.977 INFO kablam! Oct 10 14:45:23.977 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:45:23.977 INFO kablam! --> src/sorts/merge_sort.rs:15:41 Oct 10 14:45:23.977 INFO kablam! | Oct 10 14:45:23.977 INFO kablam! 15 | let mut right: Vec = vec![0; (n2 + 1)]; Oct 10 14:45:23.977 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 10 14:45:23.977 INFO kablam! Oct 10 14:45:24.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Oct 10 14:45:24.271 INFO kablam! su: No module specific data is present Oct 10 14:45:24.596 INFO running `"docker" "rm" "-f" "9a330d7ef5b7ab5466d35728b9b55878623e9bef08831adbe3f6565eb6ff75f2"` Oct 10 14:45:24.724 INFO blam! 9a330d7ef5b7ab5466d35728b9b55878623e9bef08831adbe3f6565eb6ff75f2 Oct 10 14:45:24.725 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:45:24.725 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 10 14:45:24.976 INFO blam! bf9ad332b3581f4d2314951dfa9ca7cc31b51705044ed72bc6a331481c2afed5 Oct 10 14:45:24.977 INFO running `"docker" "start" "-a" "bf9ad332b3581f4d2314951dfa9ca7cc31b51705044ed72bc6a331481c2afed5"` Oct 10 14:45:25.420 INFO kablam! usermod: no changes Oct 10 14:45:25.448 INFO kablam! Compiling cormen_rust v0.2.0 (/source) Oct 10 14:45:25.900 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:45:25.900 INFO kablam! --> src/sorts/merge_sort.rs:14:40 Oct 10 14:45:25.900 INFO kablam! | Oct 10 14:45:25.900 INFO kablam! 14 | let mut left: Vec = vec![0; (n1 + 1)]; Oct 10 14:45:25.900 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 10 14:45:25.900 INFO kablam! | Oct 10 14:45:25.900 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 14:45:25.900 INFO kablam! Oct 10 14:45:25.900 INFO kablam! warning: unnecessary parentheses around function argument Oct 10 14:45:25.900 INFO kablam! --> src/sorts/merge_sort.rs:15:41 Oct 10 14:45:25.900 INFO kablam! | Oct 10 14:45:25.900 INFO kablam! 15 | let mut right: Vec = vec![0; (n2 + 1)]; Oct 10 14:45:25.900 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 10 14:45:25.900 INFO kablam! Oct 10 14:45:26.314 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.88s Oct 10 14:45:26.318 INFO kablam! su: No module specific data is present Oct 10 14:45:26.733 INFO running `"docker" "rm" "-f" "bf9ad332b3581f4d2314951dfa9ca7cc31b51705044ed72bc6a331481c2afed5"` Oct 10 14:45:26.804 INFO blam! bf9ad332b3581f4d2314951dfa9ca7cc31b51705044ed72bc6a331481c2afed5 Oct 10 14:45:26.808 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:45:26.808 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 10 14:45:26.972 INFO blam! ad95dd198bc29da0e1c9537dfc9765de219787d985f7632ddcdfcc504af245e7 Oct 10 14:45:26.973 INFO running `"docker" "start" "-a" "ad95dd198bc29da0e1c9537dfc9765de219787d985f7632ddcdfcc504af245e7"` Oct 10 14:45:27.429 INFO kablam! usermod: no changes Oct 10 14:45:27.449 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 10 14:45:27.452 INFO kablam! Running /target/debug/deps/cormen_rust-4925b15b6ab5f19e Oct 10 14:45:27.452 INFO blam! Oct 10 14:45:27.452 INFO kablam! Doc-tests cormen_rust Oct 10 14:45:27.452 INFO blam! running 0 tests Oct 10 14:45:27.452 INFO blam! Oct 10 14:45:27.452 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:45:27.452 INFO blam! Oct 10 14:45:28.022 INFO blam! Oct 10 14:45:28.022 INFO blam! running 5 tests Oct 10 14:45:29.393 INFO blam! test src/utils.rs - utils::vec_to_str (line 5) ... ok Oct 10 14:45:29.644 INFO blam! test src/sorts/insertion_sort.rs - sorts::insertion_sort::insertion_sort (line 5) ... ok Oct 10 14:45:29.664 INFO blam! test src/sorts/merge_sort.rs - sorts::merge_sort::merge_sort (line 42) ... ok Oct 10 14:45:30.015 INFO blam! test src/sorts/merge_sort.rs - sorts::merge_sort::merge (line 5) ... ok Oct 10 14:45:30.072 INFO blam! test src/sorts/selection_sort.rs - sorts::selection_sort::selection_sort (line 5) ... ok Oct 10 14:45:30.072 INFO blam! Oct 10 14:45:30.072 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:45:30.072 INFO blam! Oct 10 14:45:30.080 INFO kablam! su: No module specific data is present Oct 10 14:45:30.368 INFO running `"docker" "rm" "-f" "ad95dd198bc29da0e1c9537dfc9765de219787d985f7632ddcdfcc504af245e7"` Oct 10 14:45:30.486 INFO blam! ad95dd198bc29da0e1c9537dfc9765de219787d985f7632ddcdfcc504af245e7