Oct 28 00:33:01.155 INFO checking bowling-0.0.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:33:01.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 28 00:33:01.358 INFO blam! 4540e4e1d55de81dfba09a7992ec5893c002340bcd4c371bee845dbb88bba26b Oct 28 00:33:01.359 INFO running `"docker" "start" "-a" "4540e4e1d55de81dfba09a7992ec5893c002340bcd4c371bee845dbb88bba26b"` Oct 28 00:33:02.231 INFO kablam! usermod: no changes Oct 28 00:33:02.326 INFO kablam! Checking bowling v0.0.1 (/source) Oct 28 00:33:04.543 INFO kablam! warning: enum is never used: `ThrowError` Oct 28 00:33:04.543 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 28 00:33:04.543 INFO kablam! | Oct 28 00:33:04.543 INFO kablam! 12 | enum ThrowError { Oct 28 00:33:04.543 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:33:04.543 INFO kablam! | Oct 28 00:33:04.546 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:33:04.546 INFO kablam! Oct 28 00:33:05.147 INFO kablam! warning: enum is never used: `ThrowError` Oct 28 00:33:05.147 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 28 00:33:05.147 INFO kablam! | Oct 28 00:33:05.147 INFO kablam! 12 | enum ThrowError { Oct 28 00:33:05.147 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:33:05.147 INFO kablam! | Oct 28 00:33:05.147 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:33:05.147 INFO kablam! Oct 28 00:33:07.303 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 28 00:33:07.303 INFO kablam! --> tests/throw.rs:7:53 Oct 28 00:33:07.303 INFO kablam! | Oct 28 00:33:07.303 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 28 00:33:07.303 INFO kablam! | ^^^^^ Oct 28 00:33:07.303 INFO kablam! | Oct 28 00:33:07.303 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:33:07.303 INFO kablam! Oct 28 00:33:07.311 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 28 00:33:07.311 INFO kablam! --> tests/throw.rs:9:74 Oct 28 00:33:07.311 INFO kablam! | Oct 28 00:33:07.311 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Oct 28 00:33:07.311 INFO kablam! | ^^^^^ Oct 28 00:33:07.311 INFO kablam! Oct 28 00:33:07.311 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 28 00:33:07.311 INFO kablam! --> tests/throw.rs:11:65 Oct 28 00:33:07.311 INFO kablam! | Oct 28 00:33:07.311 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 28 00:33:07.311 INFO kablam! | ^^^^^ Oct 28 00:33:07.311 INFO kablam! Oct 28 00:33:08.167 INFO kablam! warning: unused variable: `frame` Oct 28 00:33:08.167 INFO kablam! --> tests/frame.rs:6:9 Oct 28 00:33:08.167 INFO kablam! | Oct 28 00:33:08.167 INFO kablam! 6 | let frame = Frame::new(); Oct 28 00:33:08.167 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 28 00:33:08.167 INFO kablam! | Oct 28 00:33:08.167 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:33:08.167 INFO kablam! Oct 28 00:33:08.752 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 28 00:33:08.752 INFO kablam! --> tests/player.rs:2:5 Oct 28 00:33:08.752 INFO kablam! | Oct 28 00:33:08.752 INFO kablam! 2 | use bowling::gamestate::*; Oct 28 00:33:08.752 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:33:08.752 INFO kablam! | Oct 28 00:33:08.752 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:33:08.752 INFO kablam! Oct 28 00:33:08.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.55s Oct 28 00:33:08.828 INFO kablam! su: No module specific data is present Oct 28 00:33:09.667 INFO running `"docker" "rm" "-f" "4540e4e1d55de81dfba09a7992ec5893c002340bcd4c371bee845dbb88bba26b"` Oct 28 00:33:10.059 INFO blam! 4540e4e1d55de81dfba09a7992ec5893c002340bcd4c371bee845dbb88bba26b