Sep 04 08:40:19.949 INFO checking parallel-0.11.3 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:40:19.949 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:40:19.950 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:40:20.150 INFO blam! 52807d60ed9d8e6b6679fc3064596689249b228fdb482920e7a6dbe8a07ee3ee Sep 04 08:40:20.152 INFO running `"docker" "start" "-a" "52807d60ed9d8e6b6679fc3064596689249b228fdb482920e7a6dbe8a07ee3ee"` Sep 04 08:40:20.807 INFO kablam! Checking permutate v0.3.2 Sep 04 08:40:20.807 INFO kablam! Checking numtoa v0.0.7 Sep 04 08:40:20.807 INFO kablam! Compiling sys-info v0.4.1 Sep 04 08:40:22.043 INFO kablam! Checking parallel v0.11.3 (file:///source) Sep 04 08:40:22.720 INFO kablam! warning: doc comment not used by rustdoc Sep 04 08:40:22.720 INFO kablam! --> src/main.rs:242:9 Sep 04 08:40:22.720 INFO kablam! | Sep 04 08:40:22.720 INFO kablam! 242 | /// Prints messages from executed commands in the correct order. Sep 04 08:40:22.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:22.720 INFO kablam! | Sep 04 08:40:22.720 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 08:40:22.720 INFO kablam! Sep 04 08:40:22.720 INFO kablam! warning: doc comment not used by rustdoc Sep 04 08:40:22.720 INFO kablam! --> src/main.rs:245:9 Sep 04 08:40:22.720 INFO kablam! | Sep 04 08:40:22.720 INFO kablam! 245 | /// Wait for all threads to exit before proceeding. Sep 04 08:40:22.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:22.721 INFO kablam! Sep 04 08:40:22.893 INFO kablam! warning: unnecessary parentheses around method argument Sep 04 08:40:22.893 INFO kablam! --> src/input_iterator/iterator.rs:231:48 Sep 04 08:40:22.893 INFO kablam! | Sep 04 08:40:22.893 INFO kablam! 231 | for (actual, expected) in iterator.zip((1..4096)) { Sep 04 08:40:22.893 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Sep 04 08:40:22.893 INFO kablam! | Sep 04 08:40:22.893 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 08:40:22.894 INFO kablam! Sep 04 08:40:22.896 INFO kablam! warning: doc comment not used by rustdoc Sep 04 08:40:22.896 INFO kablam! --> src/main.rs:242:9 Sep 04 08:40:22.897 INFO kablam! | Sep 04 08:40:22.897 INFO kablam! 242 | /// Prints messages from executed commands in the correct order. Sep 04 08:40:22.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:22.897 INFO kablam! | Sep 04 08:40:22.897 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 08:40:22.897 INFO kablam! Sep 04 08:40:22.897 INFO kablam! warning: doc comment not used by rustdoc Sep 04 08:40:22.897 INFO kablam! --> src/main.rs:245:9 Sep 04 08:40:22.897 INFO kablam! | Sep 04 08:40:22.897 INFO kablam! 245 | /// Wait for all threads to exit before proceeding. Sep 04 08:40:22.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 08:40:22.897 INFO kablam! Sep 04 08:40:24.445 INFO kablam! warning: variable does not need to be mutable Sep 04 08:40:24.445 INFO kablam! --> src/arguments/mod.rs:553:9 Sep 04 08:40:24.445 INFO kablam! | Sep 04 08:40:24.445 INFO kablam! 553 | let mut append_list = &mut Vec::new(); Sep 04 08:40:24.445 INFO kablam! | ----^^^^^^^^^^^ Sep 04 08:40:24.445 INFO kablam! | | Sep 04 08:40:24.445 INFO kablam! | help: remove this `mut` Sep 04 08:40:24.445 INFO kablam! | Sep 04 08:40:24.445 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 08:40:24.445 INFO kablam! Sep 04 08:40:24.582 INFO kablam! warning: variable does not need to be mutable Sep 04 08:40:24.582 INFO kablam! --> src/execute/exec_commands.rs:36:13 Sep 04 08:40:24.582 INFO kablam! | Sep 04 08:40:24.582 INFO kablam! 36 | let mut command_buffer = &mut String::with_capacity(64); Sep 04 08:40:24.583 INFO kablam! | ----^^^^^^^^^^^^^^ Sep 04 08:40:24.583 INFO kablam! | | Sep 04 08:40:24.583 INFO kablam! | help: remove this `mut` Sep 04 08:40:24.583 INFO kablam! Sep 04 08:40:24.714 INFO kablam! warning: variable does not need to be mutable Sep 04 08:40:24.714 INFO kablam! --> src/execute/pipe.rs:41:17 Sep 04 08:40:24.714 INFO kablam! | Sep 04 08:40:24.714 INFO kablam! 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); Sep 04 08:40:24.714 INFO kablam! | ----^^^^^^ Sep 04 08:40:24.714 INFO kablam! | | Sep 04 08:40:24.714 INFO kablam! | help: remove this `mut` Sep 04 08:40:24.714 INFO kablam! Sep 04 08:40:24.885 INFO kablam! warning: variable does not need to be mutable Sep 04 08:40:24.886 INFO kablam! --> src/arguments/mod.rs:553:9 Sep 04 08:40:24.886 INFO kablam! | Sep 04 08:40:24.886 INFO kablam! 553 | let mut append_list = &mut Vec::new(); Sep 04 08:40:24.886 INFO kablam! | ----^^^^^^^^^^^ Sep 04 08:40:24.886 INFO kablam! | | Sep 04 08:40:24.886 INFO kablam! | help: remove this `mut` Sep 04 08:40:24.886 INFO kablam! | Sep 04 08:40:24.886 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 08:40:24.886 INFO kablam! Sep 04 08:40:24.988 INFO kablam! warning: variable does not need to be mutable Sep 04 08:40:24.988 INFO kablam! --> src/execute/exec_commands.rs:36:13 Sep 04 08:40:24.989 INFO kablam! | Sep 04 08:40:24.989 INFO kablam! 36 | let mut command_buffer = &mut String::with_capacity(64); Sep 04 08:40:24.989 INFO kablam! | ----^^^^^^^^^^^^^^ Sep 04 08:40:24.989 INFO kablam! | | Sep 04 08:40:24.989 INFO kablam! | help: remove this `mut` Sep 04 08:40:24.989 INFO kablam! Sep 04 08:40:25.063 INFO kablam! warning: variable does not need to be mutable Sep 04 08:40:25.063 INFO kablam! --> src/execute/pipe.rs:41:17 Sep 04 08:40:25.063 INFO kablam! | Sep 04 08:40:25.063 INFO kablam! 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); Sep 04 08:40:25.063 INFO kablam! | ----^^^^^^ Sep 04 08:40:25.063 INFO kablam! | | Sep 04 08:40:25.063 INFO kablam! | help: remove this `mut` Sep 04 08:40:25.063 INFO kablam! Sep 04 08:40:25.221 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.44s Sep 04 08:40:25.226 INFO kablam! su: No module specific data is present Sep 04 08:40:25.577 INFO running `"docker" "rm" "-f" "52807d60ed9d8e6b6679fc3064596689249b228fdb482920e7a6dbe8a07ee3ee"` Sep 04 08:40:25.711 INFO blam! 52807d60ed9d8e6b6679fc3064596689249b228fdb482920e7a6dbe8a07ee3ee