Sep 21 12:48:01.757 INFO checking bowling-0.0.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:48:01.757 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:48:01.757 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:48:01.902 INFO blam! 67aebaa0f503c4176661d132b213b726e3fb2114124d1c2942272c6db6b4ba54 Sep 21 12:48:01.904 INFO running `"docker" "start" "-a" "67aebaa0f503c4176661d132b213b726e3fb2114124d1c2942272c6db6b4ba54"` Sep 21 12:48:02.501 INFO kablam! usermod: no changes Sep 21 12:48:02.583 INFO kablam! Checking bowling v0.0.1 (/source) Sep 21 12:48:03.208 INFO kablam! warning: enum is never used: `ThrowError` Sep 21 12:48:03.208 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 21 12:48:03.208 INFO kablam! | Sep 21 12:48:03.208 INFO kablam! 12 | enum ThrowError { Sep 21 12:48:03.208 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 12:48:03.208 INFO kablam! | Sep 21 12:48:03.208 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 12:48:03.208 INFO kablam! Sep 21 12:48:03.278 INFO kablam! warning: enum is never used: `ThrowError` Sep 21 12:48:03.278 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 21 12:48:03.278 INFO kablam! | Sep 21 12:48:03.278 INFO kablam! 12 | enum ThrowError { Sep 21 12:48:03.278 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 21 12:48:03.278 INFO kablam! | Sep 21 12:48:03.278 INFO kablam! = note: #[warn(dead_code)] on by default Sep 21 12:48:03.278 INFO kablam! Sep 21 12:48:03.974 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 21 12:48:03.974 INFO kablam! --> tests/throw.rs:7:53 Sep 21 12:48:03.974 INFO kablam! | Sep 21 12:48:03.974 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Sep 21 12:48:03.974 INFO kablam! | ^^^^^ Sep 21 12:48:03.974 INFO kablam! | Sep 21 12:48:03.974 INFO kablam! = note: #[warn(deprecated)] on by default Sep 21 12:48:03.974 INFO kablam! Sep 21 12:48:03.980 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 21 12:48:03.980 INFO kablam! --> tests/throw.rs:9:74 Sep 21 12:48:03.980 INFO kablam! | Sep 21 12:48:03.980 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Sep 21 12:48:03.980 INFO kablam! | ^^^^^ Sep 21 12:48:03.980 INFO kablam! Sep 21 12:48:03.983 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 21 12:48:03.983 INFO kablam! --> tests/throw.rs:11:65 Sep 21 12:48:03.983 INFO kablam! | Sep 21 12:48:03.983 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Sep 21 12:48:03.983 INFO kablam! | ^^^^^ Sep 21 12:48:03.983 INFO kablam! Sep 21 12:48:03.991 INFO kablam! warning: unused import: `bowling::gamestate::*` Sep 21 12:48:03.991 INFO kablam! --> tests/player.rs:2:5 Sep 21 12:48:03.991 INFO kablam! | Sep 21 12:48:03.992 INFO kablam! 2 | use bowling::gamestate::*; Sep 21 12:48:03.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 21 12:48:03.992 INFO kablam! | Sep 21 12:48:03.992 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 21 12:48:03.992 INFO kablam! Sep 21 12:48:04.130 INFO kablam! warning: unused variable: `frame` Sep 21 12:48:04.130 INFO kablam! --> tests/frame.rs:6:9 Sep 21 12:48:04.130 INFO kablam! | Sep 21 12:48:04.130 INFO kablam! 6 | let frame = Frame::new(); Sep 21 12:48:04.130 INFO kablam! | ^^^^^ help: consider using `_frame` instead Sep 21 12:48:04.130 INFO kablam! | Sep 21 12:48:04.130 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 12:48:04.130 INFO kablam! Sep 21 12:48:04.235 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.71s Sep 21 12:48:04.240 INFO kablam! su: No module specific data is present Sep 21 12:48:04.787 INFO running `"docker" "rm" "-f" "67aebaa0f503c4176661d132b213b726e3fb2114124d1c2942272c6db6b4ba54"` Sep 21 12:48:04.856 INFO blam! 67aebaa0f503c4176661d132b213b726e3fb2114124d1c2942272c6db6b4ba54