Oct 27 18:17:09.339 INFO checking parallel-0.11.3 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 18:17:09.340 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/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 27 18:17:09.772 INFO blam! 39c2eb86d9ea319618c7ef90306261b1543a90d248670625c44a1d4e41ee3363 Oct 27 18:17:09.775 INFO running `"docker" "start" "-a" "39c2eb86d9ea319618c7ef90306261b1543a90d248670625c44a1d4e41ee3363"` Oct 27 18:17:11.679 INFO kablam! usermod: no changes Oct 27 18:17:11.811 INFO kablam! Checking numtoa v0.0.7 Oct 27 18:17:11.811 INFO kablam! Checking permutate v0.3.2 Oct 27 18:17:11.811 INFO kablam! Compiling sys-info v0.4.1 Oct 27 18:17:14.523 INFO kablam! Checking parallel v0.11.3 (/source) Oct 27 18:17:15.587 INFO kablam! warning: doc comment not used by rustdoc Oct 27 18:17:15.587 INFO kablam! --> src/main.rs:242:9 Oct 27 18:17:15.587 INFO kablam! | Oct 27 18:17:15.587 INFO kablam! 242 | /// Prints messages from executed commands in the correct order. Oct 27 18:17:15.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:15.587 INFO kablam! | Oct 27 18:17:15.587 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 18:17:15.587 INFO kablam! Oct 27 18:17:15.587 INFO kablam! warning: doc comment not used by rustdoc Oct 27 18:17:15.587 INFO kablam! --> src/main.rs:245:9 Oct 27 18:17:15.587 INFO kablam! | Oct 27 18:17:15.587 INFO kablam! 245 | /// Wait for all threads to exit before proceeding. Oct 27 18:17:15.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:15.587 INFO kablam! Oct 27 18:17:15.739 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 18:17:15.739 INFO kablam! --> src/input_iterator/iterator.rs:231:48 Oct 27 18:17:15.739 INFO kablam! | Oct 27 18:17:15.739 INFO kablam! 231 | for (actual, expected) in iterator.zip((1..4096)) { Oct 27 18:17:15.739 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 18:17:15.739 INFO kablam! | Oct 27 18:17:15.739 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 18:17:15.739 INFO kablam! Oct 27 18:17:15.739 INFO kablam! warning: doc comment not used by rustdoc Oct 27 18:17:15.739 INFO kablam! --> src/main.rs:242:9 Oct 27 18:17:15.739 INFO kablam! | Oct 27 18:17:15.739 INFO kablam! 242 | /// Prints messages from executed commands in the correct order. Oct 27 18:17:15.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:15.739 INFO kablam! | Oct 27 18:17:15.739 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 18:17:15.739 INFO kablam! Oct 27 18:17:15.739 INFO kablam! warning: doc comment not used by rustdoc Oct 27 18:17:15.739 INFO kablam! --> src/main.rs:245:9 Oct 27 18:17:15.739 INFO kablam! | Oct 27 18:17:15.739 INFO kablam! 245 | /// Wait for all threads to exit before proceeding. Oct 27 18:17:15.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 18:17:15.739 INFO kablam! Oct 27 18:17:16.275 INFO kablam! warning: variable does not need to be mutable Oct 27 18:17:16.275 INFO kablam! --> src/arguments/mod.rs:553:9 Oct 27 18:17:16.275 INFO kablam! | Oct 27 18:17:16.275 INFO kablam! 553 | let mut append_list = &mut Vec::new(); Oct 27 18:17:16.275 INFO kablam! | ----^^^^^^^^^^^ Oct 27 18:17:16.275 INFO kablam! | | Oct 27 18:17:16.275 INFO kablam! | help: remove this `mut` Oct 27 18:17:16.275 INFO kablam! | Oct 27 18:17:16.275 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:17:16.275 INFO kablam! Oct 27 18:17:16.346 INFO kablam! warning: variable does not need to be mutable Oct 27 18:17:16.346 INFO kablam! --> src/execute/exec_commands.rs:36:13 Oct 27 18:17:16.346 INFO kablam! | Oct 27 18:17:16.346 INFO kablam! 36 | let mut command_buffer = &mut String::with_capacity(64); Oct 27 18:17:16.346 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 18:17:16.346 INFO kablam! | | Oct 27 18:17:16.346 INFO kablam! | help: remove this `mut` Oct 27 18:17:16.346 INFO kablam! Oct 27 18:17:16.411 INFO kablam! warning: variable does not need to be mutable Oct 27 18:17:16.411 INFO kablam! --> src/execute/pipe.rs:41:17 Oct 27 18:17:16.411 INFO kablam! | Oct 27 18:17:16.411 INFO kablam! 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); Oct 27 18:17:16.411 INFO kablam! | ----^^^^^^ Oct 27 18:17:16.411 INFO kablam! | | Oct 27 18:17:16.411 INFO kablam! | help: remove this `mut` Oct 27 18:17:16.411 INFO kablam! Oct 27 18:17:16.699 INFO kablam! warning: variable does not need to be mutable Oct 27 18:17:16.699 INFO kablam! --> src/arguments/mod.rs:553:9 Oct 27 18:17:16.699 INFO kablam! | Oct 27 18:17:16.699 INFO kablam! 553 | let mut append_list = &mut Vec::new(); Oct 27 18:17:16.699 INFO kablam! | ----^^^^^^^^^^^ Oct 27 18:17:16.699 INFO kablam! | | Oct 27 18:17:16.699 INFO kablam! | help: remove this `mut` Oct 27 18:17:16.699 INFO kablam! | Oct 27 18:17:16.699 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 18:17:16.699 INFO kablam! Oct 27 18:17:16.811 INFO kablam! warning: variable does not need to be mutable Oct 27 18:17:16.812 INFO kablam! --> src/execute/exec_commands.rs:36:13 Oct 27 18:17:16.812 INFO kablam! | Oct 27 18:17:16.812 INFO kablam! 36 | let mut command_buffer = &mut String::with_capacity(64); Oct 27 18:17:16.812 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 18:17:16.812 INFO kablam! | | Oct 27 18:17:16.812 INFO kablam! | help: remove this `mut` Oct 27 18:17:16.812 INFO kablam! Oct 27 18:17:16.899 INFO kablam! warning: variable does not need to be mutable Oct 27 18:17:16.899 INFO kablam! --> src/execute/pipe.rs:41:17 Oct 27 18:17:16.899 INFO kablam! | Oct 27 18:17:16.900 INFO kablam! 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); Oct 27 18:17:16.900 INFO kablam! | ----^^^^^^ Oct 27 18:17:16.900 INFO kablam! | | Oct 27 18:17:16.901 INFO kablam! | help: remove this `mut` Oct 27 18:17:16.901 INFO kablam! Oct 27 18:17:17.058 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.36s Oct 27 18:17:17.073 INFO kablam! su: No module specific data is present Oct 27 18:17:17.471 INFO running `"docker" "rm" "-f" "39c2eb86d9ea319618c7ef90306261b1543a90d248670625c44a1d4e41ee3363"` Oct 27 18:17:17.615 INFO blam! 39c2eb86d9ea319618c7ef90306261b1543a90d248670625c44a1d4e41ee3363