Sep 02 19:26:54.131 INFO checking bowling-0.0.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 19:26:54.131 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 19:26:54.132 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:26:54.317 INFO blam! b46af18ee8444682a1c7b7e677dbf9527668cffc5a250f2f2bd07eba42496b56 Sep 02 19:26:54.319 INFO running `"docker" "start" "-a" "b46af18ee8444682a1c7b7e677dbf9527668cffc5a250f2f2bd07eba42496b56"` Sep 02 19:26:55.018 INFO kablam! Checking bowling v0.0.1 (file:///source) Sep 02 19:26:56.568 INFO kablam! warning: enum is never used: `ThrowError` Sep 02 19:26:56.568 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 02 19:26:56.568 INFO kablam! | Sep 02 19:26:56.568 INFO kablam! 12 | enum ThrowError { Sep 02 19:26:56.568 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 19:26:56.568 INFO kablam! | Sep 02 19:26:56.568 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 19:26:56.568 INFO kablam! Sep 02 19:26:56.644 INFO kablam! warning: enum is never used: `ThrowError` Sep 02 19:26:56.644 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 02 19:26:56.644 INFO kablam! | Sep 02 19:26:56.644 INFO kablam! 12 | enum ThrowError { Sep 02 19:26:56.644 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 19:26:56.645 INFO kablam! | Sep 02 19:26:56.645 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 19:26:56.645 INFO kablam! Sep 02 19:26:58.860 INFO kablam! warning: unused variable: `frame` Sep 02 19:26:58.860 INFO kablam! --> tests/frame.rs:6:9 Sep 02 19:26:58.860 INFO kablam! | Sep 02 19:26:58.860 INFO kablam! 6 | let frame = Frame::new(); Sep 02 19:26:58.860 INFO kablam! | ^^^^^ help: consider using `_frame` instead Sep 02 19:26:58.860 INFO kablam! | Sep 02 19:26:58.861 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 19:26:58.861 INFO kablam! Sep 02 19:26:58.941 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 02 19:26:58.941 INFO kablam! --> tests/throw.rs:7:53 Sep 02 19:26:58.941 INFO kablam! | Sep 02 19:26:58.941 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Sep 02 19:26:58.941 INFO kablam! | ^^^^^ Sep 02 19:26:58.941 INFO kablam! | Sep 02 19:26:58.941 INFO kablam! = note: #[warn(deprecated)] on by default Sep 02 19:26:58.941 INFO kablam! Sep 02 19:26:58.955 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 02 19:26:58.955 INFO kablam! --> tests/throw.rs:9:74 Sep 02 19:26:58.955 INFO kablam! | Sep 02 19:26:58.955 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Sep 02 19:26:58.955 INFO kablam! | ^^^^^ Sep 02 19:26:58.955 INFO kablam! Sep 02 19:26:58.957 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 02 19:26:58.957 INFO kablam! --> tests/throw.rs:11:65 Sep 02 19:26:58.957 INFO kablam! | Sep 02 19:26:58.957 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Sep 02 19:26:58.957 INFO kablam! | ^^^^^ Sep 02 19:26:58.958 INFO kablam! Sep 02 19:26:59.031 INFO kablam! warning: unused import: `bowling::gamestate::*` Sep 02 19:26:59.031 INFO kablam! --> tests/player.rs:2:5 Sep 02 19:26:59.031 INFO kablam! | Sep 02 19:26:59.031 INFO kablam! 2 | use bowling::gamestate::*; Sep 02 19:26:59.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 02 19:26:59.031 INFO kablam! | Sep 02 19:26:59.031 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 19:26:59.031 INFO kablam! Sep 02 19:26:59.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.12s Sep 02 19:26:59.112 INFO kablam! su: No module specific data is present Sep 02 19:26:59.483 INFO running `"docker" "rm" "-f" "b46af18ee8444682a1c7b7e677dbf9527668cffc5a250f2f2bd07eba42496b56"` Sep 02 19:26:59.576 INFO blam! b46af18ee8444682a1c7b7e677dbf9527668cffc5a250f2f2bd07eba42496b56