Oct 31 21:34:13.603 INFO checking sdiguana/RustVendingMachine against master#05812fa8c588473f03e3fa7cf59cd84f4f37c715 for pr-55538 Oct 31 21:34:13.604 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-5/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-55538/master#05812fa8c588473f03e3fa7cf59cd84f4f37c715:/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 +05812fa8c588473f03e3fa7cf59cd84f4f37c715-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 31 21:34:14.100 INFO blam! d82344af15af5808ae3876969e3bdc0d905dddb258e37f79973e5571558a442a Oct 31 21:34:14.113 INFO running `"docker" "start" "-a" "d82344af15af5808ae3876969e3bdc0d905dddb258e37f79973e5571558a442a"` Oct 31 21:34:15.219 INFO kablam! usermod: no changes Oct 31 21:34:15.268 INFO kablam! Checking vending_machine v0.1.0 (/source) Oct 31 21:34:15.636 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.636 INFO kablam! --> src/main.rs:69:9 Oct 31 21:34:15.636 INFO kablam! | Oct 31 21:34:15.636 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 31 21:34:15.636 INFO kablam! | ----^^^^^^ Oct 31 21:34:15.636 INFO kablam! | | Oct 31 21:34:15.636 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.636 INFO kablam! | Oct 31 21:34:15.636 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 21:34:15.636 INFO kablam! Oct 31 21:34:15.636 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.636 INFO kablam! --> src/main.rs:70:9 Oct 31 21:34:15.636 INFO kablam! | Oct 31 21:34:15.636 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 31 21:34:15.636 INFO kablam! | ----^^^^^^^^^^^ Oct 31 21:34:15.636 INFO kablam! | | Oct 31 21:34:15.636 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.636 INFO kablam! Oct 31 21:34:15.637 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.637 INFO kablam! --> src/main.rs:71:9 Oct 31 21:34:15.637 INFO kablam! | Oct 31 21:34:15.637 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 31 21:34:15.637 INFO kablam! | ----^^^^^ Oct 31 21:34:15.637 INFO kablam! | | Oct 31 21:34:15.637 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.637 INFO kablam! Oct 31 21:34:15.637 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.637 INFO kablam! --> src/main.rs:72:9 Oct 31 21:34:15.637 INFO kablam! | Oct 31 21:34:15.637 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 31 21:34:15.637 INFO kablam! | ----^^^^^ Oct 31 21:34:15.637 INFO kablam! | | Oct 31 21:34:15.637 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.637 INFO kablam! Oct 31 21:34:15.637 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.637 INFO kablam! --> src/main.rs:74:9 Oct 31 21:34:15.637 INFO kablam! | Oct 31 21:34:15.637 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 31 21:34:15.637 INFO kablam! | ----^^^^^^^^ Oct 31 21:34:15.637 INFO kablam! | | Oct 31 21:34:15.637 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.637 INFO kablam! Oct 31 21:34:15.648 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.648 INFO kablam! --> src/main.rs:195:17 Oct 31 21:34:15.648 INFO kablam! | Oct 31 21:34:15.648 INFO kablam! 195 | let mut c = read_line(); Oct 31 21:34:15.648 INFO kablam! | ----^ Oct 31 21:34:15.648 INFO kablam! | | Oct 31 21:34:15.648 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.648 INFO kablam! Oct 31 21:34:15.648 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.648 INFO kablam! --> src/main.rs:200:17 Oct 31 21:34:15.648 INFO kablam! | Oct 31 21:34:15.648 INFO kablam! 200 | let mut q = read_line(); Oct 31 21:34:15.648 INFO kablam! | ----^ Oct 31 21:34:15.648 INFO kablam! | | Oct 31 21:34:15.648 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.648 INFO kablam! Oct 31 21:34:15.648 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 31 21:34:15.648 INFO kablam! --> src/main.rs:53:5 Oct 31 21:34:15.648 INFO kablam! | Oct 31 21:34:15.648 INFO kablam! 53 | UserCredit: f32 Oct 31 21:34:15.648 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 21:34:15.648 INFO kablam! | Oct 31 21:34:15.648 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 21:34:15.648 INFO kablam! Oct 31 21:34:15.660 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 31 21:34:15.660 INFO kablam! --> src/main.rs:121:9 Oct 31 21:34:15.660 INFO kablam! | Oct 31 21:34:15.660 INFO kablam! 121 | let mut isValidEntry = false; Oct 31 21:34:15.660 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 21:34:15.660 INFO kablam! Oct 31 21:34:15.792 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.792 INFO kablam! --> src/main.rs:69:9 Oct 31 21:34:15.792 INFO kablam! | Oct 31 21:34:15.792 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 31 21:34:15.792 INFO kablam! | ----^^^^^^ Oct 31 21:34:15.792 INFO kablam! | | Oct 31 21:34:15.792 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.792 INFO kablam! | Oct 31 21:34:15.792 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 31 21:34:15.792 INFO kablam! Oct 31 21:34:15.792 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.792 INFO kablam! --> src/main.rs:70:9 Oct 31 21:34:15.792 INFO kablam! | Oct 31 21:34:15.793 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 31 21:34:15.793 INFO kablam! | ----^^^^^^^^^^^ Oct 31 21:34:15.793 INFO kablam! | | Oct 31 21:34:15.793 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.793 INFO kablam! Oct 31 21:34:15.793 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.793 INFO kablam! --> src/main.rs:71:9 Oct 31 21:34:15.793 INFO kablam! | Oct 31 21:34:15.793 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 31 21:34:15.793 INFO kablam! | ----^^^^^ Oct 31 21:34:15.793 INFO kablam! | | Oct 31 21:34:15.793 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.793 INFO kablam! Oct 31 21:34:15.793 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.793 INFO kablam! --> src/main.rs:72:9 Oct 31 21:34:15.793 INFO kablam! | Oct 31 21:34:15.793 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 31 21:34:15.793 INFO kablam! | ----^^^^^ Oct 31 21:34:15.793 INFO kablam! | | Oct 31 21:34:15.793 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.793 INFO kablam! Oct 31 21:34:15.793 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.793 INFO kablam! --> src/main.rs:74:9 Oct 31 21:34:15.793 INFO kablam! | Oct 31 21:34:15.793 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 31 21:34:15.793 INFO kablam! | ----^^^^^^^^ Oct 31 21:34:15.793 INFO kablam! | | Oct 31 21:34:15.793 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.793 INFO kablam! Oct 31 21:34:15.824 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.824 INFO kablam! --> src/main.rs:195:17 Oct 31 21:34:15.824 INFO kablam! | Oct 31 21:34:15.824 INFO kablam! 195 | let mut c = read_line(); Oct 31 21:34:15.824 INFO kablam! | ----^ Oct 31 21:34:15.824 INFO kablam! | | Oct 31 21:34:15.824 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.824 INFO kablam! Oct 31 21:34:15.824 INFO kablam! warning: variable does not need to be mutable Oct 31 21:34:15.824 INFO kablam! --> src/main.rs:200:17 Oct 31 21:34:15.824 INFO kablam! | Oct 31 21:34:15.824 INFO kablam! 200 | let mut q = read_line(); Oct 31 21:34:15.824 INFO kablam! | ----^ Oct 31 21:34:15.824 INFO kablam! | | Oct 31 21:34:15.824 INFO kablam! | help: remove this `mut` Oct 31 21:34:15.824 INFO kablam! Oct 31 21:34:15.824 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 31 21:34:15.824 INFO kablam! --> src/main.rs:53:5 Oct 31 21:34:15.824 INFO kablam! | Oct 31 21:34:15.824 INFO kablam! 53 | UserCredit: f32 Oct 31 21:34:15.824 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 31 21:34:15.824 INFO kablam! | Oct 31 21:34:15.824 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 21:34:15.824 INFO kablam! Oct 31 21:34:15.836 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 31 21:34:15.836 INFO kablam! --> src/main.rs:121:9 Oct 31 21:34:15.836 INFO kablam! | Oct 31 21:34:15.836 INFO kablam! 121 | let mut isValidEntry = false; Oct 31 21:34:15.836 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 21:34:15.836 INFO kablam! Oct 31 21:34:15.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.62s Oct 31 21:34:15.888 INFO kablam! su: No module specific data is present Oct 31 21:34:17.252 INFO running `"docker" "rm" "-f" "d82344af15af5808ae3876969e3bdc0d905dddb258e37f79973e5571558a442a"` Oct 31 21:34:17.577 INFO blam! d82344af15af5808ae3876969e3bdc0d905dddb258e37f79973e5571558a442a