Sep 20 05:35:42.641 INFO checking caribon-0.8.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:35:42.641 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:35:42.641 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-2/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:35:42.837 INFO blam! ac1badd4fa9537e5332031b340e2069918383b896181b44681d4b48cb0b99271 Sep 20 05:35:42.839 INFO running `"docker" "start" "-a" "ac1badd4fa9537e5332031b340e2069918383b896181b44681d4b48cb0b99271"` Sep 20 05:35:43.674 INFO kablam! usermod: no changes Sep 20 05:35:43.705 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 05:35:43.705 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 05:35:43.705 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 05:35:43.705 INFO kablam! files will be included as a binary target: Sep 20 05:35:43.705 INFO kablam! Sep 20 05:35:43.705 INFO kablam! * /source/src/bin/config.rs Sep 20 05:35:43.706 INFO kablam! Sep 20 05:35:43.706 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 05:35:43.706 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 05:35:43.706 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 05:35:43.706 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 05:35:43.706 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 05:35:43.706 INFO kablam! Sep 20 05:35:43.706 INFO kablam! For more information on this warning you can consult Sep 20 05:35:43.706 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 05:35:43.715 INFO kablam! Compiling stemmer v0.3.2 Sep 20 05:35:45.961 INFO kablam! Checking caribon v0.8.1 (/source) Sep 20 05:35:46.459 INFO kablam! warning: variable does not need to be mutable Sep 20 05:35:46.459 INFO kablam! --> src/lib/parser.rs:507:13 Sep 20 05:35:46.459 INFO kablam! | Sep 20 05:35:46.459 INFO kablam! 507 | let mut vec = ast.get_body_mut(); Sep 20 05:35:46.459 INFO kablam! | ----^^^ Sep 20 05:35:46.459 INFO kablam! | | Sep 20 05:35:46.459 INFO kablam! | help: remove this `mut` Sep 20 05:35:46.459 INFO kablam! | Sep 20 05:35:46.459 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:35:46.459 INFO kablam! Sep 20 05:35:46.463 INFO kablam! warning: variable does not need to be mutable Sep 20 05:35:46.463 INFO kablam! --> src/lib/parser.rs:624:13 Sep 20 05:35:46.463 INFO kablam! | Sep 20 05:35:46.463 INFO kablam! 624 | let mut vec = ast.get_body_mut(); Sep 20 05:35:46.463 INFO kablam! | ----^^^ Sep 20 05:35:46.463 INFO kablam! | | Sep 20 05:35:46.463 INFO kablam! | help: remove this `mut` Sep 20 05:35:46.463 INFO kablam! Sep 20 05:35:46.465 INFO kablam! warning: variable does not need to be mutable Sep 20 05:35:46.465 INFO kablam! --> src/lib/parser.rs:663:13 Sep 20 05:35:46.465 INFO kablam! | Sep 20 05:35:46.465 INFO kablam! 663 | let mut res = words; Sep 20 05:35:46.465 INFO kablam! | ----^^^ Sep 20 05:35:46.465 INFO kablam! | | Sep 20 05:35:46.465 INFO kablam! | help: remove this `mut` Sep 20 05:35:46.465 INFO kablam! Sep 20 05:35:46.507 INFO kablam! warning: variable does not need to be mutable Sep 20 05:35:46.507 INFO kablam! --> src/lib/parser.rs:507:13 Sep 20 05:35:46.507 INFO kablam! | Sep 20 05:35:46.507 INFO kablam! 507 | let mut vec = ast.get_body_mut(); Sep 20 05:35:46.507 INFO kablam! | ----^^^ Sep 20 05:35:46.507 INFO kablam! | | Sep 20 05:35:46.507 INFO kablam! | help: remove this `mut` Sep 20 05:35:46.507 INFO kablam! | Sep 20 05:35:46.507 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:35:46.507 INFO kablam! Sep 20 05:35:46.509 INFO kablam! warning: variable does not need to be mutable Sep 20 05:35:46.509 INFO kablam! --> src/lib/parser.rs:624:13 Sep 20 05:35:46.509 INFO kablam! | Sep 20 05:35:46.509 INFO kablam! 624 | let mut vec = ast.get_body_mut(); Sep 20 05:35:46.509 INFO kablam! | ----^^^ Sep 20 05:35:46.509 INFO kablam! | | Sep 20 05:35:46.509 INFO kablam! | help: remove this `mut` Sep 20 05:35:46.509 INFO kablam! Sep 20 05:35:46.511 INFO kablam! warning: variable does not need to be mutable Sep 20 05:35:46.511 INFO kablam! --> src/lib/parser.rs:663:13 Sep 20 05:35:46.511 INFO kablam! | Sep 20 05:35:46.511 INFO kablam! 663 | let mut res = words; Sep 20 05:35:46.511 INFO kablam! | ----^^^ Sep 20 05:35:46.511 INFO kablam! | | Sep 20 05:35:46.511 INFO kablam! | help: remove this `mut` Sep 20 05:35:46.511 INFO kablam! Sep 20 05:35:46.994 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.30s Sep 20 05:35:46.996 INFO kablam! su: No module specific data is present Sep 20 05:35:47.732 INFO running `"docker" "rm" "-f" "ac1badd4fa9537e5332031b340e2069918383b896181b44681d4b48cb0b99271"` Sep 20 05:35:47.822 INFO blam! ac1badd4fa9537e5332031b340e2069918383b896181b44681d4b48cb0b99271