Oct 21 14:07:54.334 INFO checking sabartheman/Rust_huffman_parallel against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:07:54.334 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 21 14:07:54.802 INFO blam! 0dfc47ce2ab17f241e8db1e4e67393e9c1506f7800c110903817a1383d80a0d9 Oct 21 14:07:54.804 INFO running `"docker" "start" "-a" "0dfc47ce2ab17f241e8db1e4e67393e9c1506f7800c110903817a1383d80a0d9"` Oct 21 14:07:56.052 INFO kablam! usermod: no changes Oct 21 14:07:56.165 INFO kablam! Checking crossbeam v0.3.0 Oct 21 14:07:56.184 INFO kablam! Checking time v0.1.38 Oct 21 14:07:57.304 INFO kablam! Checking huffman_rust v0.1.0 (/source) Oct 21 14:07:57.625 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 14:07:57.625 INFO kablam! --> src/main.rs:103:32 Oct 21 14:07:57.625 INFO kablam! | Oct 21 14:07:57.625 INFO kablam! 103 | assign_codes(l, h, (s.clone() + "0")); Oct 21 14:07:57.625 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:07:57.626 INFO kablam! | Oct 21 14:07:57.626 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:07:57.626 INFO kablam! Oct 21 14:07:57.627 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 14:07:57.627 INFO kablam! --> src/main.rs:106:32 Oct 21 14:07:57.627 INFO kablam! | Oct 21 14:07:57.627 INFO kablam! 106 | assign_codes(r, h, (s.clone() + "1")); Oct 21 14:07:57.628 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:07:57.628 INFO kablam! Oct 21 14:07:57.772 INFO kablam! warning: unused variable: `e` Oct 21 14:07:57.772 INFO kablam! --> src/main.rs:499:16 Oct 21 14:07:57.772 INFO kablam! | Oct 21 14:07:57.772 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 21 14:07:57.772 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:07:57.772 INFO kablam! | Oct 21 14:07:57.772 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:07:57.772 INFO kablam! Oct 21 14:07:57.805 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 14:07:57.805 INFO kablam! --> src/main.rs:103:32 Oct 21 14:07:57.805 INFO kablam! | Oct 21 14:07:57.805 INFO kablam! 103 | assign_codes(l, h, (s.clone() + "0")); Oct 21 14:07:57.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:07:57.805 INFO kablam! | Oct 21 14:07:57.805 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 14:07:57.805 INFO kablam! Oct 21 14:07:57.805 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 14:07:57.805 INFO kablam! --> src/main.rs:106:32 Oct 21 14:07:57.805 INFO kablam! | Oct 21 14:07:57.805 INFO kablam! 106 | assign_codes(r, h, (s.clone() + "1")); Oct 21 14:07:57.805 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 14:07:57.805 INFO kablam! Oct 21 14:07:57.956 INFO kablam! warning: unused variable: `e` Oct 21 14:07:57.956 INFO kablam! --> src/main.rs:499:16 Oct 21 14:07:57.956 INFO kablam! | Oct 21 14:07:57.956 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 21 14:07:57.957 INFO kablam! | ^ help: consider using `_e` instead Oct 21 14:07:57.957 INFO kablam! | Oct 21 14:07:57.957 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 14:07:57.957 INFO kablam! Oct 21 14:07:58.056 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 21 14:07:58.056 INFO kablam! su: No module specific data is present Oct 21 14:07:58.730 INFO running `"docker" "rm" "-f" "0dfc47ce2ab17f241e8db1e4e67393e9c1506f7800c110903817a1383d80a0d9"` Oct 21 14:07:58.973 INFO blam! 0dfc47ce2ab17f241e8db1e4e67393e9c1506f7800c110903817a1383d80a0d9