Sep 10 22:56:16.174 INFO checking alloc-no-stdlib-1.2.0 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 22:56:16.174 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 22:56:16.174 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-3/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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=1000" "-e" "CMD=cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:56:16.326 INFO blam! 191efa5e66e400ea1e5a3272b86e643ce03747a52b793f001928f23f3478c6f8 Sep 10 22:56:16.328 INFO running `"docker" "start" "-a" "191efa5e66e400ea1e5a3272b86e643ce03747a52b793f001928f23f3478c6f8"` Sep 10 22:56:16.868 INFO kablam! usermod: no changes Sep 10 22:56:16.913 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 10 22:56:16.913 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 10 22:56:16.913 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 10 22:56:16.913 INFO kablam! files will be included as a binary target: Sep 10 22:56:16.913 INFO kablam! Sep 10 22:56:16.913 INFO kablam! * /source/src/bin/heap_alloc.rs Sep 10 22:56:16.913 INFO kablam! * /source/src/bin/tests.rs Sep 10 22:56:16.913 INFO kablam! Sep 10 22:56:16.913 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 10 22:56:16.913 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 10 22:56:16.913 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 10 22:56:16.913 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 10 22:56:16.913 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 10 22:56:16.913 INFO kablam! Sep 10 22:56:16.913 INFO kablam! For more information on this warning you can consult Sep 10 22:56:16.913 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 10 22:56:16.915 INFO kablam! Checking alloc-no-stdlib v1.2.0 (file:///source) Sep 10 22:56:17.335 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.336 INFO kablam! --> src/stack_allocator.rs:54:13 Sep 10 22:56:17.336 INFO kablam! | Sep 10 22:56:17.336 INFO kablam! 54 | let mut available_slice = core::mem::replace(&mut self.system_resources.slice_mut()[index], Sep 10 22:56:17.336 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 10 22:56:17.336 INFO kablam! | | Sep 10 22:56:17.336 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.336 INFO kablam! | Sep 10 22:56:17.336 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 22:56:17.336 INFO kablam! Sep 10 22:56:17.336 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.336 INFO kablam! --> src/stack_allocator.rs:63:21 Sep 10 22:56:17.336 INFO kablam! | Sep 10 22:56:17.336 INFO kablam! 63 | let mut farthest_free_list = core::mem::replace( Sep 10 22:56:17.336 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Sep 10 22:56:17.336 INFO kablam! | | Sep 10 22:56:17.336 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.336 INFO kablam! Sep 10 22:56:17.336 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.336 INFO kablam! --> src/stack_allocator.rs:73:18 Sep 10 22:56:17.336 INFO kablam! | Sep 10 22:56:17.336 INFO kablam! 73 | let (mut retval, return_to_sender) = available_slice.split_at_mut(len); Sep 10 22:56:17.336 INFO kablam! | ----^^^^^^ Sep 10 22:56:17.336 INFO kablam! | | Sep 10 22:56:17.336 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.336 INFO kablam! Sep 10 22:56:17.336 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.336 INFO kablam! --> src/stack_allocator.rs:79:18 Sep 10 22:56:17.336 INFO kablam! | Sep 10 22:56:17.336 INFO kablam! 79 | mut val : AllocatedStackMemory<'a, T>) { Sep 10 22:56:17.336 INFO kablam! | ----^^^ Sep 10 22:56:17.336 INFO kablam! | | Sep 10 22:56:17.336 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.336 INFO kablam! Sep 10 22:56:17.406 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.406 INFO kablam! --> src/stack_allocator.rs:54:13 Sep 10 22:56:17.406 INFO kablam! | Sep 10 22:56:17.406 INFO kablam! 54 | let mut available_slice = core::mem::replace(&mut self.system_resources.slice_mut()[index], Sep 10 22:56:17.406 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 10 22:56:17.406 INFO kablam! | | Sep 10 22:56:17.406 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.406 INFO kablam! | Sep 10 22:56:17.406 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 22:56:17.406 INFO kablam! Sep 10 22:56:17.407 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.407 INFO kablam! --> src/stack_allocator.rs:63:21 Sep 10 22:56:17.407 INFO kablam! | Sep 10 22:56:17.407 INFO kablam! 63 | let mut farthest_free_list = core::mem::replace( Sep 10 22:56:17.407 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Sep 10 22:56:17.407 INFO kablam! | | Sep 10 22:56:17.407 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.407 INFO kablam! Sep 10 22:56:17.407 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.407 INFO kablam! --> src/stack_allocator.rs:73:18 Sep 10 22:56:17.407 INFO kablam! | Sep 10 22:56:17.407 INFO kablam! 73 | let (mut retval, return_to_sender) = available_slice.split_at_mut(len); Sep 10 22:56:17.407 INFO kablam! | ----^^^^^^ Sep 10 22:56:17.407 INFO kablam! | | Sep 10 22:56:17.407 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.407 INFO kablam! Sep 10 22:56:17.409 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.409 INFO kablam! --> src/stack_allocator.rs:79:18 Sep 10 22:56:17.409 INFO kablam! | Sep 10 22:56:17.409 INFO kablam! 79 | mut val : AllocatedStackMemory<'a, T>) { Sep 10 22:56:17.409 INFO kablam! | ----^^^ Sep 10 22:56:17.409 INFO kablam! | | Sep 10 22:56:17.410 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.410 INFO kablam! Sep 10 22:56:17.882 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:17.882 INFO kablam! --> src/bin/example.rs:64:7 Sep 10 22:56:17.882 INFO kablam! | Sep 10 22:56:17.882 INFO kablam! 64 | let mut gbref = &mut global_buffer; Sep 10 22:56:17.882 INFO kablam! | ----^^^^^ Sep 10 22:56:17.882 INFO kablam! | | Sep 10 22:56:17.882 INFO kablam! | help: remove this `mut` Sep 10 22:56:17.882 INFO kablam! | Sep 10 22:56:17.882 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 22:56:17.882 INFO kablam! Sep 10 22:56:18.162 INFO kablam! warning: variable does not need to be mutable Sep 10 22:56:18.162 INFO kablam! --> src/bin/example.rs:64:7 Sep 10 22:56:18.162 INFO kablam! | Sep 10 22:56:18.162 INFO kablam! 64 | let mut gbref = &mut global_buffer; Sep 10 22:56:18.162 INFO kablam! | ----^^^^^ Sep 10 22:56:18.162 INFO kablam! | | Sep 10 22:56:18.162 INFO kablam! | help: remove this `mut` Sep 10 22:56:18.162 INFO kablam! | Sep 10 22:56:18.162 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 10 22:56:18.162 INFO kablam! Sep 10 22:56:46.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.77s Sep 10 22:56:46.675 INFO kablam! su: No module specific data is present Sep 10 22:56:47.103 INFO running `"docker" "rm" "-f" "191efa5e66e400ea1e5a3272b86e643ce03747a52b793f001928f23f3478c6f8"` Sep 10 22:56:47.205 INFO blam! 191efa5e66e400ea1e5a3272b86e643ce03747a52b793f001928f23f3478c6f8