Oct 13 17:32:12.914 INFO checking bowling-0.0.1 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 17:32:12.914 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 17:32:13.404 INFO blam! a6d6a079d6d69965c801df4b09857201b627034e95788cf8e3e3b84c0e42f4c2 Oct 13 17:32:13.408 INFO running `"docker" "start" "-a" "a6d6a079d6d69965c801df4b09857201b627034e95788cf8e3e3b84c0e42f4c2"` Oct 13 17:32:14.266 INFO kablam! usermod: no changes Oct 13 17:32:14.344 INFO kablam! Checking bowling v0.0.1 (/source) Oct 13 17:32:16.056 INFO kablam! warning: enum is never used: `ThrowError` Oct 13 17:32:16.057 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 13 17:32:16.057 INFO kablam! | Oct 13 17:32:16.057 INFO kablam! 12 | enum ThrowError { Oct 13 17:32:16.057 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 17:32:16.058 INFO kablam! | Oct 13 17:32:16.058 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:32:16.058 INFO kablam! Oct 13 17:32:16.464 INFO kablam! warning: enum is never used: `ThrowError` Oct 13 17:32:16.464 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 13 17:32:16.464 INFO kablam! | Oct 13 17:32:16.464 INFO kablam! 12 | enum ThrowError { Oct 13 17:32:16.464 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 17:32:16.464 INFO kablam! | Oct 13 17:32:16.464 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:32:16.464 INFO kablam! Oct 13 17:32:20.196 INFO kablam! warning: unused variable: `frame` Oct 13 17:32:20.196 INFO kablam! --> tests/frame.rs:6:9 Oct 13 17:32:20.196 INFO kablam! | Oct 13 17:32:20.196 INFO kablam! 6 | let frame = Frame::new(); Oct 13 17:32:20.196 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 17:32:20.196 INFO kablam! | Oct 13 17:32:20.196 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 17:32:20.196 INFO kablam! Oct 13 17:32:21.008 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 13 17:32:21.008 INFO kablam! --> tests/throw.rs:7:53 Oct 13 17:32:21.008 INFO kablam! | Oct 13 17:32:21.008 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 13 17:32:21.008 INFO kablam! | ^^^^^ Oct 13 17:32:21.008 INFO kablam! | Oct 13 17:32:21.008 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:32:21.008 INFO kablam! Oct 13 17:32:21.016 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 13 17:32:21.016 INFO kablam! --> tests/throw.rs:9:74 Oct 13 17:32:21.016 INFO kablam! | Oct 13 17:32:21.016 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Oct 13 17:32:21.016 INFO kablam! | ^^^^^ Oct 13 17:32:21.017 INFO kablam! Oct 13 17:32:21.025 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 13 17:32:21.025 INFO kablam! --> tests/throw.rs:11:65 Oct 13 17:32:21.025 INFO kablam! | Oct 13 17:32:21.025 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 13 17:32:21.025 INFO kablam! | ^^^^^ Oct 13 17:32:21.025 INFO kablam! Oct 13 17:32:21.096 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 13 17:32:21.096 INFO kablam! --> tests/player.rs:2:5 Oct 13 17:32:21.096 INFO kablam! | Oct 13 17:32:21.096 INFO kablam! 2 | use bowling::gamestate::*; Oct 13 17:32:21.096 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:32:21.096 INFO kablam! | Oct 13 17:32:21.096 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:32:21.096 INFO kablam! Oct 13 17:32:21.212 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.92s Oct 13 17:32:21.232 INFO kablam! su: No module specific data is present Oct 13 17:32:21.741 INFO running `"docker" "rm" "-f" "a6d6a079d6d69965c801df4b09857201b627034e95788cf8e3e3b84c0e42f4c2"` Oct 13 17:32:22.010 INFO blam! a6d6a079d6d69965c801df4b09857201b627034e95788cf8e3e3b84c0e42f4c2