Sep 18 03:54:32.429 INFO checking alloc-no-stdlib-1.2.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 03:54:32.429 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 03:54:32.429 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-2/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 03:54:32.789 INFO blam! 7bf4bd5ef2e3dfef28f4787caf86983621494b2b3aa0bb41b340bb27e4022cce Sep 18 03:54:32.791 INFO running `"docker" "start" "-a" "7bf4bd5ef2e3dfef28f4787caf86983621494b2b3aa0bb41b340bb27e4022cce"` Sep 18 03:54:33.852 INFO kablam! usermod: no changes Sep 18 03:54:33.880 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 18 03:54:33.880 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 18 03:54:33.880 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 18 03:54:33.880 INFO kablam! files will be included as a binary target: Sep 18 03:54:33.880 INFO kablam! Sep 18 03:54:33.880 INFO kablam! * /source/src/bin/heap_alloc.rs Sep 18 03:54:33.880 INFO kablam! * /source/src/bin/tests.rs Sep 18 03:54:33.880 INFO kablam! Sep 18 03:54:33.880 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 18 03:54:33.880 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 18 03:54:33.880 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 18 03:54:33.880 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 18 03:54:33.880 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 18 03:54:33.880 INFO kablam! Sep 18 03:54:33.880 INFO kablam! For more information on this warning you can consult Sep 18 03:54:33.880 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 18 03:54:33.882 INFO kablam! Checking alloc-no-stdlib v1.2.0 (/source) Sep 18 03:54:34.192 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.192 INFO kablam! --> src/stack_allocator.rs:54:13 Sep 18 03:54:34.192 INFO kablam! | Sep 18 03:54:34.192 INFO kablam! 54 | let mut available_slice = core::mem::replace(&mut self.system_resources.slice_mut()[index], Sep 18 03:54:34.193 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 18 03:54:34.193 INFO kablam! | | Sep 18 03:54:34.193 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.193 INFO kablam! | Sep 18 03:54:34.193 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 03:54:34.193 INFO kablam! Sep 18 03:54:34.193 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.193 INFO kablam! --> src/stack_allocator.rs:63:21 Sep 18 03:54:34.193 INFO kablam! | Sep 18 03:54:34.193 INFO kablam! 63 | let mut farthest_free_list = core::mem::replace( Sep 18 03:54:34.193 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Sep 18 03:54:34.193 INFO kablam! | | Sep 18 03:54:34.193 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.193 INFO kablam! Sep 18 03:54:34.193 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.193 INFO kablam! --> src/stack_allocator.rs:73:18 Sep 18 03:54:34.193 INFO kablam! | Sep 18 03:54:34.193 INFO kablam! 73 | let (mut retval, return_to_sender) = available_slice.split_at_mut(len); Sep 18 03:54:34.193 INFO kablam! | ----^^^^^^ Sep 18 03:54:34.193 INFO kablam! | | Sep 18 03:54:34.193 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.193 INFO kablam! Sep 18 03:54:34.194 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.194 INFO kablam! --> src/stack_allocator.rs:79:18 Sep 18 03:54:34.194 INFO kablam! | Sep 18 03:54:34.194 INFO kablam! 79 | mut val : AllocatedStackMemory<'a, T>) { Sep 18 03:54:34.194 INFO kablam! | ----^^^ Sep 18 03:54:34.194 INFO kablam! | | Sep 18 03:54:34.194 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.194 INFO kablam! Sep 18 03:54:34.411 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.411 INFO kablam! --> src/stack_allocator.rs:54:13 Sep 18 03:54:34.411 INFO kablam! | Sep 18 03:54:34.411 INFO kablam! 54 | let mut available_slice = core::mem::replace(&mut self.system_resources.slice_mut()[index], Sep 18 03:54:34.412 INFO kablam! | ----^^^^^^^^^^^^^^^ Sep 18 03:54:34.412 INFO kablam! | | Sep 18 03:54:34.412 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.412 INFO kablam! | Sep 18 03:54:34.412 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 03:54:34.412 INFO kablam! Sep 18 03:54:34.412 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.412 INFO kablam! --> src/stack_allocator.rs:63:21 Sep 18 03:54:34.412 INFO kablam! | Sep 18 03:54:34.412 INFO kablam! 63 | let mut farthest_free_list = core::mem::replace( Sep 18 03:54:34.412 INFO kablam! | ----^^^^^^^^^^^^^^^^^^ Sep 18 03:54:34.412 INFO kablam! | | Sep 18 03:54:34.412 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.412 INFO kablam! Sep 18 03:54:34.412 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.412 INFO kablam! --> src/stack_allocator.rs:73:18 Sep 18 03:54:34.412 INFO kablam! | Sep 18 03:54:34.412 INFO kablam! 73 | let (mut retval, return_to_sender) = available_slice.split_at_mut(len); Sep 18 03:54:34.412 INFO kablam! | ----^^^^^^ Sep 18 03:54:34.412 INFO kablam! | | Sep 18 03:54:34.412 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.412 INFO kablam! Sep 18 03:54:34.415 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.415 INFO kablam! --> src/stack_allocator.rs:79:18 Sep 18 03:54:34.415 INFO kablam! | Sep 18 03:54:34.415 INFO kablam! 79 | mut val : AllocatedStackMemory<'a, T>) { Sep 18 03:54:34.415 INFO kablam! | ----^^^ Sep 18 03:54:34.415 INFO kablam! | | Sep 18 03:54:34.415 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.415 INFO kablam! Sep 18 03:54:34.755 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.755 INFO kablam! --> src/bin/example.rs:64:7 Sep 18 03:54:34.755 INFO kablam! | Sep 18 03:54:34.755 INFO kablam! 64 | let mut gbref = &mut global_buffer; Sep 18 03:54:34.755 INFO kablam! | ----^^^^^ Sep 18 03:54:34.755 INFO kablam! | | Sep 18 03:54:34.755 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.755 INFO kablam! | Sep 18 03:54:34.755 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 03:54:34.755 INFO kablam! Sep 18 03:54:34.835 INFO kablam! warning: variable does not need to be mutable Sep 18 03:54:34.835 INFO kablam! --> src/bin/example.rs:64:7 Sep 18 03:54:34.835 INFO kablam! | Sep 18 03:54:34.835 INFO kablam! 64 | let mut gbref = &mut global_buffer; Sep 18 03:54:34.835 INFO kablam! | ----^^^^^ Sep 18 03:54:34.835 INFO kablam! | | Sep 18 03:54:34.835 INFO kablam! | help: remove this `mut` Sep 18 03:54:34.835 INFO kablam! | Sep 18 03:54:34.835 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 18 03:54:34.835 INFO kablam! Sep 18 03:54:59.576 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 25.71s Sep 18 03:54:59.580 INFO kablam! su: No module specific data is present Sep 18 03:55:00.110 INFO running `"docker" "rm" "-f" "7bf4bd5ef2e3dfef28f4787caf86983621494b2b3aa0bb41b340bb27e4022cce"` Sep 18 03:55:00.192 INFO blam! 7bf4bd5ef2e3dfef28f4787caf86983621494b2b3aa0bb41b340bb27e4022cce