Oct 12 13:50:52.605 INFO checking shoul/rust_tutorial against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 13:50:52.606 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 12 13:50:53.101 INFO blam! 1cf3bb34354038f5ad674e6ebb81630e65b4b6372e7b544a934b577ceaf3aca7 Oct 12 13:50:53.112 INFO running `"docker" "start" "-a" "1cf3bb34354038f5ad674e6ebb81630e65b4b6372e7b544a934b577ceaf3aca7"` Oct 12 13:50:54.799 INFO kablam! usermod: no changes Oct 12 13:50:54.836 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 13:50:54.836 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 13:50:54.836 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 13:50:54.836 INFO kablam! files will be included as a binary target: Oct 12 13:50:54.836 INFO kablam! Oct 12 13:50:54.836 INFO kablam! * /source/src/main.rs Oct 12 13:50:54.836 INFO kablam! Oct 12 13:50:54.836 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 13:50:54.836 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 13:50:54.836 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 13:50:54.836 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 13:50:54.836 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 13:50:54.836 INFO kablam! Oct 12 13:50:54.836 INFO kablam! For more information on this warning you can consult Oct 12 13:50:54.836 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 13:50:54.836 INFO kablam! Checking rust_tutorial v0.1.0 (/source) Oct 12 13:50:56.540 INFO kablam! warning: unused variable: `v2` Oct 12 13:50:56.540 INFO kablam! --> src/ownership.rs:37:9 Oct 12 13:50:56.540 INFO kablam! | Oct 12 13:50:56.540 INFO kablam! 37 | let v2 = v; Oct 12 13:50:56.540 INFO kablam! | ^^ help: consider using `_v2` instead Oct 12 13:50:56.564 INFO kablam! | Oct 12 13:50:56.565 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:50:56.565 INFO kablam! Oct 12 13:50:56.608 INFO kablam! warning: variable does not need to be mutable Oct 12 13:50:56.609 INFO kablam! --> src/ownership.rs:60:9 Oct 12 13:50:56.610 INFO kablam! | Oct 12 13:50:56.610 INFO kablam! 60 | let mut b = a; Oct 12 13:50:56.611 INFO kablam! | ----^ Oct 12 13:50:56.612 INFO kablam! | | Oct 12 13:50:56.612 INFO kablam! | help: remove this `mut` Oct 12 13:50:56.632 INFO kablam! | Oct 12 13:50:56.633 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 13:50:56.634 INFO kablam! Oct 12 13:50:56.672 INFO kablam! warning: unused variable: `v2` Oct 12 13:50:56.673 INFO kablam! --> src/ownership.rs:37:9 Oct 12 13:50:56.673 INFO kablam! | Oct 12 13:50:56.674 INFO kablam! 37 | let v2 = v; Oct 12 13:50:56.675 INFO kablam! | ^^ help: consider using `_v2` instead Oct 12 13:50:56.688 INFO kablam! | Oct 12 13:50:56.688 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:50:56.688 INFO kablam! Oct 12 13:50:56.740 INFO kablam! warning: variable does not need to be mutable Oct 12 13:50:56.740 INFO kablam! --> src/ownership.rs:60:9 Oct 12 13:50:56.740 INFO kablam! | Oct 12 13:50:56.740 INFO kablam! 60 | let mut b = a; Oct 12 13:50:56.740 INFO kablam! | ----^ Oct 12 13:50:56.740 INFO kablam! | | Oct 12 13:50:56.740 INFO kablam! | help: remove this `mut` Oct 12 13:50:56.740 INFO kablam! | Oct 12 13:50:56.740 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 13:50:56.740 INFO kablam! Oct 12 13:50:56.764 INFO kablam! warning: unused variable: `j` Oct 12 13:50:56.765 INFO kablam! --> src/vectors.rs:34:6 Oct 12 13:50:56.765 INFO kablam! | Oct 12 13:50:56.765 INFO kablam! 34 | let j: i32 = 0; Oct 12 13:50:56.765 INFO kablam! | ^ help: consider using `_j` instead Oct 12 13:50:56.765 INFO kablam! | Oct 12 13:50:56.765 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:50:56.765 INFO kablam! Oct 12 13:50:57.420 INFO kablam! warning: unused variable: `j` Oct 12 13:50:57.420 INFO kablam! --> src/vectors.rs:34:6 Oct 12 13:50:57.420 INFO kablam! | Oct 12 13:50:57.420 INFO kablam! 34 | let j: i32 = 0; Oct 12 13:50:57.420 INFO kablam! | ^ help: consider using `_j` instead Oct 12 13:50:57.420 INFO kablam! | Oct 12 13:50:57.420 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 13:50:57.420 INFO kablam! Oct 12 13:50:57.472 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.65s Oct 12 13:50:57.472 INFO kablam! su: No module specific data is present Oct 12 13:50:58.591 INFO running `"docker" "rm" "-f" "1cf3bb34354038f5ad674e6ebb81630e65b4b6372e7b544a934b577ceaf3aca7"` Oct 12 13:50:58.904 INFO blam! 1cf3bb34354038f5ad674e6ebb81630e65b4b6372e7b544a934b577ceaf3aca7