Oct 26 21:20:35.175 INFO checking sdiguana/RustVendingMachine against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:20:35.176 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 26 21:20:35.655 INFO blam! 0a0badf6199fc7be74b9df3f62e3c4fae722038e4b4768fbb8c4a59c581994f7 Oct 26 21:20:35.659 INFO running `"docker" "start" "-a" "0a0badf6199fc7be74b9df3f62e3c4fae722038e4b4768fbb8c4a59c581994f7"` Oct 26 21:20:37.014 INFO kablam! usermod: no changes Oct 26 21:20:37.050 INFO kablam! Checking vending_machine v0.1.0 (/source) Oct 26 21:20:37.455 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.455 INFO kablam! --> src/main.rs:69:9 Oct 26 21:20:37.455 INFO kablam! | Oct 26 21:20:37.455 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 26 21:20:37.455 INFO kablam! | ----^^^^^^ Oct 26 21:20:37.455 INFO kablam! | | Oct 26 21:20:37.455 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.455 INFO kablam! | Oct 26 21:20:37.455 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:20:37.455 INFO kablam! Oct 26 21:20:37.455 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.455 INFO kablam! --> src/main.rs:70:9 Oct 26 21:20:37.455 INFO kablam! | Oct 26 21:20:37.455 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 26 21:20:37.455 INFO kablam! | ----^^^^^^^^^^^ Oct 26 21:20:37.455 INFO kablam! | | Oct 26 21:20:37.455 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.455 INFO kablam! Oct 26 21:20:37.455 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.455 INFO kablam! --> src/main.rs:71:9 Oct 26 21:20:37.455 INFO kablam! | Oct 26 21:20:37.455 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 26 21:20:37.455 INFO kablam! | ----^^^^^ Oct 26 21:20:37.455 INFO kablam! | | Oct 26 21:20:37.455 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.455 INFO kablam! Oct 26 21:20:37.455 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.455 INFO kablam! --> src/main.rs:72:9 Oct 26 21:20:37.455 INFO kablam! | Oct 26 21:20:37.455 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 26 21:20:37.455 INFO kablam! | ----^^^^^ Oct 26 21:20:37.455 INFO kablam! | | Oct 26 21:20:37.455 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.455 INFO kablam! Oct 26 21:20:37.455 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.455 INFO kablam! --> src/main.rs:74:9 Oct 26 21:20:37.455 INFO kablam! | Oct 26 21:20:37.455 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 26 21:20:37.455 INFO kablam! | ----^^^^^^^^ Oct 26 21:20:37.455 INFO kablam! | | Oct 26 21:20:37.455 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.455 INFO kablam! Oct 26 21:20:37.475 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.476 INFO kablam! --> src/main.rs:195:17 Oct 26 21:20:37.476 INFO kablam! | Oct 26 21:20:37.476 INFO kablam! 195 | let mut c = read_line(); Oct 26 21:20:37.476 INFO kablam! | ----^ Oct 26 21:20:37.476 INFO kablam! | | Oct 26 21:20:37.476 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.476 INFO kablam! Oct 26 21:20:37.476 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.476 INFO kablam! --> src/main.rs:200:17 Oct 26 21:20:37.476 INFO kablam! | Oct 26 21:20:37.476 INFO kablam! 200 | let mut q = read_line(); Oct 26 21:20:37.476 INFO kablam! | ----^ Oct 26 21:20:37.476 INFO kablam! | | Oct 26 21:20:37.476 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.476 INFO kablam! Oct 26 21:20:37.476 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 26 21:20:37.476 INFO kablam! --> src/main.rs:53:5 Oct 26 21:20:37.476 INFO kablam! | Oct 26 21:20:37.476 INFO kablam! 53 | UserCredit: f32 Oct 26 21:20:37.476 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 21:20:37.476 INFO kablam! | Oct 26 21:20:37.476 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 21:20:37.476 INFO kablam! Oct 26 21:20:37.487 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 26 21:20:37.487 INFO kablam! --> src/main.rs:121:9 Oct 26 21:20:37.487 INFO kablam! | Oct 26 21:20:37.487 INFO kablam! 121 | let mut isValidEntry = false; Oct 26 21:20:37.487 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 21:20:37.487 INFO kablam! Oct 26 21:20:37.554 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.554 INFO kablam! --> src/main.rs:69:9 Oct 26 21:20:37.554 INFO kablam! | Oct 26 21:20:37.554 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 26 21:20:37.554 INFO kablam! | ----^^^^^^ Oct 26 21:20:37.554 INFO kablam! | | Oct 26 21:20:37.554 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.554 INFO kablam! | Oct 26 21:20:37.554 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 21:20:37.554 INFO kablam! Oct 26 21:20:37.554 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.554 INFO kablam! --> src/main.rs:70:9 Oct 26 21:20:37.554 INFO kablam! | Oct 26 21:20:37.554 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 26 21:20:37.554 INFO kablam! | ----^^^^^^^^^^^ Oct 26 21:20:37.554 INFO kablam! | | Oct 26 21:20:37.554 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.554 INFO kablam! Oct 26 21:20:37.555 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.555 INFO kablam! --> src/main.rs:71:9 Oct 26 21:20:37.555 INFO kablam! | Oct 26 21:20:37.555 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 26 21:20:37.555 INFO kablam! | ----^^^^^ Oct 26 21:20:37.555 INFO kablam! | | Oct 26 21:20:37.555 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.555 INFO kablam! Oct 26 21:20:37.555 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.555 INFO kablam! --> src/main.rs:72:9 Oct 26 21:20:37.555 INFO kablam! | Oct 26 21:20:37.555 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 26 21:20:37.555 INFO kablam! | ----^^^^^ Oct 26 21:20:37.555 INFO kablam! | | Oct 26 21:20:37.555 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.555 INFO kablam! Oct 26 21:20:37.555 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.555 INFO kablam! --> src/main.rs:74:9 Oct 26 21:20:37.555 INFO kablam! | Oct 26 21:20:37.555 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 26 21:20:37.555 INFO kablam! | ----^^^^^^^^ Oct 26 21:20:37.555 INFO kablam! | | Oct 26 21:20:37.555 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.555 INFO kablam! Oct 26 21:20:37.567 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.567 INFO kablam! --> src/main.rs:195:17 Oct 26 21:20:37.567 INFO kablam! | Oct 26 21:20:37.567 INFO kablam! 195 | let mut c = read_line(); Oct 26 21:20:37.567 INFO kablam! | ----^ Oct 26 21:20:37.567 INFO kablam! | | Oct 26 21:20:37.567 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.567 INFO kablam! Oct 26 21:20:37.567 INFO kablam! warning: variable does not need to be mutable Oct 26 21:20:37.567 INFO kablam! --> src/main.rs:200:17 Oct 26 21:20:37.567 INFO kablam! | Oct 26 21:20:37.567 INFO kablam! 200 | let mut q = read_line(); Oct 26 21:20:37.567 INFO kablam! | ----^ Oct 26 21:20:37.567 INFO kablam! | | Oct 26 21:20:37.567 INFO kablam! | help: remove this `mut` Oct 26 21:20:37.567 INFO kablam! Oct 26 21:20:37.567 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 26 21:20:37.567 INFO kablam! --> src/main.rs:53:5 Oct 26 21:20:37.567 INFO kablam! | Oct 26 21:20:37.567 INFO kablam! 53 | UserCredit: f32 Oct 26 21:20:37.567 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 21:20:37.567 INFO kablam! | Oct 26 21:20:37.567 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 21:20:37.567 INFO kablam! Oct 26 21:20:37.575 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 26 21:20:37.575 INFO kablam! --> src/main.rs:121:9 Oct 26 21:20:37.575 INFO kablam! | Oct 26 21:20:37.575 INFO kablam! 121 | let mut isValidEntry = false; Oct 26 21:20:37.575 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 26 21:20:37.575 INFO kablam! Oct 26 21:20:37.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.58s Oct 26 21:20:37.623 INFO kablam! su: No module specific data is present Oct 26 21:20:38.411 INFO running `"docker" "rm" "-f" "0a0badf6199fc7be74b9df3f62e3c4fae722038e4b4768fbb8c4a59c581994f7"` Oct 26 21:20:38.671 INFO blam! 0a0badf6199fc7be74b9df3f62e3c4fae722038e4b4768fbb8c4a59c581994f7