Oct 14 19:27:10.347 INFO testing gsfellis/rust-hangman against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:27:10.347 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 19:27:10.594 INFO blam! ef60eab40c22f0583c96d16197b78b4837230ce270739456fdea2a3535734db7 Oct 14 19:27:10.596 INFO running `"docker" "start" "-a" "ef60eab40c22f0583c96d16197b78b4837230ce270739456fdea2a3535734db7"` Oct 14 19:27:11.498 INFO kablam! usermod: no changes Oct 14 19:27:11.611 INFO kablam! Compiling rust-hangman v0.1.0 (/source) Oct 14 19:27:12.131 INFO kablam! warning: unused variable: `word` Oct 14 19:27:12.131 INFO kablam! --> src/main.rs:79:16 Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! 79 | fn update_word(word: &str, guess: &char) { Oct 14 19:27:12.131 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:27:12.131 INFO kablam! Oct 14 19:27:12.131 INFO kablam! warning: unused variable: `guess` Oct 14 19:27:12.131 INFO kablam! --> src/main.rs:79:28 Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! 79 | fn update_word(word: &str, guess: &char) { Oct 14 19:27:12.131 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 14 19:27:12.131 INFO kablam! Oct 14 19:27:12.131 INFO kablam! warning: variable does not need to be mutable Oct 14 19:27:12.131 INFO kablam! --> src/main.rs:91:9 Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! 91 | let mut gallow = build_gallow(); Oct 14 19:27:12.131 INFO kablam! | ----^^^^^^ Oct 14 19:27:12.131 INFO kablam! | | Oct 14 19:27:12.131 INFO kablam! | help: remove this `mut` Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:27:12.131 INFO kablam! Oct 14 19:27:12.131 INFO kablam! warning: function is never used: `update_word` Oct 14 19:27:12.131 INFO kablam! --> src/main.rs:79:1 Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! 79 | fn update_word(word: &str, guess: &char) { Oct 14 19:27:12.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:12.131 INFO kablam! | Oct 14 19:27:12.131 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:27:12.131 INFO kablam! Oct 14 19:27:12.654 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.12s Oct 14 19:27:12.657 INFO kablam! su: No module specific data is present Oct 14 19:27:13.467 INFO running `"docker" "rm" "-f" "ef60eab40c22f0583c96d16197b78b4837230ce270739456fdea2a3535734db7"` Oct 14 19:27:13.695 INFO blam! ef60eab40c22f0583c96d16197b78b4837230ce270739456fdea2a3535734db7 Oct 14 19:27:13.699 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 19:27:14.255 INFO blam! 667c1a03c4b5c77f566398f206e1cd9bebf48ce4f102be733f1efcaa35b165f1 Oct 14 19:27:14.257 INFO running `"docker" "start" "-a" "667c1a03c4b5c77f566398f206e1cd9bebf48ce4f102be733f1efcaa35b165f1"` Oct 14 19:27:14.919 INFO kablam! usermod: no changes Oct 14 19:27:14.999 INFO kablam! Compiling rust-hangman v0.1.0 (/source) Oct 14 19:27:15.295 INFO kablam! warning: unused variable: `word` Oct 14 19:27:15.295 INFO kablam! --> src/main.rs:79:16 Oct 14 19:27:15.295 INFO kablam! | Oct 14 19:27:15.295 INFO kablam! 79 | fn update_word(word: &str, guess: &char) { Oct 14 19:27:15.295 INFO kablam! | ^^^^ help: consider using `_word` instead Oct 14 19:27:15.295 INFO kablam! | Oct 14 19:27:15.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:27:15.295 INFO kablam! Oct 14 19:27:15.295 INFO kablam! warning: unused variable: `guess` Oct 14 19:27:15.295 INFO kablam! --> src/main.rs:79:28 Oct 14 19:27:15.295 INFO kablam! | Oct 14 19:27:15.295 INFO kablam! 79 | fn update_word(word: &str, guess: &char) { Oct 14 19:27:15.295 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 14 19:27:15.295 INFO kablam! Oct 14 19:27:15.304 INFO kablam! warning: variable does not need to be mutable Oct 14 19:27:15.304 INFO kablam! --> src/main.rs:91:9 Oct 14 19:27:15.304 INFO kablam! | Oct 14 19:27:15.304 INFO kablam! 91 | let mut gallow = build_gallow(); Oct 14 19:27:15.304 INFO kablam! | ----^^^^^^ Oct 14 19:27:15.304 INFO kablam! | | Oct 14 19:27:15.304 INFO kablam! | help: remove this `mut` Oct 14 19:27:15.304 INFO kablam! | Oct 14 19:27:15.304 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:27:15.304 INFO kablam! Oct 14 19:27:15.304 INFO kablam! warning: function is never used: `update_word` Oct 14 19:27:15.304 INFO kablam! --> src/main.rs:79:1 Oct 14 19:27:15.304 INFO kablam! | Oct 14 19:27:15.304 INFO kablam! 79 | fn update_word(word: &str, guess: &char) { Oct 14 19:27:15.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:27:15.304 INFO kablam! | Oct 14 19:27:15.304 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:27:15.304 INFO kablam! Oct 14 19:27:15.668 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.73s Oct 14 19:27:15.670 INFO kablam! su: No module specific data is present Oct 14 19:27:16.215 INFO running `"docker" "rm" "-f" "667c1a03c4b5c77f566398f206e1cd9bebf48ce4f102be733f1efcaa35b165f1"` Oct 14 19:27:16.375 INFO blam! 667c1a03c4b5c77f566398f206e1cd9bebf48ce4f102be733f1efcaa35b165f1 Oct 14 19:27:16.378 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 14 19:27:16.575 INFO blam! 8937d854becb17a4bfd2d871be58d51e9f5450716e8641f60892d2921096930d Oct 14 19:27:16.580 INFO running `"docker" "start" "-a" "8937d854becb17a4bfd2d871be58d51e9f5450716e8641f60892d2921096930d"` Oct 14 19:27:17.019 INFO kablam! usermod: no changes Oct 14 19:27:17.058 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 14 19:27:17.059 INFO kablam! Running /target/debug/deps/rust_hangman-a525ddc10781067f Oct 14 19:27:17.061 INFO blam! Oct 14 19:27:17.061 INFO blam! running 0 tests Oct 14 19:27:17.061 INFO blam! Oct 14 19:27:17.061 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:27:17.062 INFO blam! Oct 14 19:27:17.062 INFO kablam! su: No module specific data is present Oct 14 19:27:17.394 INFO running `"docker" "rm" "-f" "8937d854becb17a4bfd2d871be58d51e9f5450716e8641f60892d2921096930d"` Oct 14 19:27:17.547 INFO blam! 8937d854becb17a4bfd2d871be58d51e9f5450716e8641f60892d2921096930d