Sep 04 22:47:31.205 INFO checking bowling-0.0.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 22:47:31.205 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 22:47:31.205 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 22:47:31.402 INFO blam! d0462aff22caf438cdb67fdc8f93899e4022211bdce07e44fe5102b5cc21d8cf Sep 04 22:47:31.404 INFO running `"docker" "start" "-a" "d0462aff22caf438cdb67fdc8f93899e4022211bdce07e44fe5102b5cc21d8cf"` Sep 04 22:47:32.160 INFO kablam! Checking bowling v0.0.1 (file:///source) Sep 04 22:47:33.513 INFO kablam! warning: enum is never used: `ThrowError` Sep 04 22:47:33.513 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 04 22:47:33.513 INFO kablam! | Sep 04 22:47:33.513 INFO kablam! 12 | enum ThrowError { Sep 04 22:47:33.513 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 22:47:33.513 INFO kablam! | Sep 04 22:47:33.513 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:47:33.513 INFO kablam! Sep 04 22:47:33.660 INFO kablam! warning: enum is never used: `ThrowError` Sep 04 22:47:33.660 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 04 22:47:33.660 INFO kablam! | Sep 04 22:47:33.660 INFO kablam! 12 | enum ThrowError { Sep 04 22:47:33.660 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 22:47:33.660 INFO kablam! | Sep 04 22:47:33.660 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 22:47:33.660 INFO kablam! Sep 04 22:47:35.826 INFO kablam! warning: unused import: `bowling::gamestate::*` Sep 04 22:47:35.826 INFO kablam! --> tests/player.rs:2:5 Sep 04 22:47:35.826 INFO kablam! | Sep 04 22:47:35.826 INFO kablam! 2 | use bowling::gamestate::*; Sep 04 22:47:35.826 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 22:47:35.826 INFO kablam! | Sep 04 22:47:35.826 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 22:47:35.826 INFO kablam! Sep 04 22:47:35.910 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 04 22:47:35.910 INFO kablam! --> tests/throw.rs:7:53 Sep 04 22:47:35.910 INFO kablam! | Sep 04 22:47:35.910 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Sep 04 22:47:35.910 INFO kablam! | ^^^^^ Sep 04 22:47:35.910 INFO kablam! | Sep 04 22:47:35.910 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 22:47:35.910 INFO kablam! Sep 04 22:47:35.931 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 04 22:47:35.931 INFO kablam! --> tests/throw.rs:9:74 Sep 04 22:47:35.931 INFO kablam! | Sep 04 22:47:35.931 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Sep 04 22:47:35.931 INFO kablam! | ^^^^^ Sep 04 22:47:35.931 INFO kablam! Sep 04 22:47:35.932 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 04 22:47:35.932 INFO kablam! --> tests/throw.rs:11:65 Sep 04 22:47:35.932 INFO kablam! | Sep 04 22:47:35.932 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Sep 04 22:47:35.932 INFO kablam! | ^^^^^ Sep 04 22:47:35.932 INFO kablam! Sep 04 22:47:36.006 INFO kablam! warning: unused variable: `frame` Sep 04 22:47:36.006 INFO kablam! --> tests/frame.rs:6:9 Sep 04 22:47:36.006 INFO kablam! | Sep 04 22:47:36.006 INFO kablam! 6 | let frame = Frame::new(); Sep 04 22:47:36.006 INFO kablam! | ^^^^^ help: consider using `_frame` instead Sep 04 22:47:36.006 INFO kablam! | Sep 04 22:47:36.006 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 22:47:36.006 INFO kablam! Sep 04 22:47:36.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.91s Sep 04 22:47:36.032 INFO kablam! su: No module specific data is present Sep 04 22:47:36.614 INFO running `"docker" "rm" "-f" "d0462aff22caf438cdb67fdc8f93899e4022211bdce07e44fe5102b5cc21d8cf"` Sep 04 22:47:36.731 INFO blam! d0462aff22caf438cdb67fdc8f93899e4022211bdce07e44fe5102b5cc21d8cf