Sep 01 11:14:51.031 INFO checking acto-rs-0.5.2 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 11:14:51.031 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 11:14:51.031 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:14:51.245 INFO blam! e55fdab2bb33e39422ad90eec91c100f9eca7a5bef9edc219e76a0a17cef9fe0 Sep 01 11:14:51.247 INFO running `"docker" "start" "-a" "e55fdab2bb33e39422ad90eec91c100f9eca7a5bef9edc219e76a0a17cef9fe0"` Sep 01 11:14:51.867 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 01 11:14:51.867 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 01 11:14:51.867 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 01 11:14:51.867 INFO kablam! files will be included as a binary target: Sep 01 11:14:51.867 INFO kablam! Sep 01 11:14:51.867 INFO kablam! * /source/src/main.rs Sep 01 11:14:51.867 INFO kablam! Sep 01 11:14:51.867 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 01 11:14:51.867 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 01 11:14:51.867 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 01 11:14:51.867 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 01 11:14:51.867 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 01 11:14:51.867 INFO kablam! Sep 01 11:14:51.867 INFO kablam! For more information on this warning you can consult Sep 01 11:14:51.867 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 01 11:14:51.867 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bench`, Sep 01 11:14:51.867 INFO kablam! please set bin.path in Cargo.toml Sep 01 11:14:51.874 INFO kablam! Checking lossyq v0.1.19 Sep 01 11:14:52.604 INFO kablam! Checking acto-rs v0.5.2 (file:///source) Sep 01 11:14:53.944 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:53.944 INFO kablam! --> src/scheduler/wrap.rs:19:11 Sep 01 11:14:53.944 INFO kablam! | Sep 01 11:14:53.944 INFO kablam! 19 | let mut slice = self.output_positions.as_mut_slice(); Sep 01 11:14:53.945 INFO kablam! | ----^^^^^ Sep 01 11:14:53.945 INFO kablam! | | Sep 01 11:14:53.945 INFO kablam! | help: remove this `mut` Sep 01 11:14:53.945 INFO kablam! | Sep 01 11:14:53.945 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 11:14:53.945 INFO kablam! Sep 01 11:14:53.946 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:53.946 INFO kablam! --> src/scheduler/wrap.rs:35:9 Sep 01 11:14:53.946 INFO kablam! | Sep 01 11:14:53.946 INFO kablam! 35 | let mut slice = self.output_positions.as_mut_slice(); Sep 01 11:14:53.946 INFO kablam! | ----^^^^^ Sep 01 11:14:53.946 INFO kablam! | | Sep 01 11:14:53.946 INFO kablam! | help: remove this `mut` Sep 01 11:14:53.946 INFO kablam! Sep 01 11:14:53.950 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:53.950 INFO kablam! --> src/scheduler/page.rs:51:9 Sep 01 11:14:53.950 INFO kablam! | Sep 01 11:14:53.950 INFO kablam! 51 | let mut data_ref = &mut slice[idx]; Sep 01 11:14:53.950 INFO kablam! | ----^^^^^^^^ Sep 01 11:14:53.950 INFO kablam! | | Sep 01 11:14:53.950 INFO kablam! | help: remove this `mut` Sep 01 11:14:53.950 INFO kablam! Sep 01 11:14:54.348 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:54.348 INFO kablam! --> src/scheduler/wrap.rs:19:11 Sep 01 11:14:54.348 INFO kablam! | Sep 01 11:14:54.348 INFO kablam! 19 | let mut slice = self.output_positions.as_mut_slice(); Sep 01 11:14:54.348 INFO kablam! | ----^^^^^ Sep 01 11:14:54.348 INFO kablam! | | Sep 01 11:14:54.348 INFO kablam! | help: remove this `mut` Sep 01 11:14:54.348 INFO kablam! | Sep 01 11:14:54.348 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 11:14:54.348 INFO kablam! Sep 01 11:14:54.350 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:54.350 INFO kablam! --> src/scheduler/wrap.rs:35:9 Sep 01 11:14:54.350 INFO kablam! | Sep 01 11:14:54.350 INFO kablam! 35 | let mut slice = self.output_positions.as_mut_slice(); Sep 01 11:14:54.350 INFO kablam! | ----^^^^^ Sep 01 11:14:54.350 INFO kablam! | | Sep 01 11:14:54.350 INFO kablam! | help: remove this `mut` Sep 01 11:14:54.350 INFO kablam! Sep 01 11:14:54.355 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:54.355 INFO kablam! --> src/scheduler/page.rs:51:9 Sep 01 11:14:54.355 INFO kablam! | Sep 01 11:14:54.355 INFO kablam! 51 | let mut data_ref = &mut slice[idx]; Sep 01 11:14:54.355 INFO kablam! | ----^^^^^^^^ Sep 01 11:14:54.355 INFO kablam! | | Sep 01 11:14:54.355 INFO kablam! | help: remove this `mut` Sep 01 11:14:54.355 INFO kablam! Sep 01 11:14:54.623 INFO kablam! warning: variable does not need to be mutable Sep 01 11:14:54.623 INFO kablam! --> src/bench/bitset.rs:19:9 Sep 01 11:14:54.623 INFO kablam! | Sep 01 11:14:54.624 INFO kablam! 19 | let mut slice = self.bits.as_mut_slice(); Sep 01 11:14:54.624 INFO kablam! | ----^^^^^ Sep 01 11:14:54.624 INFO kablam! | | Sep 01 11:14:54.624 INFO kablam! | help: remove this `mut` Sep 01 11:14:54.624 INFO kablam! Sep 01 11:14:55.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.25s Sep 01 11:14:55.114 INFO kablam! su: No module specific data is present Sep 01 11:14:55.516 INFO running `"docker" "rm" "-f" "e55fdab2bb33e39422ad90eec91c100f9eca7a5bef9edc219e76a0a17cef9fe0"` Sep 01 11:14:55.602 INFO blam! e55fdab2bb33e39422ad90eec91c100f9eca7a5bef9edc219e76a0a17cef9fe0