Oct 13 01:08:24.536 INFO testing sdiguana/RustVendingMachine against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:08:24.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 13 01:08:25.747 INFO blam! 5d854671f16ef8985ac3460bae15f761ab00e4edc11ddb2542c3ad0444490144 Oct 13 01:08:25.750 INFO running `"docker" "start" "-a" "5d854671f16ef8985ac3460bae15f761ab00e4edc11ddb2542c3ad0444490144"` Oct 13 01:08:26.300 INFO kablam! usermod: no changes Oct 13 01:08:26.329 INFO kablam! Compiling vending_machine v0.1.0 (/source) Oct 13 01:08:26.583 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.583 INFO kablam! --> src/main.rs:69:9 Oct 13 01:08:26.584 INFO kablam! | Oct 13 01:08:26.584 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 13 01:08:26.584 INFO kablam! | ----^^^^^^ Oct 13 01:08:26.585 INFO kablam! | | Oct 13 01:08:26.585 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.585 INFO kablam! | Oct 13 01:08:26.585 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:08:26.586 INFO kablam! Oct 13 01:08:26.586 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.586 INFO kablam! --> src/main.rs:70:9 Oct 13 01:08:26.587 INFO kablam! | Oct 13 01:08:26.587 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 13 01:08:26.587 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:08:26.587 INFO kablam! | | Oct 13 01:08:26.588 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.588 INFO kablam! Oct 13 01:08:26.588 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.588 INFO kablam! --> src/main.rs:71:9 Oct 13 01:08:26.589 INFO kablam! | Oct 13 01:08:26.589 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 13 01:08:26.589 INFO kablam! | ----^^^^^ Oct 13 01:08:26.589 INFO kablam! | | Oct 13 01:08:26.589 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.590 INFO kablam! Oct 13 01:08:26.590 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.590 INFO kablam! --> src/main.rs:72:9 Oct 13 01:08:26.590 INFO kablam! | Oct 13 01:08:26.590 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 13 01:08:26.591 INFO kablam! | ----^^^^^ Oct 13 01:08:26.591 INFO kablam! | | Oct 13 01:08:26.591 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.591 INFO kablam! Oct 13 01:08:26.591 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.592 INFO kablam! --> src/main.rs:74:9 Oct 13 01:08:26.592 INFO kablam! | Oct 13 01:08:26.592 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 13 01:08:26.592 INFO kablam! | ----^^^^^^^^ Oct 13 01:08:26.592 INFO kablam! | | Oct 13 01:08:26.593 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.593 INFO kablam! Oct 13 01:08:26.603 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.603 INFO kablam! --> src/main.rs:195:17 Oct 13 01:08:26.603 INFO kablam! | Oct 13 01:08:26.603 INFO kablam! 195 | let mut c = read_line(); Oct 13 01:08:26.603 INFO kablam! | ----^ Oct 13 01:08:26.603 INFO kablam! | | Oct 13 01:08:26.603 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.603 INFO kablam! Oct 13 01:08:26.603 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:26.603 INFO kablam! --> src/main.rs:200:17 Oct 13 01:08:26.603 INFO kablam! | Oct 13 01:08:26.603 INFO kablam! 200 | let mut q = read_line(); Oct 13 01:08:26.603 INFO kablam! | ----^ Oct 13 01:08:26.603 INFO kablam! | | Oct 13 01:08:26.603 INFO kablam! | help: remove this `mut` Oct 13 01:08:26.603 INFO kablam! Oct 13 01:08:26.603 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 13 01:08:26.603 INFO kablam! --> src/main.rs:53:5 Oct 13 01:08:26.603 INFO kablam! | Oct 13 01:08:26.603 INFO kablam! 53 | UserCredit: f32 Oct 13 01:08:26.603 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 01:08:26.603 INFO kablam! | Oct 13 01:08:26.603 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:08:26.603 INFO kablam! Oct 13 01:08:26.615 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 13 01:08:26.615 INFO kablam! --> src/main.rs:121:9 Oct 13 01:08:26.615 INFO kablam! | Oct 13 01:08:26.615 INFO kablam! 121 | let mut isValidEntry = false; Oct 13 01:08:26.615 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:08:26.615 INFO kablam! Oct 13 01:08:27.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 13 01:08:27.243 INFO kablam! su: No module specific data is present Oct 13 01:08:27.860 INFO running `"docker" "rm" "-f" "5d854671f16ef8985ac3460bae15f761ab00e4edc11ddb2542c3ad0444490144"` Oct 13 01:08:28.171 INFO blam! 5d854671f16ef8985ac3460bae15f761ab00e4edc11ddb2542c3ad0444490144 Oct 13 01:08:28.172 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 13 01:08:28.573 INFO blam! b1c0d9dfda3b9f39e94e665f585d30089af9cf324066ece1f7e1fabc649670f3 Oct 13 01:08:28.575 INFO running `"docker" "start" "-a" "b1c0d9dfda3b9f39e94e665f585d30089af9cf324066ece1f7e1fabc649670f3"` Oct 13 01:08:30.048 INFO kablam! usermod: no changes Oct 13 01:08:30.077 INFO kablam! Compiling vending_machine v0.1.0 (/source) Oct 13 01:08:30.411 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.411 INFO kablam! --> src/main.rs:69:9 Oct 13 01:08:30.412 INFO kablam! | Oct 13 01:08:30.412 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 13 01:08:30.412 INFO kablam! | ----^^^^^^ Oct 13 01:08:30.412 INFO kablam! | | Oct 13 01:08:30.413 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.413 INFO kablam! | Oct 13 01:08:30.413 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:08:30.413 INFO kablam! Oct 13 01:08:30.414 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.414 INFO kablam! --> src/main.rs:70:9 Oct 13 01:08:30.414 INFO kablam! | Oct 13 01:08:30.415 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 13 01:08:30.415 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:08:30.415 INFO kablam! | | Oct 13 01:08:30.415 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.416 INFO kablam! Oct 13 01:08:30.416 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.416 INFO kablam! --> src/main.rs:71:9 Oct 13 01:08:30.417 INFO kablam! | Oct 13 01:08:30.417 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 13 01:08:30.417 INFO kablam! | ----^^^^^ Oct 13 01:08:30.417 INFO kablam! | | Oct 13 01:08:30.418 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.418 INFO kablam! Oct 13 01:08:30.418 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.418 INFO kablam! --> src/main.rs:72:9 Oct 13 01:08:30.418 INFO kablam! | Oct 13 01:08:30.419 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 13 01:08:30.419 INFO kablam! | ----^^^^^ Oct 13 01:08:30.419 INFO kablam! | | Oct 13 01:08:30.420 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.420 INFO kablam! Oct 13 01:08:30.420 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.420 INFO kablam! --> src/main.rs:74:9 Oct 13 01:08:30.421 INFO kablam! | Oct 13 01:08:30.421 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 13 01:08:30.421 INFO kablam! | ----^^^^^^^^ Oct 13 01:08:30.422 INFO kablam! | | Oct 13 01:08:30.422 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.422 INFO kablam! Oct 13 01:08:30.422 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.423 INFO kablam! --> src/main.rs:195:17 Oct 13 01:08:30.423 INFO kablam! | Oct 13 01:08:30.424 INFO kablam! 195 | let mut c = read_line(); Oct 13 01:08:30.424 INFO kablam! | ----^ Oct 13 01:08:30.424 INFO kablam! | | Oct 13 01:08:30.424 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.425 INFO kablam! Oct 13 01:08:30.425 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:30.425 INFO kablam! --> src/main.rs:200:17 Oct 13 01:08:30.426 INFO kablam! | Oct 13 01:08:30.426 INFO kablam! 200 | let mut q = read_line(); Oct 13 01:08:30.426 INFO kablam! | ----^ Oct 13 01:08:30.427 INFO kablam! | | Oct 13 01:08:30.428 INFO kablam! | help: remove this `mut` Oct 13 01:08:30.428 INFO kablam! Oct 13 01:08:30.428 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 13 01:08:30.428 INFO kablam! --> src/main.rs:53:5 Oct 13 01:08:30.429 INFO kablam! | Oct 13 01:08:30.429 INFO kablam! 53 | UserCredit: f32 Oct 13 01:08:30.429 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 01:08:30.430 INFO kablam! | Oct 13 01:08:30.430 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:08:30.430 INFO kablam! Oct 13 01:08:30.430 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 13 01:08:30.430 INFO kablam! --> src/main.rs:121:9 Oct 13 01:08:30.430 INFO kablam! | Oct 13 01:08:30.430 INFO kablam! 121 | let mut isValidEntry = false; Oct 13 01:08:30.431 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:08:30.431 INFO kablam! Oct 13 01:08:30.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 13 01:08:30.856 INFO kablam! su: No module specific data is present Oct 13 01:08:31.327 INFO running `"docker" "rm" "-f" "b1c0d9dfda3b9f39e94e665f585d30089af9cf324066ece1f7e1fabc649670f3"` Oct 13 01:08:31.494 INFO blam! b1c0d9dfda3b9f39e94e665f585d30089af9cf324066ece1f7e1fabc649670f3 Oct 13 01:08:31.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 13 01:08:31.850 INFO blam! 0be2929b35776723c040dab2cd51941acd2a80bd41b4031518a1b07daa953aa2 Oct 13 01:08:31.852 INFO running `"docker" "start" "-a" "0be2929b35776723c040dab2cd51941acd2a80bd41b4031518a1b07daa953aa2"` Oct 13 01:08:32.727 INFO kablam! usermod: no changes Oct 13 01:08:32.781 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:08:32.783 INFO kablam! Running /target/debug/deps/vending_machine-35156f007c961445 Oct 13 01:08:32.789 INFO blam! Oct 13 01:08:32.789 INFO blam! running 0 tests Oct 13 01:08:32.789 INFO blam! Oct 13 01:08:32.789 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:08:32.789 INFO blam! Oct 13 01:08:32.795 INFO kablam! su: No module specific data is present Oct 13 01:08:33.181 INFO running `"docker" "rm" "-f" "0be2929b35776723c040dab2cd51941acd2a80bd41b4031518a1b07daa953aa2"` Oct 13 01:08:33.408 INFO blam! 0be2929b35776723c040dab2cd51941acd2a80bd41b4031518a1b07daa953aa2