Oct 13 17:32:14.194 INFO checking bowling-0.0.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:32:14.194 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:32:14.465 INFO blam! a458c18146d58f4825adfeb3b154b94002ef8d379712b12380343ea36151bb52 Oct 13 17:32:14.466 INFO running `"docker" "start" "-a" "a458c18146d58f4825adfeb3b154b94002ef8d379712b12380343ea36151bb52"` Oct 13 17:32:15.773 INFO kablam! usermod: no changes Oct 13 17:32:15.872 INFO kablam! Checking bowling v0.0.1 (/source) Oct 13 17:32:18.436 INFO kablam! warning: enum is never used: `ThrowError` Oct 13 17:32:18.436 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 13 17:32:18.436 INFO kablam! | Oct 13 17:32:18.436 INFO kablam! 12 | enum ThrowError { Oct 13 17:32:18.436 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 17:32:18.436 INFO kablam! | Oct 13 17:32:18.436 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:32:18.436 INFO kablam! Oct 13 17:32:19.172 INFO kablam! warning: enum is never used: `ThrowError` Oct 13 17:32:19.172 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 13 17:32:19.172 INFO kablam! | Oct 13 17:32:19.172 INFO kablam! 12 | enum ThrowError { Oct 13 17:32:19.172 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 17:32:19.172 INFO kablam! | Oct 13 17:32:19.172 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 17:32:19.172 INFO kablam! Oct 13 17:32:21.494 INFO kablam! warning: unused variable: `frame` Oct 13 17:32:21.494 INFO kablam! --> tests/frame.rs:6:9 Oct 13 17:32:21.494 INFO kablam! | Oct 13 17:32:21.494 INFO kablam! 6 | let frame = Frame::new(); Oct 13 17:32:21.494 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 13 17:32:21.494 INFO kablam! | Oct 13 17:32:21.494 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 17:32:21.494 INFO kablam! Oct 13 17:32:21.556 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 13 17:32:21.556 INFO kablam! --> tests/throw.rs:7:53 Oct 13 17:32:21.556 INFO kablam! | Oct 13 17:32:21.556 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 13 17:32:21.556 INFO kablam! | ^^^^^ Oct 13 17:32:21.556 INFO kablam! | Oct 13 17:32:21.556 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 17:32:21.556 INFO kablam! Oct 13 17:32:21.560 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 13 17:32:21.560 INFO kablam! --> tests/throw.rs:9:74 Oct 13 17:32:21.560 INFO kablam! | Oct 13 17:32:21.560 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Oct 13 17:32:21.560 INFO kablam! | ^^^^^ Oct 13 17:32:21.560 INFO kablam! Oct 13 17:32:21.560 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 13 17:32:21.560 INFO kablam! --> tests/throw.rs:11:65 Oct 13 17:32:21.560 INFO kablam! | Oct 13 17:32:21.560 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 13 17:32:21.560 INFO kablam! | ^^^^^ Oct 13 17:32:21.560 INFO kablam! Oct 13 17:32:21.599 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 13 17:32:21.599 INFO kablam! --> tests/player.rs:2:5 Oct 13 17:32:21.599 INFO kablam! | Oct 13 17:32:21.599 INFO kablam! 2 | use bowling::gamestate::*; Oct 13 17:32:21.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:32:21.599 INFO kablam! | Oct 13 17:32:21.599 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:32:21.599 INFO kablam! Oct 13 17:32:22.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.21s Oct 13 17:32:22.010 INFO kablam! su: No module specific data is present Oct 13 17:32:22.444 INFO running `"docker" "rm" "-f" "a458c18146d58f4825adfeb3b154b94002ef8d379712b12380343ea36151bb52"` Oct 13 17:32:22.560 INFO blam! a458c18146d58f4825adfeb3b154b94002ef8d379712b12380343ea36151bb52