Oct 13 00:02:05.721 INFO testing sjsyrek/cormen-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:02:05.722 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:02:06.056 INFO blam! 844dc0e50216985253c30269cfb028b70da23102f5e09ccbb03fca026347bca8 Oct 13 00:02:06.058 INFO running `"docker" "start" "-a" "844dc0e50216985253c30269cfb028b70da23102f5e09ccbb03fca026347bca8"` Oct 13 00:02:06.606 INFO kablam! usermod: no changes Oct 13 00:02:06.630 INFO kablam! Compiling cormen_rust v0.2.0 (/source) Oct 13 00:02:06.748 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 00:02:06.748 INFO kablam! --> src/sorts/merge_sort.rs:14:40 Oct 13 00:02:06.748 INFO kablam! | Oct 13 00:02:06.748 INFO kablam! 14 | let mut left: Vec = vec![0; (n1 + 1)]; Oct 13 00:02:06.748 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:02:06.748 INFO kablam! | Oct 13 00:02:06.748 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:02:06.748 INFO kablam! Oct 13 00:02:06.748 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 00:02:06.748 INFO kablam! --> src/sorts/merge_sort.rs:15:41 Oct 13 00:02:06.748 INFO kablam! | Oct 13 00:02:06.748 INFO kablam! 15 | let mut right: Vec = vec![0; (n2 + 1)]; Oct 13 00:02:06.748 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:02:06.748 INFO kablam! Oct 13 00:02:06.994 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.37s Oct 13 00:02:06.996 INFO kablam! su: No module specific data is present Oct 13 00:02:07.268 INFO running `"docker" "rm" "-f" "844dc0e50216985253c30269cfb028b70da23102f5e09ccbb03fca026347bca8"` Oct 13 00:02:07.337 INFO blam! 844dc0e50216985253c30269cfb028b70da23102f5e09ccbb03fca026347bca8 Oct 13 00:02:07.338 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:02:07.481 INFO blam! c3796e5a0b6a013b53368407dbe8a0716541fcc9a58276e8c50f95570e01211e Oct 13 00:02:07.484 INFO running `"docker" "start" "-a" "c3796e5a0b6a013b53368407dbe8a0716541fcc9a58276e8c50f95570e01211e"` Oct 13 00:02:08.143 INFO kablam! usermod: no changes Oct 13 00:02:08.172 INFO kablam! Compiling cormen_rust v0.2.0 (/source) Oct 13 00:02:08.416 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 00:02:08.416 INFO kablam! --> src/sorts/merge_sort.rs:14:40 Oct 13 00:02:08.416 INFO kablam! | Oct 13 00:02:08.416 INFO kablam! 14 | let mut left: Vec = vec![0; (n1 + 1)]; Oct 13 00:02:08.416 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:02:08.416 INFO kablam! | Oct 13 00:02:08.416 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 00:02:08.416 INFO kablam! Oct 13 00:02:08.416 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 00:02:08.417 INFO kablam! --> src/sorts/merge_sort.rs:15:41 Oct 13 00:02:08.417 INFO kablam! | Oct 13 00:02:08.417 INFO kablam! 15 | let mut right: Vec = vec![0; (n2 + 1)]; Oct 13 00:02:08.417 INFO kablam! | ^^^^^^^^ help: remove these parentheses Oct 13 00:02:08.417 INFO kablam! Oct 13 00:02:08.838 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.68s Oct 13 00:02:08.841 INFO kablam! su: No module specific data is present Oct 13 00:02:09.171 INFO running `"docker" "rm" "-f" "c3796e5a0b6a013b53368407dbe8a0716541fcc9a58276e8c50f95570e01211e"` Oct 13 00:02:09.407 INFO blam! c3796e5a0b6a013b53368407dbe8a0716541fcc9a58276e8c50f95570e01211e Oct 13 00:02:09.409 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 13 00:02:09.631 INFO blam! 9d908a8b59402b9e3d4ef8445da1b67eee1a347b1c4652e6f7c24c25298a8446 Oct 13 00:02:09.635 INFO running `"docker" "start" "-a" "9d908a8b59402b9e3d4ef8445da1b67eee1a347b1c4652e6f7c24c25298a8446"` Oct 13 00:02:10.147 INFO kablam! usermod: no changes Oct 13 00:02:10.197 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 00:02:10.204 INFO kablam! Running /target/debug/deps/cormen_rust-4925b15b6ab5f19e Oct 13 00:02:10.209 INFO blam! Oct 13 00:02:10.209 INFO blam! running 0 tests Oct 13 00:02:10.209 INFO blam! Oct 13 00:02:10.209 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:02:10.209 INFO blam! Oct 13 00:02:10.210 INFO kablam! Doc-tests cormen_rust Oct 13 00:02:10.559 INFO blam! Oct 13 00:02:10.559 INFO blam! running 5 tests Oct 13 00:02:11.459 INFO blam! test src/sorts/insertion_sort.rs - sorts::insertion_sort::insertion_sort (line 5) ... ok Oct 13 00:02:11.947 INFO blam! test src/sorts/selection_sort.rs - sorts::selection_sort::selection_sort (line 5) ... ok Oct 13 00:02:11.988 INFO blam! test src/sorts/merge_sort.rs - sorts::merge_sort::merge_sort (line 42) ... ok Oct 13 00:02:12.005 INFO blam! test src/utils.rs - utils::vec_to_str (line 5) ... ok Oct 13 00:02:12.053 INFO blam! test src/sorts/merge_sort.rs - sorts::merge_sort::merge (line 5) ... ok Oct 13 00:02:12.053 INFO blam! Oct 13 00:02:12.053 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:02:12.053 INFO blam! Oct 13 00:02:12.071 INFO kablam! su: No module specific data is present Oct 13 00:02:12.681 INFO running `"docker" "rm" "-f" "9d908a8b59402b9e3d4ef8445da1b67eee1a347b1c4652e6f7c24c25298a8446"` Oct 13 00:02:12.967 INFO blam! 9d908a8b59402b9e3d4ef8445da1b67eee1a347b1c4652e6f7c24c25298a8446