Oct 10 22:26:20.599 INFO testing gregorholzmann/rust-playground against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:26:20.599 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:26:20.600 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 22:26:21.122 INFO blam! 644ef122715351eafac3e626b79f8e453242b8b635bbed1443c2535ca6b1f233 Oct 10 22:26:21.124 INFO running `"docker" "start" "-a" "644ef122715351eafac3e626b79f8e453242b8b635bbed1443c2535ca6b1f233"` Oct 10 22:26:22.463 INFO kablam! usermod: no changes Oct 10 22:26:22.508 INFO kablam! Compiling rust-playground v0.1.0 (/source) Oct 10 22:26:23.281 INFO kablam! warning: unused variable: `x` Oct 10 22:26:23.281 INFO kablam! --> src/main.rs:86:9 Oct 10 22:26:23.281 INFO kablam! | Oct 10 22:26:23.282 INFO kablam! 86 | for x in 0..number_of_cards { Oct 10 22:26:23.282 INFO kablam! | ^ help: consider using `_x` instead Oct 10 22:26:23.282 INFO kablam! | Oct 10 22:26:23.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:26:23.283 INFO kablam! Oct 10 22:26:23.283 INFO kablam! warning: value assigned to `num_value` is never read Oct 10 22:26:23.284 INFO kablam! --> src/main.rs:25:21 Oct 10 22:26:23.284 INFO kablam! | Oct 10 22:26:23.285 INFO kablam! 25 | let mut num_value: u8 = 0; Oct 10 22:26:23.285 INFO kablam! | ^^^^^^^^^ Oct 10 22:26:23.285 INFO kablam! | Oct 10 22:26:23.285 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 22:26:23.286 INFO kablam! Oct 10 22:26:23.292 INFO kablam! warning: variable does not need to be mutable Oct 10 22:26:23.293 INFO kablam! --> src/main.rs:101:51 Oct 10 22:26:23.293 INFO kablam! | Oct 10 22:26:23.293 INFO kablam! 101 | fn end_game(player_hand: Hand, dealer_hand: Hand, mut deck: &mut Vec) { Oct 10 22:26:23.294 INFO kablam! | ----^^^^ Oct 10 22:26:23.294 INFO kablam! | | Oct 10 22:26:23.294 INFO kablam! | help: remove this `mut` Oct 10 22:26:23.300 INFO kablam! | Oct 10 22:26:23.301 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:26:23.301 INFO kablam! Oct 10 22:26:24.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 10 22:26:24.157 INFO kablam! su: No module specific data is present Oct 10 22:26:24.866 INFO running `"docker" "rm" "-f" "644ef122715351eafac3e626b79f8e453242b8b635bbed1443c2535ca6b1f233"` Oct 10 22:26:25.122 INFO blam! 644ef122715351eafac3e626b79f8e453242b8b635bbed1443c2535ca6b1f233 Oct 10 22:26:25.133 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:26:25.134 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 22:26:25.505 INFO blam! 9fdea8becc9b7fc28deabf47843d7e802fa5d2ed3d772d4b9381b586416bfaa1 Oct 10 22:26:25.513 INFO running `"docker" "start" "-a" "9fdea8becc9b7fc28deabf47843d7e802fa5d2ed3d772d4b9381b586416bfaa1"` Oct 10 22:26:26.443 INFO kablam! usermod: no changes Oct 10 22:26:26.504 INFO kablam! Compiling rust-playground v0.1.0 (/source) Oct 10 22:26:27.296 INFO kablam! warning: unused variable: `x` Oct 10 22:26:27.296 INFO kablam! --> src/main.rs:86:9 Oct 10 22:26:27.296 INFO kablam! | Oct 10 22:26:27.296 INFO kablam! 86 | for x in 0..number_of_cards { Oct 10 22:26:27.296 INFO kablam! | ^ help: consider using `_x` instead Oct 10 22:26:27.296 INFO kablam! | Oct 10 22:26:27.296 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:26:27.296 INFO kablam! Oct 10 22:26:27.296 INFO kablam! warning: value assigned to `num_value` is never read Oct 10 22:26:27.296 INFO kablam! --> src/main.rs:25:21 Oct 10 22:26:27.296 INFO kablam! | Oct 10 22:26:27.296 INFO kablam! 25 | let mut num_value: u8 = 0; Oct 10 22:26:27.297 INFO kablam! | ^^^^^^^^^ Oct 10 22:26:27.297 INFO kablam! | Oct 10 22:26:27.297 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 22:26:27.297 INFO kablam! Oct 10 22:26:27.312 INFO kablam! warning: variable does not need to be mutable Oct 10 22:26:27.312 INFO kablam! --> src/main.rs:101:51 Oct 10 22:26:27.312 INFO kablam! | Oct 10 22:26:27.312 INFO kablam! 101 | fn end_game(player_hand: Hand, dealer_hand: Hand, mut deck: &mut Vec) { Oct 10 22:26:27.312 INFO kablam! | ----^^^^ Oct 10 22:26:27.312 INFO kablam! | | Oct 10 22:26:27.312 INFO kablam! | help: remove this `mut` Oct 10 22:26:27.312 INFO kablam! | Oct 10 22:26:27.312 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:26:27.312 INFO kablam! Oct 10 22:26:27.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 22:26:27.684 INFO kablam! su: No module specific data is present Oct 10 22:26:28.068 INFO running `"docker" "rm" "-f" "9fdea8becc9b7fc28deabf47843d7e802fa5d2ed3d772d4b9381b586416bfaa1"` Oct 10 22:26:28.208 INFO blam! 9fdea8becc9b7fc28deabf47843d7e802fa5d2ed3d772d4b9381b586416bfaa1 Oct 10 22:26:28.209 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:26:28.210 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 22:26:28.420 INFO blam! b89a5e026f3cc8036f6febfa31288eb45d406568634e1be3abdc2307628c5787 Oct 10 22:26:28.421 INFO running `"docker" "start" "-a" "b89a5e026f3cc8036f6febfa31288eb45d406568634e1be3abdc2307628c5787"` Oct 10 22:26:29.076 INFO kablam! usermod: no changes Oct 10 22:26:29.108 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 22:26:29.110 INFO kablam! Running /target/debug/deps/rust_playground-ea58a8250e7a928f Oct 10 22:26:29.116 INFO blam! Oct 10 22:26:29.116 INFO blam! running 0 tests Oct 10 22:26:29.116 INFO blam! Oct 10 22:26:29.116 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:26:29.116 INFO blam! Oct 10 22:26:29.117 INFO kablam! su: No module specific data is present Oct 10 22:26:29.498 INFO running `"docker" "rm" "-f" "b89a5e026f3cc8036f6febfa31288eb45d406568634e1be3abdc2307628c5787"` Oct 10 22:26:29.631 INFO blam! b89a5e026f3cc8036f6febfa31288eb45d406568634e1be3abdc2307628c5787