Oct 28 00:33:01.008 INFO checking bowling-0.0.1 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:33:01.008 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.283 INFO blam! d3baf6796485d46e54f79030dec8115677dbe80ed61c7214de466c0bd1a2ddd8 Oct 28 00:33:01.285 INFO running `"docker" "start" "-a" "d3baf6796485d46e54f79030dec8115677dbe80ed61c7214de466c0bd1a2ddd8"` Oct 28 00:33:01.951 INFO kablam! usermod: no changes Oct 28 00:33:02.007 INFO kablam! Checking bowling v0.0.1 (/source) Oct 28 00:33:03.859 INFO kablam! warning: enum is never used: `ThrowError` Oct 28 00:33:03.859 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 28 00:33:03.859 INFO kablam! | Oct 28 00:33:03.859 INFO kablam! 12 | enum ThrowError { Oct 28 00:33:03.859 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:33:03.859 INFO kablam! | Oct 28 00:33:03.859 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:33:03.859 INFO kablam! Oct 28 00:33:04.483 INFO kablam! warning: enum is never used: `ThrowError` Oct 28 00:33:04.483 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 28 00:33:04.483 INFO kablam! | Oct 28 00:33:04.483 INFO kablam! 12 | enum ThrowError { Oct 28 00:33:04.483 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 28 00:33:04.483 INFO kablam! | Oct 28 00:33:04.483 INFO kablam! = note: #[warn(dead_code)] on by default Oct 28 00:33:04.483 INFO kablam! Oct 28 00:33:06.615 INFO kablam! warning: unused variable: `frame` Oct 28 00:33:06.615 INFO kablam! --> tests/frame.rs:6:9 Oct 28 00:33:06.615 INFO kablam! | Oct 28 00:33:06.615 INFO kablam! 6 | let frame = Frame::new(); Oct 28 00:33:06.615 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 28 00:33:06.615 INFO kablam! | Oct 28 00:33:06.615 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 28 00:33:06.615 INFO kablam! Oct 28 00:33:07.795 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 28 00:33:07.795 INFO kablam! --> tests/player.rs:2:5 Oct 28 00:33:07.795 INFO kablam! | Oct 28 00:33:07.795 INFO kablam! 2 | use bowling::gamestate::*; Oct 28 00:33:07.795 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:33:07.795 INFO kablam! | Oct 28 00:33:07.795 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:33:07.795 INFO kablam! Oct 28 00:33:07.931 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 28 00:33:07.931 INFO kablam! --> tests/throw.rs:7:53 Oct 28 00:33:07.931 INFO kablam! | Oct 28 00:33:07.931 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 28 00:33:07.931 INFO kablam! | ^^^^^ Oct 28 00:33:07.931 INFO kablam! | Oct 28 00:33:07.931 INFO kablam! = note: #[warn(deprecated)] on by default Oct 28 00:33:07.931 INFO kablam! Oct 28 00:33:07.951 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 28 00:33:07.951 INFO kablam! --> tests/throw.rs:9:74 Oct 28 00:33:07.951 INFO kablam! | Oct 28 00:33:07.951 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.951 INFO kablam! | ^^^^^ Oct 28 00:33:07.951 INFO kablam! Oct 28 00:33:07.951 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 28 00:33:07.951 INFO kablam! --> tests/throw.rs:11:65 Oct 28 00:33:07.951 INFO kablam! | Oct 28 00:33:07.951 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 28 00:33:07.951 INFO kablam! | ^^^^^ Oct 28 00:33:07.951 INFO kablam! Oct 28 00:33:08.239 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.27s Oct 28 00:33:08.247 INFO kablam! su: No module specific data is present Oct 28 00:33:08.831 INFO running `"docker" "rm" "-f" "d3baf6796485d46e54f79030dec8115677dbe80ed61c7214de466c0bd1a2ddd8"` Oct 28 00:33:09.099 INFO blam! d3baf6796485d46e54f79030dec8115677dbe80ed61c7214de466c0bd1a2ddd8