Sep 06 09:22:18.611 INFO checking bowling-0.0.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:22:18.611 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:22:18.611 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-6/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:22:18.756 INFO blam! a0a4f10c4480deea4b8968cd6b110f6c1eb2e5ea5e0a7e87ead37c797b3042c5 Sep 06 09:22:18.757 INFO running `"docker" "start" "-a" "a0a4f10c4480deea4b8968cd6b110f6c1eb2e5ea5e0a7e87ead37c797b3042c5"` Sep 06 09:22:19.560 INFO kablam! usermod: no changes Sep 06 09:22:19.598 INFO kablam! Checking bowling v0.0.1 (file:///source) Sep 06 09:22:20.225 INFO kablam! warning: enum is never used: `ThrowError` Sep 06 09:22:20.225 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 06 09:22:20.225 INFO kablam! | Sep 06 09:22:20.225 INFO kablam! 12 | enum ThrowError { Sep 06 09:22:20.225 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 09:22:20.225 INFO kablam! | Sep 06 09:22:20.225 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:22:20.225 INFO kablam! Sep 06 09:22:20.352 INFO kablam! warning: enum is never used: `ThrowError` Sep 06 09:22:20.352 INFO kablam! --> src/gamestate/player.rs:12:1 Sep 06 09:22:20.352 INFO kablam! | Sep 06 09:22:20.352 INFO kablam! 12 | enum ThrowError { Sep 06 09:22:20.352 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 06 09:22:20.352 INFO kablam! | Sep 06 09:22:20.352 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 09:22:20.352 INFO kablam! Sep 06 09:22:20.950 INFO kablam! warning: unused import: `bowling::gamestate::*` Sep 06 09:22:20.950 INFO kablam! --> tests/player.rs:2:5 Sep 06 09:22:20.950 INFO kablam! | Sep 06 09:22:20.950 INFO kablam! 2 | use bowling::gamestate::*; Sep 06 09:22:20.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:22:20.950 INFO kablam! | Sep 06 09:22:20.950 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:22:20.950 INFO kablam! Sep 06 09:22:20.984 INFO kablam! warning: unused variable: `frame` Sep 06 09:22:20.984 INFO kablam! --> tests/frame.rs:6:9 Sep 06 09:22:20.984 INFO kablam! | Sep 06 09:22:20.984 INFO kablam! 6 | let frame = Frame::new(); Sep 06 09:22:20.984 INFO kablam! | ^^^^^ help: consider using `_frame` instead Sep 06 09:22:20.984 INFO kablam! | Sep 06 09:22:20.984 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 06 09:22:20.984 INFO kablam! Sep 06 09:22:21.105 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 06 09:22:21.105 INFO kablam! --> tests/throw.rs:7:53 Sep 06 09:22:21.106 INFO kablam! | Sep 06 09:22:21.106 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Sep 06 09:22:21.106 INFO kablam! | ^^^^^ Sep 06 09:22:21.106 INFO kablam! | Sep 06 09:22:21.106 INFO kablam! = note: #[warn(deprecated)] on by default Sep 06 09:22:21.106 INFO kablam! Sep 06 09:22:21.114 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 06 09:22:21.114 INFO kablam! --> tests/throw.rs:9:74 Sep 06 09:22:21.114 INFO kablam! | Sep 06 09:22:21.114 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Sep 06 09:22:21.114 INFO kablam! | ^^^^^ Sep 06 09:22:21.114 INFO kablam! Sep 06 09:22:21.114 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Sep 06 09:22:21.114 INFO kablam! --> tests/throw.rs:11:65 Sep 06 09:22:21.114 INFO kablam! | Sep 06 09:22:21.114 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Sep 06 09:22:21.114 INFO kablam! | ^^^^^ Sep 06 09:22:21.114 INFO kablam! Sep 06 09:22:21.138 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Sep 06 09:22:21.142 INFO kablam! su: No module specific data is present Sep 06 09:22:21.761 INFO running `"docker" "rm" "-f" "a0a4f10c4480deea4b8968cd6b110f6c1eb2e5ea5e0a7e87ead37c797b3042c5"` Sep 06 09:22:21.811 INFO blam! a0a4f10c4480deea4b8968cd6b110f6c1eb2e5ea5e0a7e87ead37c797b3042c5