Oct 27 00:25:23.930 INFO checking mmstick/parallel against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 00:25:23.932 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 00:25:24.334 INFO blam! 6ef8a042cab06d590f2c33d01f3fb0e18d1fc7221adc4965ab7e43df5abb7a55 Oct 27 00:25:24.336 INFO running `"docker" "start" "-a" "6ef8a042cab06d590f2c33d01f3fb0e18d1fc7221adc4965ab7e43df5abb7a55"` Oct 27 00:25:26.653 INFO kablam! usermod: no changes Oct 27 00:25:26.739 INFO kablam! Checking permutate v0.3.2 Oct 27 00:25:26.739 INFO kablam! Checking numtoa v0.0.7 Oct 27 00:25:26.739 INFO kablam! Compiling sys-info v0.5.0 Oct 27 00:25:26.739 INFO kablam! Checking arrayvec v0.4.6 Oct 27 00:25:26.751 INFO kablam! Checking num_cpus v1.5.1 Oct 27 00:25:26.755 INFO kablam! Checking wait-timeout v0.1.5 Oct 27 00:25:29.705 INFO kablam! Checking parallel v0.11.3 (/source) Oct 27 00:25:30.467 INFO kablam! warning: doc comment not used by rustdoc Oct 27 00:25:30.467 INFO kablam! --> src/main.rs:242:9 Oct 27 00:25:30.467 INFO kablam! | Oct 27 00:25:30.467 INFO kablam! 242 | /// Prints messages from executed commands in the correct order. Oct 27 00:25:30.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:25:30.467 INFO kablam! | Oct 27 00:25:30.467 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 00:25:30.467 INFO kablam! Oct 27 00:25:30.467 INFO kablam! warning: doc comment not used by rustdoc Oct 27 00:25:30.467 INFO kablam! --> src/main.rs:245:9 Oct 27 00:25:30.467 INFO kablam! | Oct 27 00:25:30.467 INFO kablam! 245 | /// Wait for all threads to exit before proceeding. Oct 27 00:25:30.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:25:30.467 INFO kablam! Oct 27 00:25:30.487 INFO kablam! warning: unnecessary parentheses around method argument Oct 27 00:25:30.487 INFO kablam! --> src/input_iterator/iterator.rs:231:48 Oct 27 00:25:30.487 INFO kablam! | Oct 27 00:25:30.487 INFO kablam! 231 | for (actual, expected) in iterator.zip((1..4096)) { Oct 27 00:25:30.487 INFO kablam! | ^^^^^^^^^ help: remove these parentheses Oct 27 00:25:30.487 INFO kablam! | Oct 27 00:25:30.487 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 00:25:30.487 INFO kablam! Oct 27 00:25:30.487 INFO kablam! warning: doc comment not used by rustdoc Oct 27 00:25:30.487 INFO kablam! --> src/main.rs:242:9 Oct 27 00:25:30.487 INFO kablam! | Oct 27 00:25:30.487 INFO kablam! 242 | /// Prints messages from executed commands in the correct order. Oct 27 00:25:30.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:25:30.487 INFO kablam! | Oct 27 00:25:30.487 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Oct 27 00:25:30.487 INFO kablam! Oct 27 00:25:30.487 INFO kablam! warning: doc comment not used by rustdoc Oct 27 00:25:30.487 INFO kablam! --> src/main.rs:245:9 Oct 27 00:25:30.487 INFO kablam! | Oct 27 00:25:30.487 INFO kablam! 245 | /// Wait for all threads to exit before proceeding. Oct 27 00:25:30.487 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 00:25:30.487 INFO kablam! Oct 27 00:25:31.250 INFO kablam! warning: variable does not need to be mutable Oct 27 00:25:31.250 INFO kablam! --> src/arguments/mod.rs:553:9 Oct 27 00:25:31.250 INFO kablam! | Oct 27 00:25:31.250 INFO kablam! 553 | let mut append_list = &mut Vec::new(); Oct 27 00:25:31.250 INFO kablam! | ----^^^^^^^^^^^ Oct 27 00:25:31.250 INFO kablam! | | Oct 27 00:25:31.250 INFO kablam! | help: remove this `mut` Oct 27 00:25:31.250 INFO kablam! | Oct 27 00:25:31.250 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:25:31.250 INFO kablam! Oct 27 00:25:31.306 INFO kablam! warning: variable does not need to be mutable Oct 27 00:25:31.306 INFO kablam! --> src/execute/exec_commands.rs:36:13 Oct 27 00:25:31.307 INFO kablam! | Oct 27 00:25:31.307 INFO kablam! 36 | let mut command_buffer = &mut String::with_capacity(64); Oct 27 00:25:31.307 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 00:25:31.307 INFO kablam! | | Oct 27 00:25:31.307 INFO kablam! | help: remove this `mut` Oct 27 00:25:31.307 INFO kablam! Oct 27 00:25:31.391 INFO kablam! warning: variable does not need to be mutable Oct 27 00:25:31.391 INFO kablam! --> src/execute/pipe.rs:41:17 Oct 27 00:25:31.391 INFO kablam! | Oct 27 00:25:31.391 INFO kablam! 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); Oct 27 00:25:31.391 INFO kablam! | ----^^^^^^ Oct 27 00:25:31.391 INFO kablam! | | Oct 27 00:25:31.391 INFO kablam! | help: remove this `mut` Oct 27 00:25:31.391 INFO kablam! Oct 27 00:25:31.660 INFO kablam! warning: variable does not need to be mutable Oct 27 00:25:31.661 INFO kablam! --> src/arguments/mod.rs:553:9 Oct 27 00:25:31.663 INFO kablam! | Oct 27 00:25:31.663 INFO kablam! 553 | let mut append_list = &mut Vec::new(); Oct 27 00:25:31.664 INFO kablam! | ----^^^^^^^^^^^ Oct 27 00:25:31.664 INFO kablam! | | Oct 27 00:25:31.664 INFO kablam! | help: remove this `mut` Oct 27 00:25:31.664 INFO kablam! | Oct 27 00:25:31.665 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 00:25:31.665 INFO kablam! Oct 27 00:25:31.742 INFO kablam! warning: variable does not need to be mutable Oct 27 00:25:31.743 INFO kablam! --> src/execute/exec_commands.rs:36:13 Oct 27 00:25:31.744 INFO kablam! | Oct 27 00:25:31.744 INFO kablam! 36 | let mut command_buffer = &mut String::with_capacity(64); Oct 27 00:25:31.745 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 27 00:25:31.746 INFO kablam! | | Oct 27 00:25:31.746 INFO kablam! | help: remove this `mut` Oct 27 00:25:31.747 INFO kablam! Oct 27 00:25:31.800 INFO kablam! warning: variable does not need to be mutable Oct 27 00:25:31.801 INFO kablam! --> src/execute/pipe.rs:41:17 Oct 27 00:25:31.801 INFO kablam! | Oct 27 00:25:31.801 INFO kablam! 41 | let mut stdout = child.stdout.as_mut().expect("unable to open stdout of child"); Oct 27 00:25:31.801 INFO kablam! | ----^^^^^^ Oct 27 00:25:31.802 INFO kablam! | | Oct 27 00:25:31.802 INFO kablam! | help: remove this `mut` Oct 27 00:25:31.803 INFO kablam! Oct 27 00:25:31.984 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.30s Oct 27 00:25:31.989 INFO kablam! su: No module specific data is present Oct 27 00:25:33.002 INFO running `"docker" "rm" "-f" "6ef8a042cab06d590f2c33d01f3fb0e18d1fc7221adc4965ab7e43df5abb7a55"` Oct 27 00:25:33.315 INFO blam! 6ef8a042cab06d590f2c33d01f3fb0e18d1fc7221adc4965ab7e43df5abb7a55