Oct 13 01:38:59.549 INFO testing sabartheman/Rust_huffman_parallel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:38:59.550 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 01:38:59.863 INFO blam! bd341f1c73acd06da2294a57960235ebcede3433cffeea070d6cd7d7fdf87a47 Oct 13 01:38:59.870 INFO running `"docker" "start" "-a" "bd341f1c73acd06da2294a57960235ebcede3433cffeea070d6cd7d7fdf87a47"` Oct 13 01:39:01.315 INFO kablam! usermod: no changes Oct 13 01:39:01.407 INFO kablam! Compiling huffman_rust v0.1.0 (/source) Oct 13 01:39:01.747 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 01:39:01.748 INFO kablam! --> src/main.rs:103:32 Oct 13 01:39:01.748 INFO kablam! | Oct 13 01:39:01.748 INFO kablam! 103 | assign_codes(l, h, (s.clone() + "0")); Oct 13 01:39:01.749 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:39:01.749 INFO kablam! | Oct 13 01:39:01.749 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 01:39:01.750 INFO kablam! Oct 13 01:39:01.750 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 01:39:01.750 INFO kablam! --> src/main.rs:106:32 Oct 13 01:39:01.751 INFO kablam! | Oct 13 01:39:01.751 INFO kablam! 106 | assign_codes(r, h, (s.clone() + "1")); Oct 13 01:39:01.751 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:39:01.751 INFO kablam! Oct 13 01:39:01.947 INFO kablam! warning: unused variable: `e` Oct 13 01:39:01.947 INFO kablam! --> src/main.rs:499:16 Oct 13 01:39:01.948 INFO kablam! | Oct 13 01:39:01.948 INFO kablam! 499 | if let Err(e) = writeln!(file, "{},{},{},{},{},{},{},", tp1_finish - tp1_start, tp2_finish - tp2_start, tp3_finish - tp3_start, tp4_finish - tp4_start, t3-t1, t2-s2, t3-s3) { Oct 13 01:39:01.948 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:39:01.949 INFO kablam! | Oct 13 01:39:01.949 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:39:01.949 INFO kablam! Oct 13 01:39:03.355 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.99s Oct 13 01:39:03.367 INFO kablam! su: No module specific data is present Oct 13 01:39:04.151 INFO running `"docker" "rm" "-f" "bd341f1c73acd06da2294a57960235ebcede3433cffeea070d6cd7d7fdf87a47"` Oct 13 01:39:04.399 INFO blam! bd341f1c73acd06da2294a57960235ebcede3433cffeea070d6cd7d7fdf87a47 Oct 13 01:39:04.403 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 01:39:04.795 INFO blam! b58fe8c2fc3f1f033581827ad7b8c4b65b4bc21b4e4a45aeaf05fcd29a5394a6 Oct 13 01:39:04.797 INFO running `"docker" "start" "-a" "b58fe8c2fc3f1f033581827ad7b8c4b65b4bc21b4e4a45aeaf05fcd29a5394a6"` Oct 13 01:39:05.903 INFO kablam! usermod: no changes Oct 13 01:39:05.979 INFO kablam! Compiling huffman_rust v0.1.0 (/source) Oct 13 01:39:06.387 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 01:39:06.387 INFO kablam! --> src/main.rs:103:32 Oct 13 01:39:06.387 INFO kablam! | Oct 13 01:39:06.387 INFO kablam! 103 | assign_codes(l, h, (s.clone() + "0")); Oct 13 01:39:06.387 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:39:06.387 INFO kablam! | Oct 13 01:39:06.387 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 01:39:06.387 INFO kablam! Oct 13 01:39:06.387 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 01:39:06.387 INFO kablam! --> src/main.rs:106:32 Oct 13 01:39:06.387 INFO kablam! | Oct 13 01:39:06.387 INFO kablam! 106 | assign_codes(r, h, (s.clone() + "1")); Oct 13 01:39:06.387 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 01:39:06.387 INFO kablam! Oct 13 01:39:06.628 INFO kablam! warning: unused variable: `e` Oct 13 01:39:06.628 INFO kablam! --> src/main.rs:499:16 Oct 13 01:39:06.628 INFO kablam! | Oct 13 01:39:06.628 INFO kablam! 499 | if let Err(e) = writeln!(file, "{},{},{},{},{},{},{},", tp1_finish - tp1_start, tp2_finish - tp2_start, tp3_finish - tp3_start, tp4_finish - tp4_start, t3-t1, t2-s2, t3-s3) { Oct 13 01:39:06.629 INFO kablam! | ^ help: consider using `_e` instead Oct 13 01:39:06.629 INFO kablam! | Oct 13 01:39:06.629 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 01:39:06.630 INFO kablam! Oct 13 01:39:07.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 13 01:39:07.255 INFO kablam! su: No module specific data is present Oct 13 01:39:07.977 INFO running `"docker" "rm" "-f" "b58fe8c2fc3f1f033581827ad7b8c4b65b4bc21b4e4a45aeaf05fcd29a5394a6"` Oct 13 01:39:08.275 INFO blam! b58fe8c2fc3f1f033581827ad7b8c4b65b4bc21b4e4a45aeaf05fcd29a5394a6 Oct 13 01:39:08.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 01:39:08.736 INFO blam! 1b5cd94f1f6fcc05f5198938e28516162b0dda7e0f76ab142466e7e964cc0aac Oct 13 01:39:08.738 INFO running `"docker" "start" "-a" "1b5cd94f1f6fcc05f5198938e28516162b0dda7e0f76ab142466e7e964cc0aac"` Oct 13 01:39:10.619 INFO kablam! usermod: no changes Oct 13 01:39:10.679 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 13 01:39:10.683 INFO kablam! Running /target/debug/deps/huffman_rust-c7dd7013ea325729 Oct 13 01:39:10.691 INFO kablam! su: No module specific data is present Oct 13 01:39:10.691 INFO blam! Oct 13 01:39:10.691 INFO blam! running 0 tests Oct 13 01:39:10.691 INFO blam! Oct 13 01:39:10.691 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:39:10.691 INFO blam! Oct 13 01:39:11.333 INFO running `"docker" "rm" "-f" "1b5cd94f1f6fcc05f5198938e28516162b0dda7e0f76ab142466e7e964cc0aac"` Oct 13 01:39:11.571 INFO blam! 1b5cd94f1f6fcc05f5198938e28516162b0dda7e0f76ab142466e7e964cc0aac