Oct 12 04:42:07.493 INFO testing bowling-0.0.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 12 04:42:07.494 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 04:42:07.720 INFO blam! 50fafbfda003783994e92c646bd6ff09ac349ed4fdb8ad69d72cb74dd180f3cc Oct 12 04:42:07.722 INFO running `"docker" "start" "-a" "50fafbfda003783994e92c646bd6ff09ac349ed4fdb8ad69d72cb74dd180f3cc"` Oct 12 04:42:08.124 INFO kablam! usermod: no changes Oct 12 04:42:08.174 INFO kablam! Compiling bowling v0.0.1 (/source) Oct 12 04:42:08.560 INFO kablam! warning: enum is never used: `ThrowError` Oct 12 04:42:08.560 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 12 04:42:08.560 INFO kablam! | Oct 12 04:42:08.561 INFO kablam! 12 | enum ThrowError { Oct 12 04:42:08.561 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 04:42:08.562 INFO kablam! | Oct 12 04:42:08.562 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:42:08.562 INFO kablam! Oct 12 04:42:08.779 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.64s Oct 12 04:42:08.783 INFO kablam! su: No module specific data is present Oct 12 04:42:09.073 INFO running `"docker" "rm" "-f" "50fafbfda003783994e92c646bd6ff09ac349ed4fdb8ad69d72cb74dd180f3cc"` Oct 12 04:42:09.312 INFO blam! 50fafbfda003783994e92c646bd6ff09ac349ed4fdb8ad69d72cb74dd180f3cc Oct 12 04:42:09.318 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 04:42:10.360 INFO blam! a3f8171d9eed7428495924c473d1254f0d2a767b750e89bf82b3615dd8b2e98f Oct 12 04:42:10.366 INFO running `"docker" "start" "-a" "a3f8171d9eed7428495924c473d1254f0d2a767b750e89bf82b3615dd8b2e98f"` Oct 12 04:42:11.152 INFO kablam! usermod: no changes Oct 12 04:42:11.232 INFO kablam! Compiling bowling v0.0.1 (/source) Oct 12 04:42:11.584 INFO kablam! warning: unused variable: `frame` Oct 12 04:42:11.584 INFO kablam! --> tests/frame.rs:6:9 Oct 12 04:42:11.584 INFO kablam! | Oct 12 04:42:11.584 INFO kablam! 6 | let frame = Frame::new(); Oct 12 04:42:11.584 INFO kablam! | ^^^^^ help: consider using `_frame` instead Oct 12 04:42:11.584 INFO kablam! | Oct 12 04:42:11.584 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 04:42:11.584 INFO kablam! Oct 12 04:42:11.596 INFO kablam! warning: unused import: `bowling::gamestate::*` Oct 12 04:42:11.596 INFO kablam! --> tests/player.rs:2:5 Oct 12 04:42:11.596 INFO kablam! | Oct 12 04:42:11.596 INFO kablam! 2 | use bowling::gamestate::*; Oct 12 04:42:11.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 12 04:42:11.596 INFO kablam! | Oct 12 04:42:11.596 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 04:42:11.597 INFO kablam! Oct 12 04:42:11.868 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 12 04:42:11.868 INFO kablam! --> tests/throw.rs:7:53 Oct 12 04:42:11.868 INFO kablam! | Oct 12 04:42:11.868 INFO kablam! 7 | Throw::try_from_str("").unwrap_err().cause().to_string()); Oct 12 04:42:11.868 INFO kablam! | ^^^^^ Oct 12 04:42:11.868 INFO kablam! | Oct 12 04:42:11.868 INFO kablam! = note: #[warn(deprecated)] on by default Oct 12 04:42:11.868 INFO kablam! Oct 12 04:42:11.880 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 12 04:42:11.880 INFO kablam! --> tests/throw.rs:9:74 Oct 12 04:42:11.880 INFO kablam! | Oct 12 04:42:11.880 INFO kablam! 9 | Throw::try_from_str("1 0 1 0 1 0 0 0 0 0 1").unwrap_err().cause().to_string()); Oct 12 04:42:11.880 INFO kablam! | ^^^^^ Oct 12 04:42:11.880 INFO kablam! Oct 12 04:42:11.881 INFO kablam! warning: use of deprecated item 'failure::error::Error::cause': please use 'as_fail()' method instead Oct 12 04:42:11.881 INFO kablam! --> tests/throw.rs:11:65 Oct 12 04:42:11.881 INFO kablam! | Oct 12 04:42:11.881 INFO kablam! 11 | Throw::try_from_str("not a number").unwrap_err().cause().to_string()); Oct 12 04:42:11.881 INFO kablam! | ^^^^^ Oct 12 04:42:11.881 INFO kablam! Oct 12 04:42:12.336 INFO kablam! warning: enum is never used: `ThrowError` Oct 12 04:42:12.336 INFO kablam! --> src/gamestate/player.rs:12:1 Oct 12 04:42:12.340 INFO kablam! | Oct 12 04:42:12.340 INFO kablam! 12 | enum ThrowError { Oct 12 04:42:12.340 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 04:42:12.340 INFO kablam! | Oct 12 04:42:12.340 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 04:42:12.340 INFO kablam! Oct 12 04:42:13.259 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 12 04:42:13.260 INFO kablam! su: No module specific data is present Oct 12 04:42:13.809 INFO running `"docker" "rm" "-f" "a3f8171d9eed7428495924c473d1254f0d2a767b750e89bf82b3615dd8b2e98f"` Oct 12 04:42:14.189 INFO blam! a3f8171d9eed7428495924c473d1254f0d2a767b750e89bf82b3615dd8b2e98f