Oct 10 15:16:42.647 INFO testing sdiguana/RustVendingMachine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:16:42.647 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:16:42.649 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:16:43.124 INFO blam! ba65a68aca9c91b9a86bfbd66aad53308d6b1987e78dc90230e13eeb17d3de48 Oct 10 15:16:43.128 INFO running `"docker" "start" "-a" "ba65a68aca9c91b9a86bfbd66aad53308d6b1987e78dc90230e13eeb17d3de48"` Oct 10 15:16:44.372 INFO kablam! usermod: no changes Oct 10 15:16:44.452 INFO kablam! Compiling vending_machine v0.1.0 (/source) Oct 10 15:16:45.093 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.093 INFO kablam! --> src/main.rs:69:9 Oct 10 15:16:45.093 INFO kablam! | Oct 10 15:16:45.093 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 10 15:16:45.093 INFO kablam! | ----^^^^^^ Oct 10 15:16:45.093 INFO kablam! | | Oct 10 15:16:45.093 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.093 INFO kablam! | Oct 10 15:16:45.093 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:16:45.093 INFO kablam! Oct 10 15:16:45.093 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.093 INFO kablam! --> src/main.rs:70:9 Oct 10 15:16:45.093 INFO kablam! | Oct 10 15:16:45.093 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 10 15:16:45.093 INFO kablam! | ----^^^^^^^^^^^ Oct 10 15:16:45.093 INFO kablam! | | Oct 10 15:16:45.093 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.093 INFO kablam! Oct 10 15:16:45.093 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.093 INFO kablam! --> src/main.rs:71:9 Oct 10 15:16:45.093 INFO kablam! | Oct 10 15:16:45.093 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 10 15:16:45.093 INFO kablam! | ----^^^^^ Oct 10 15:16:45.093 INFO kablam! | | Oct 10 15:16:45.093 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.093 INFO kablam! Oct 10 15:16:45.093 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.093 INFO kablam! --> src/main.rs:72:9 Oct 10 15:16:45.093 INFO kablam! | Oct 10 15:16:45.093 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 10 15:16:45.093 INFO kablam! | ----^^^^^ Oct 10 15:16:45.093 INFO kablam! | | Oct 10 15:16:45.093 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.093 INFO kablam! Oct 10 15:16:45.093 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.093 INFO kablam! --> src/main.rs:74:9 Oct 10 15:16:45.094 INFO kablam! | Oct 10 15:16:45.094 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 10 15:16:45.094 INFO kablam! | ----^^^^^^^^ Oct 10 15:16:45.094 INFO kablam! | | Oct 10 15:16:45.094 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.094 INFO kablam! Oct 10 15:16:45.104 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.104 INFO kablam! --> src/main.rs:195:17 Oct 10 15:16:45.104 INFO kablam! | Oct 10 15:16:45.104 INFO kablam! 195 | let mut c = read_line(); Oct 10 15:16:45.104 INFO kablam! | ----^ Oct 10 15:16:45.104 INFO kablam! | | Oct 10 15:16:45.104 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.104 INFO kablam! Oct 10 15:16:45.104 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:45.104 INFO kablam! --> src/main.rs:200:17 Oct 10 15:16:45.104 INFO kablam! | Oct 10 15:16:45.104 INFO kablam! 200 | let mut q = read_line(); Oct 10 15:16:45.104 INFO kablam! | ----^ Oct 10 15:16:45.104 INFO kablam! | | Oct 10 15:16:45.104 INFO kablam! | help: remove this `mut` Oct 10 15:16:45.104 INFO kablam! Oct 10 15:16:45.104 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 10 15:16:45.104 INFO kablam! --> src/main.rs:53:5 Oct 10 15:16:45.104 INFO kablam! | Oct 10 15:16:45.104 INFO kablam! 53 | UserCredit: f32 Oct 10 15:16:45.104 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:16:45.104 INFO kablam! | Oct 10 15:16:45.104 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:16:45.104 INFO kablam! Oct 10 15:16:45.116 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 10 15:16:45.116 INFO kablam! --> src/main.rs:121:9 Oct 10 15:16:45.116 INFO kablam! | Oct 10 15:16:45.116 INFO kablam! 121 | let mut isValidEntry = false; Oct 10 15:16:45.116 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:16:45.116 INFO kablam! Oct 10 15:16:46.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Oct 10 15:16:46.080 INFO kablam! su: No module specific data is present Oct 10 15:16:46.840 INFO running `"docker" "rm" "-f" "ba65a68aca9c91b9a86bfbd66aad53308d6b1987e78dc90230e13eeb17d3de48"` Oct 10 15:16:47.073 INFO blam! ba65a68aca9c91b9a86bfbd66aad53308d6b1987e78dc90230e13eeb17d3de48 Oct 10 15:16:47.075 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:16:47.081 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:16:47.441 INFO blam! 0d1e17cc2d67616f21842d76a33cb1717774ab80b636de6001b3c3e1d6b9d67a Oct 10 15:16:47.445 INFO running `"docker" "start" "-a" "0d1e17cc2d67616f21842d76a33cb1717774ab80b636de6001b3c3e1d6b9d67a"` Oct 10 15:16:48.460 INFO kablam! usermod: no changes Oct 10 15:16:48.498 INFO kablam! Compiling vending_machine v0.1.0 (/source) Oct 10 15:16:49.193 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.193 INFO kablam! --> src/main.rs:69:9 Oct 10 15:16:49.193 INFO kablam! | Oct 10 15:16:49.194 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 10 15:16:49.194 INFO kablam! | ----^^^^^^ Oct 10 15:16:49.194 INFO kablam! | | Oct 10 15:16:49.194 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.195 INFO kablam! | Oct 10 15:16:49.195 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:16:49.195 INFO kablam! Oct 10 15:16:49.195 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.196 INFO kablam! --> src/main.rs:70:9 Oct 10 15:16:49.196 INFO kablam! | Oct 10 15:16:49.197 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 10 15:16:49.197 INFO kablam! | ----^^^^^^^^^^^ Oct 10 15:16:49.197 INFO kablam! | | Oct 10 15:16:49.198 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.198 INFO kablam! Oct 10 15:16:49.198 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.198 INFO kablam! --> src/main.rs:71:9 Oct 10 15:16:49.199 INFO kablam! | Oct 10 15:16:49.199 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 10 15:16:49.199 INFO kablam! | ----^^^^^ Oct 10 15:16:49.200 INFO kablam! | | Oct 10 15:16:49.200 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.200 INFO kablam! Oct 10 15:16:49.200 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.201 INFO kablam! --> src/main.rs:72:9 Oct 10 15:16:49.201 INFO kablam! | Oct 10 15:16:49.201 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 10 15:16:49.201 INFO kablam! | ----^^^^^ Oct 10 15:16:49.202 INFO kablam! | | Oct 10 15:16:49.202 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.202 INFO kablam! Oct 10 15:16:49.202 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.203 INFO kablam! --> src/main.rs:74:9 Oct 10 15:16:49.203 INFO kablam! | Oct 10 15:16:49.203 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 10 15:16:49.203 INFO kablam! | ----^^^^^^^^ Oct 10 15:16:49.204 INFO kablam! | | Oct 10 15:16:49.204 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.204 INFO kablam! Oct 10 15:16:49.204 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.205 INFO kablam! --> src/main.rs:195:17 Oct 10 15:16:49.205 INFO kablam! | Oct 10 15:16:49.205 INFO kablam! 195 | let mut c = read_line(); Oct 10 15:16:49.205 INFO kablam! | ----^ Oct 10 15:16:49.206 INFO kablam! | | Oct 10 15:16:49.206 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.206 INFO kablam! Oct 10 15:16:49.207 INFO kablam! warning: variable does not need to be mutable Oct 10 15:16:49.207 INFO kablam! --> src/main.rs:200:17 Oct 10 15:16:49.207 INFO kablam! | Oct 10 15:16:49.207 INFO kablam! 200 | let mut q = read_line(); Oct 10 15:16:49.207 INFO kablam! | ----^ Oct 10 15:16:49.208 INFO kablam! | | Oct 10 15:16:49.208 INFO kablam! | help: remove this `mut` Oct 10 15:16:49.208 INFO kablam! Oct 10 15:16:49.208 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 10 15:16:49.209 INFO kablam! --> src/main.rs:53:5 Oct 10 15:16:49.209 INFO kablam! | Oct 10 15:16:49.209 INFO kablam! 53 | UserCredit: f32 Oct 10 15:16:49.209 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 15:16:49.210 INFO kablam! | Oct 10 15:16:49.210 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 15:16:49.210 INFO kablam! Oct 10 15:16:49.210 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 10 15:16:49.211 INFO kablam! --> src/main.rs:121:9 Oct 10 15:16:49.211 INFO kablam! | Oct 10 15:16:49.211 INFO kablam! 121 | let mut isValidEntry = false; Oct 10 15:16:49.211 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:16:49.212 INFO kablam! Oct 10 15:16:49.818 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.33s Oct 10 15:16:49.822 INFO kablam! su: No module specific data is present Oct 10 15:16:50.447 INFO running `"docker" "rm" "-f" "0d1e17cc2d67616f21842d76a33cb1717774ab80b636de6001b3c3e1d6b9d67a"` Oct 10 15:16:50.728 INFO blam! 0d1e17cc2d67616f21842d76a33cb1717774ab80b636de6001b3c3e1d6b9d67a Oct 10 15:16:50.732 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:16:50.732 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:16:51.094 INFO blam! c9bff51b2d7c4f41fbb1076043ea657002a265a202abeabeb71e7ed6b2b07ab3 Oct 10 15:16:51.096 INFO running `"docker" "start" "-a" "c9bff51b2d7c4f41fbb1076043ea657002a265a202abeabeb71e7ed6b2b07ab3"` Oct 10 15:16:52.336 INFO kablam! usermod: no changes Oct 10 15:16:52.384 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 15:16:52.384 INFO kablam! Running /target/debug/deps/vending_machine-fb925a3356e174eb Oct 10 15:16:52.388 INFO blam! Oct 10 15:16:52.388 INFO blam! running 0 tests Oct 10 15:16:52.388 INFO blam! Oct 10 15:16:52.388 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:16:52.388 INFO blam! Oct 10 15:16:52.396 INFO kablam! su: No module specific data is present Oct 10 15:16:53.022 INFO running `"docker" "rm" "-f" "c9bff51b2d7c4f41fbb1076043ea657002a265a202abeabeb71e7ed6b2b07ab3"` Oct 10 15:16:53.184 INFO blam! c9bff51b2d7c4f41fbb1076043ea657002a265a202abeabeb71e7ed6b2b07ab3