Oct 12 18:45:22.140 INFO testing withoutboats/guessing_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 18:45:22.140 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 18:45:22.651 INFO blam! 267bb530e666b43d40d0258a18120dabaf0559a502981089495a60db0db4f57a Oct 12 18:45:22.663 INFO running `"docker" "start" "-a" "267bb530e666b43d40d0258a18120dabaf0559a502981089495a60db0db4f57a"` Oct 12 18:45:23.721 INFO kablam! usermod: no changes Oct 12 18:45:23.756 INFO kablam! Compiling guessing_game v0.1.0 (/source) Oct 12 18:45:23.971 INFO kablam! warning: unused variable: `secret` Oct 12 18:45:23.971 INFO kablam! --> src/secret_number/mod.rs:15:12 Oct 12 18:45:23.972 INFO kablam! | Oct 12 18:45:23.972 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 12 18:45:23.972 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 12 18:45:23.972 INFO kablam! | Oct 12 18:45:23.973 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:45:23.973 INFO kablam! Oct 12 18:45:23.973 INFO kablam! warning: unused variable: `guess` Oct 12 18:45:23.973 INFO kablam! --> src/secret_number/mod.rs:19:25 Oct 12 18:45:23.973 INFO kablam! | Oct 12 18:45:23.974 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 12 18:45:23.974 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 12 18:45:23.974 INFO kablam! Oct 12 18:45:23.974 INFO kablam! warning: unused variable: `f` Oct 12 18:45:23.975 INFO kablam! --> src/secret_number/mod.rs:36:19 Oct 12 18:45:23.975 INFO kablam! | Oct 12 18:45:23.975 INFO kablam! 36 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { Oct 12 18:45:23.975 INFO kablam! | ^ help: consider using `_f` instead Oct 12 18:45:23.975 INFO kablam! Oct 12 18:45:23.976 INFO kablam! warning: struct is never constructed: `Secret` Oct 12 18:45:23.976 INFO kablam! --> src/secret_number/mod.rs:7:1 Oct 12 18:45:23.976 INFO kablam! | Oct 12 18:45:23.976 INFO kablam! 7 | pub struct Secret { Oct 12 18:45:23.976 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 18:45:23.977 INFO kablam! | Oct 12 18:45:23.977 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 18:45:23.977 INFO kablam! Oct 12 18:45:23.977 INFO kablam! warning: method is never used: `random` Oct 12 18:45:23.977 INFO kablam! --> src/secret_number/mod.rs:11:5 Oct 12 18:45:23.978 INFO kablam! | Oct 12 18:45:23.978 INFO kablam! 11 | pub fn random() -> Secret { Oct 12 18:45:23.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:45:23.978 INFO kablam! Oct 12 18:45:23.979 INFO kablam! warning: method is never used: `new` Oct 12 18:45:23.979 INFO kablam! --> src/secret_number/mod.rs:15:5 Oct 12 18:45:23.979 INFO kablam! | Oct 12 18:45:23.979 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 12 18:45:23.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:45:23.980 INFO kablam! Oct 12 18:45:23.980 INFO kablam! warning: method is never used: `guess` Oct 12 18:45:23.980 INFO kablam! --> src/secret_number/mod.rs:19:5 Oct 12 18:45:23.980 INFO kablam! | Oct 12 18:45:23.980 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 12 18:45:23.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:45:23.981 INFO kablam! Oct 12 18:45:23.981 INFO kablam! warning: method is never used: `secret` Oct 12 18:45:23.981 INFO kablam! --> src/secret_number/mod.rs:23:5 Oct 12 18:45:23.982 INFO kablam! | Oct 12 18:45:23.982 INFO kablam! 23 | fn secret(&self) -> u16 { Oct 12 18:45:23.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 18:45:23.982 INFO kablam! Oct 12 18:45:23.982 INFO kablam! warning: variant is never constructed: `TooHigh` Oct 12 18:45:23.983 INFO kablam! --> src/secret_number/mod.rs:30:5 Oct 12 18:45:23.983 INFO kablam! | Oct 12 18:45:23.983 INFO kablam! 30 | TooHigh(u16), Oct 12 18:45:23.984 INFO kablam! | ^^^^^^^^^^^^ Oct 12 18:45:23.984 INFO kablam! Oct 12 18:45:23.984 INFO kablam! warning: variant is never constructed: `TooLow` Oct 12 18:45:23.984 INFO kablam! --> src/secret_number/mod.rs:31:5 Oct 12 18:45:23.984 INFO kablam! | Oct 12 18:45:23.985 INFO kablam! 31 | TooLow(u16), Oct 12 18:45:23.985 INFO kablam! | ^^^^^^^^^^^ Oct 12 18:45:23.985 INFO kablam! Oct 12 18:45:23.985 INFO kablam! warning: variant is never constructed: `NotANumber` Oct 12 18:45:23.985 INFO kablam! --> src/secret_number/mod.rs:32:5 Oct 12 18:45:23.986 INFO kablam! | Oct 12 18:45:23.986 INFO kablam! 32 | NotANumber, Oct 12 18:45:23.986 INFO kablam! | ^^^^^^^^^^ Oct 12 18:45:23.986 INFO kablam! Oct 12 18:45:24.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.72s Oct 12 18:45:24.463 INFO kablam! su: No module specific data is present Oct 12 18:45:25.031 INFO running `"docker" "rm" "-f" "267bb530e666b43d40d0258a18120dabaf0559a502981089495a60db0db4f57a"` Oct 12 18:45:25.310 INFO blam! 267bb530e666b43d40d0258a18120dabaf0559a502981089495a60db0db4f57a Oct 12 18:45:25.320 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 12 18:45:25.804 INFO blam! f6177a9b917dbb80a2d790d06697c1058594a19f7012d23eb17e22424b78da27 Oct 12 18:45:25.806 INFO running `"docker" "start" "-a" "f6177a9b917dbb80a2d790d06697c1058594a19f7012d23eb17e22424b78da27"` Oct 12 18:45:26.963 INFO kablam! usermod: no changes Oct 12 18:45:27.027 INFO kablam! Compiling guessing_game v0.1.0 (/source) Oct 12 18:45:27.347 INFO kablam! warning: unused variable: `secret` Oct 12 18:45:27.347 INFO kablam! --> src/secret_number/mod.rs:15:12 Oct 12 18:45:27.347 INFO kablam! | Oct 12 18:45:27.347 INFO kablam! 15 | fn new(secret: u16) -> Secret { Oct 12 18:45:27.347 INFO kablam! | ^^^^^^ help: consider using `_secret` instead Oct 12 18:45:27.347 INFO kablam! | Oct 12 18:45:27.347 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 18:45:27.347 INFO kablam! Oct 12 18:45:27.347 INFO kablam! warning: unused variable: `guess` Oct 12 18:45:27.347 INFO kablam! --> src/secret_number/mod.rs:19:25 Oct 12 18:45:27.347 INFO kablam! | Oct 12 18:45:27.347 INFO kablam! 19 | pub fn guess(&self, guess: &str) -> Result { Oct 12 18:45:27.347 INFO kablam! | ^^^^^ help: consider using `_guess` instead Oct 12 18:45:27.347 INFO kablam! Oct 12 18:45:27.347 INFO kablam! warning: unused variable: `f` Oct 12 18:45:27.347 INFO kablam! --> src/secret_number/mod.rs:36:19 Oct 12 18:45:27.347 INFO kablam! | Oct 12 18:45:27.347 INFO kablam! 36 | fn fmt(&self, f: &mut fmt::Formatter) -> Result<(), fmt::Error> { Oct 12 18:45:27.347 INFO kablam! | ^ help: consider using `_f` instead Oct 12 18:45:27.347 INFO kablam! Oct 12 18:45:27.351 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.351 INFO kablam! --> src/secret_number/tests.rs:18:9 Oct 12 18:45:27.352 INFO kablam! | Oct 12 18:45:27.352 INFO kablam! 18 | let mut secret = Secret::new(0); Oct 12 18:45:27.352 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.352 INFO kablam! | | Oct 12 18:45:27.353 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.353 INFO kablam! | Oct 12 18:45:27.353 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 18:45:27.354 INFO kablam! Oct 12 18:45:27.363 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.363 INFO kablam! --> src/secret_number/tests.rs:24:9 Oct 12 18:45:27.364 INFO kablam! | Oct 12 18:45:27.364 INFO kablam! 24 | let mut secret = Secret::new(0); Oct 12 18:45:27.364 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.364 INFO kablam! | | Oct 12 18:45:27.365 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.365 INFO kablam! Oct 12 18:45:27.365 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.366 INFO kablam! --> src/secret_number/tests.rs:30:9 Oct 12 18:45:27.366 INFO kablam! | Oct 12 18:45:27.366 INFO kablam! 30 | let mut secret = Secret::new(1); Oct 12 18:45:27.367 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.367 INFO kablam! | | Oct 12 18:45:27.367 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.367 INFO kablam! Oct 12 18:45:27.368 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.368 INFO kablam! --> src/secret_number/tests.rs:36:9 Oct 12 18:45:27.368 INFO kablam! | Oct 12 18:45:27.369 INFO kablam! 36 | let mut secret = Secret::new(0); Oct 12 18:45:27.369 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.369 INFO kablam! | | Oct 12 18:45:27.369 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.370 INFO kablam! Oct 12 18:45:27.375 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.375 INFO kablam! --> src/secret_number/tests.rs:42:9 Oct 12 18:45:27.375 INFO kablam! | Oct 12 18:45:27.376 INFO kablam! 42 | let mut secret = Secret::new(1); Oct 12 18:45:27.376 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.376 INFO kablam! | | Oct 12 18:45:27.377 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.377 INFO kablam! Oct 12 18:45:27.377 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.377 INFO kablam! --> src/secret_number/tests.rs:49:9 Oct 12 18:45:27.378 INFO kablam! | Oct 12 18:45:27.378 INFO kablam! 49 | let mut secret = Secret::new(0); Oct 12 18:45:27.378 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.379 INFO kablam! | | Oct 12 18:45:27.379 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.379 INFO kablam! Oct 12 18:45:27.379 INFO kablam! warning: variable does not need to be mutable Oct 12 18:45:27.380 INFO kablam! --> src/secret_number/tests.rs:57:9 Oct 12 18:45:27.380 INFO kablam! | Oct 12 18:45:27.380 INFO kablam! 57 | let mut secret = Secret::new(0); Oct 12 18:45:27.381 INFO kablam! | ----^^^^^^ Oct 12 18:45:27.381 INFO kablam! | | Oct 12 18:45:27.381 INFO kablam! | help: remove this `mut` Oct 12 18:45:27.381 INFO kablam! Oct 12 18:45:28.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.16s Oct 12 18:45:28.163 INFO kablam! su: No module specific data is present Oct 12 18:45:28.657 INFO running `"docker" "rm" "-f" "f6177a9b917dbb80a2d790d06697c1058594a19f7012d23eb17e22424b78da27"` Oct 12 18:45:28.799 INFO blam! f6177a9b917dbb80a2d790d06697c1058594a19f7012d23eb17e22424b78da27