Oct 13 01:08:26.653 INFO testing sdiguana/RustVendingMachine against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:08:26.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.975 INFO blam! f78841394d45550f52023b756b4710ab5fe871812276f8bfa90184646699bf18 Oct 13 01:08:26.981 INFO running `"docker" "start" "-a" "f78841394d45550f52023b756b4710ab5fe871812276f8bfa90184646699bf18"` Oct 13 01:08:28.227 INFO kablam! usermod: no changes Oct 13 01:08:28.291 INFO kablam! Compiling vending_machine v0.1.0 (/source) Oct 13 01:08:28.651 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.651 INFO kablam! --> src/main.rs:69:9 Oct 13 01:08:28.651 INFO kablam! | Oct 13 01:08:28.651 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 13 01:08:28.651 INFO kablam! | ----^^^^^^ Oct 13 01:08:28.651 INFO kablam! | | Oct 13 01:08:28.651 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.651 INFO kablam! | Oct 13 01:08:28.651 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:08:28.651 INFO kablam! Oct 13 01:08:28.651 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.651 INFO kablam! --> src/main.rs:70:9 Oct 13 01:08:28.651 INFO kablam! | Oct 13 01:08:28.651 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 13 01:08:28.651 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:08:28.651 INFO kablam! | | Oct 13 01:08:28.651 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.651 INFO kablam! Oct 13 01:08:28.651 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.651 INFO kablam! --> src/main.rs:71:9 Oct 13 01:08:28.651 INFO kablam! | Oct 13 01:08:28.651 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 13 01:08:28.651 INFO kablam! | ----^^^^^ Oct 13 01:08:28.651 INFO kablam! | | Oct 13 01:08:28.651 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.651 INFO kablam! Oct 13 01:08:28.651 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.651 INFO kablam! --> src/main.rs:72:9 Oct 13 01:08:28.651 INFO kablam! | Oct 13 01:08:28.651 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 13 01:08:28.651 INFO kablam! | ----^^^^^ Oct 13 01:08:28.651 INFO kablam! | | Oct 13 01:08:28.651 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.651 INFO kablam! Oct 13 01:08:28.651 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.651 INFO kablam! --> src/main.rs:74:9 Oct 13 01:08:28.651 INFO kablam! | Oct 13 01:08:28.651 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 13 01:08:28.651 INFO kablam! | ----^^^^^^^^ Oct 13 01:08:28.651 INFO kablam! | | Oct 13 01:08:28.651 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.651 INFO kablam! Oct 13 01:08:28.663 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.663 INFO kablam! --> src/main.rs:195:17 Oct 13 01:08:28.663 INFO kablam! | Oct 13 01:08:28.663 INFO kablam! 195 | let mut c = read_line(); Oct 13 01:08:28.663 INFO kablam! | ----^ Oct 13 01:08:28.663 INFO kablam! | | Oct 13 01:08:28.663 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.663 INFO kablam! Oct 13 01:08:28.663 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:28.663 INFO kablam! --> src/main.rs:200:17 Oct 13 01:08:28.663 INFO kablam! | Oct 13 01:08:28.663 INFO kablam! 200 | let mut q = read_line(); Oct 13 01:08:28.663 INFO kablam! | ----^ Oct 13 01:08:28.663 INFO kablam! | | Oct 13 01:08:28.663 INFO kablam! | help: remove this `mut` Oct 13 01:08:28.663 INFO kablam! Oct 13 01:08:28.663 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 13 01:08:28.663 INFO kablam! --> src/main.rs:53:5 Oct 13 01:08:28.663 INFO kablam! | Oct 13 01:08:28.663 INFO kablam! 53 | UserCredit: f32 Oct 13 01:08:28.663 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 01:08:28.663 INFO kablam! | Oct 13 01:08:28.663 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:08:28.663 INFO kablam! Oct 13 01:08:28.675 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 13 01:08:28.675 INFO kablam! --> src/main.rs:121:9 Oct 13 01:08:28.675 INFO kablam! | Oct 13 01:08:28.675 INFO kablam! 121 | let mut isValidEntry = false; Oct 13 01:08:28.675 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:08:28.675 INFO kablam! Oct 13 01:08:29.571 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 13 01:08:29.571 INFO kablam! su: No module specific data is present Oct 13 01:08:30.343 INFO running `"docker" "rm" "-f" "f78841394d45550f52023b756b4710ab5fe871812276f8bfa90184646699bf18"` Oct 13 01:08:30.579 INFO blam! f78841394d45550f52023b756b4710ab5fe871812276f8bfa90184646699bf18 Oct 13 01:08:30.582 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:31.014 INFO blam! 76766d01b51b78c6c0b271c682b347a540a671ce1bd318a94cab91228941fbdd Oct 13 01:08:31.015 INFO running `"docker" "start" "-a" "76766d01b51b78c6c0b271c682b347a540a671ce1bd318a94cab91228941fbdd"` Oct 13 01:08:32.017 INFO kablam! usermod: no changes Oct 13 01:08:32.067 INFO kablam! Compiling vending_machine v0.1.0 (/source) Oct 13 01:08:32.452 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.452 INFO kablam! --> src/main.rs:69:9 Oct 13 01:08:32.452 INFO kablam! | Oct 13 01:08:32.453 INFO kablam! 69 | let mut coffee = Item {name: String::from("coffee"), price: 1.25, stock: 3}; Oct 13 01:08:32.453 INFO kablam! | ----^^^^^^ Oct 13 01:08:32.453 INFO kablam! | | Oct 13 01:08:32.453 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.453 INFO kablam! | Oct 13 01:08:32.453 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 01:08:32.453 INFO kablam! Oct 13 01:08:32.453 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.453 INFO kablam! --> src/main.rs:70:9 Oct 13 01:08:32.453 INFO kablam! | Oct 13 01:08:32.453 INFO kablam! 70 | let mut fizzy_water = Item {name: String::from("cascade ice"), price: 1.5, stock: 5}; Oct 13 01:08:32.453 INFO kablam! | ----^^^^^^^^^^^ Oct 13 01:08:32.453 INFO kablam! | | Oct 13 01:08:32.453 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.453 INFO kablam! Oct 13 01:08:32.453 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.453 INFO kablam! --> src/main.rs:71:9 Oct 13 01:08:32.453 INFO kablam! | Oct 13 01:08:32.453 INFO kablam! 71 | let mut candy = Item {name: String::from("life savers"), price: 0.75, stock: 1}; Oct 13 01:08:32.453 INFO kablam! | ----^^^^^ Oct 13 01:08:32.453 INFO kablam! | | Oct 13 01:08:32.453 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.453 INFO kablam! Oct 13 01:08:32.453 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.453 INFO kablam! --> src/main.rs:72:9 Oct 13 01:08:32.453 INFO kablam! | Oct 13 01:08:32.453 INFO kablam! 72 | let mut mints = Item {name: String::from("mints"), price: 1.0, stock: 2}; Oct 13 01:08:32.453 INFO kablam! | ----^^^^^ Oct 13 01:08:32.453 INFO kablam! | | Oct 13 01:08:32.453 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.453 INFO kablam! Oct 13 01:08:32.453 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.453 INFO kablam! --> src/main.rs:74:9 Oct 13 01:08:32.453 INFO kablam! | Oct 13 01:08:32.453 INFO kablam! 74 | let mut contents = vec![coffee, fizzy_water, candy, mints]; Oct 13 01:08:32.453 INFO kablam! | ----^^^^^^^^ Oct 13 01:08:32.453 INFO kablam! | | Oct 13 01:08:32.453 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.453 INFO kablam! Oct 13 01:08:32.462 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.462 INFO kablam! --> src/main.rs:195:17 Oct 13 01:08:32.462 INFO kablam! | Oct 13 01:08:32.462 INFO kablam! 195 | let mut c = read_line(); Oct 13 01:08:32.462 INFO kablam! | ----^ Oct 13 01:08:32.462 INFO kablam! | | Oct 13 01:08:32.462 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.462 INFO kablam! Oct 13 01:08:32.462 INFO kablam! warning: variable does not need to be mutable Oct 13 01:08:32.462 INFO kablam! --> src/main.rs:200:17 Oct 13 01:08:32.462 INFO kablam! | Oct 13 01:08:32.462 INFO kablam! 200 | let mut q = read_line(); Oct 13 01:08:32.462 INFO kablam! | ----^ Oct 13 01:08:32.462 INFO kablam! | | Oct 13 01:08:32.462 INFO kablam! | help: remove this `mut` Oct 13 01:08:32.462 INFO kablam! Oct 13 01:08:32.462 INFO kablam! warning: structure field `UserCredit` should have a snake case name such as `user_credit` Oct 13 01:08:32.462 INFO kablam! --> src/main.rs:53:5 Oct 13 01:08:32.462 INFO kablam! | Oct 13 01:08:32.462 INFO kablam! 53 | UserCredit: f32 Oct 13 01:08:32.462 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 01:08:32.462 INFO kablam! | Oct 13 01:08:32.462 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 01:08:32.462 INFO kablam! Oct 13 01:08:32.471 INFO kablam! warning: variable `isValidEntry` should have a snake case name such as `is_valid_entry` Oct 13 01:08:32.471 INFO kablam! --> src/main.rs:121:9 Oct 13 01:08:32.471 INFO kablam! | Oct 13 01:08:32.471 INFO kablam! 121 | let mut isValidEntry = false; Oct 13 01:08:32.471 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 01:08:32.471 INFO kablam! Oct 13 01:08:32.872 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.83s Oct 13 01:08:32.873 INFO kablam! su: No module specific data is present Oct 13 01:08:33.240 INFO running `"docker" "rm" "-f" "76766d01b51b78c6c0b271c682b347a540a671ce1bd318a94cab91228941fbdd"` Oct 13 01:08:33.418 INFO blam! 76766d01b51b78c6c0b271c682b347a540a671ce1bd318a94cab91228941fbdd Oct 13 01:08:33.420 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:33.686 INFO blam! 57606f927dfaef6cb9de182dda245f7b7e32da738ab597f799e598a165339840 Oct 13 01:08:33.694 INFO running `"docker" "start" "-a" "57606f927dfaef6cb9de182dda245f7b7e32da738ab597f799e598a165339840"` Oct 13 01:08:34.440 INFO kablam! usermod: no changes Oct 13 01:08:34.487 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:08:34.490 INFO kablam! Running /target/debug/deps/vending_machine-fb925a3356e174eb Oct 13 01:08:34.496 INFO blam! Oct 13 01:08:34.496 INFO blam! running 0 tests Oct 13 01:08:34.496 INFO blam! Oct 13 01:08:34.496 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:08:34.496 INFO blam! Oct 13 01:08:34.499 INFO kablam! su: No module specific data is present Oct 13 01:08:34.903 INFO running `"docker" "rm" "-f" "57606f927dfaef6cb9de182dda245f7b7e32da738ab597f799e598a165339840"` Oct 13 01:08:35.102 INFO blam! 57606f927dfaef6cb9de182dda245f7b7e32da738ab597f799e598a165339840