Oct 13 01:34:41.833 INFO testing sam-wright/bowling_kata against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 01:34:41.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 13 01:34:42.140 INFO blam! 034dc44e24e43b3044ae2e484306097c33df97e7397786c69c238d56f3a548cb Oct 13 01:34:42.140 INFO running `"docker" "start" "-a" "034dc44e24e43b3044ae2e484306097c33df97e7397786c69c238d56f3a548cb"` Oct 13 01:34:42.525 INFO kablam! usermod: no changes Oct 13 01:34:42.561 INFO kablam! Compiling bowling_kata v0.1.0 (/source) Oct 13 01:34:42.810 INFO kablam! warning: type alias is never used: `Result` Oct 13 01:34:42.810 INFO kablam! --> src/main.rs:18:1 Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! 18 | type Result = StdResult; Oct 13 01:34:42.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 01:34:42.810 INFO kablam! Oct 13 01:34:42.810 INFO kablam! warning: function is never used: `validate_game` Oct 13 01:34:42.810 INFO kablam! --> src/main.rs:37:1 Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! 37 | fn validate_game(num_frames: usize, game: &Vec<(Frame)>) -> Result<()> { Oct 13 01:34:42.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:42.810 INFO kablam! Oct 13 01:34:42.810 INFO kablam! warning: function is never used: `validate_frame` Oct 13 01:34:42.810 INFO kablam! --> src/main.rs:45:1 Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! 45 | fn validate_frame(is_last_frame: bool, frame: &Frame) -> Result { Oct 13 01:34:42.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:42.810 INFO kablam! Oct 13 01:34:42.810 INFO kablam! warning: function is never used: `is_strike` Oct 13 01:34:42.810 INFO kablam! --> src/main.rs:64:1 Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! 64 | fn is_strike(frame: &Frame) -> bool { Oct 13 01:34:42.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:42.810 INFO kablam! Oct 13 01:34:42.810 INFO kablam! warning: function is never used: `is_spare` Oct 13 01:34:42.810 INFO kablam! --> src/main.rs:68:1 Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! 68 | fn is_spare(frame: &Frame) -> bool { Oct 13 01:34:42.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:42.810 INFO kablam! Oct 13 01:34:42.810 INFO kablam! warning: function is never used: `score_game` Oct 13 01:34:42.810 INFO kablam! --> src/main.rs:78:1 Oct 13 01:34:42.810 INFO kablam! | Oct 13 01:34:42.810 INFO kablam! 78 | fn score_game(num_frames: usize, game: &Vec) -> Result { Oct 13 01:34:42.810 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 01:34:42.810 INFO kablam! Oct 13 01:34:43.025 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.47s Oct 13 01:34:43.026 INFO kablam! su: No module specific data is present Oct 13 01:34:43.252 INFO running `"docker" "rm" "-f" "034dc44e24e43b3044ae2e484306097c33df97e7397786c69c238d56f3a548cb"` Oct 13 01:34:43.321 INFO blam! 034dc44e24e43b3044ae2e484306097c33df97e7397786c69c238d56f3a548cb Oct 13 01:34:43.322 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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 13 01:34:43.473 INFO blam! 66d0026ad67108e8544ea5bb290192efc570256554a651c87d2dab7ea2062a47 Oct 13 01:34:43.475 INFO running `"docker" "start" "-a" "66d0026ad67108e8544ea5bb290192efc570256554a651c87d2dab7ea2062a47"` Oct 13 01:34:43.818 INFO kablam! usermod: no changes Oct 13 01:34:43.842 INFO kablam! Compiling bowling_kata v0.1.0 (/source) Oct 13 01:34:44.811 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 13 01:34:44.811 INFO kablam! su: No module specific data is present Oct 13 01:34:45.214 INFO running `"docker" "rm" "-f" "66d0026ad67108e8544ea5bb290192efc570256554a651c87d2dab7ea2062a47"` Oct 13 01:34:45.339 INFO blam! 66d0026ad67108e8544ea5bb290192efc570256554a651c87d2dab7ea2062a47 Oct 13 01:34:45.343 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/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" "-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 01:34:45.718 INFO blam! ad1fe61bcec187f8ab3c96ab3b7cd0c3985fd977e3f3363499b81bab226c1b25 Oct 13 01:34:45.723 INFO running `"docker" "start" "-a" "ad1fe61bcec187f8ab3c96ab3b7cd0c3985fd977e3f3363499b81bab226c1b25"` Oct 13 01:34:46.491 INFO kablam! usermod: no changes Oct 13 01:34:46.547 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 01:34:46.547 INFO kablam! Running /target/debug/deps/bowling_kata-28aa561f61dbc91b Oct 13 01:34:46.549 INFO blam! Oct 13 01:34:46.549 INFO blam! running 14 tests Oct 13 01:34:46.549 INFO blam! test test::example_game2 ... ok Oct 13 01:34:46.550 INFO blam! test test::example_game1 ... ok Oct 13 01:34:46.550 INFO blam! test test::all_open_frames ... ok Oct 13 01:34:46.550 INFO blam! test test::spare_test1 ... ok Oct 13 01:34:46.550 INFO blam! test test::spare_test2 ... ok Oct 13 01:34:46.550 INFO blam! test test::strike_test1 ... ok Oct 13 01:34:46.550 INFO blam! test test::strike_test2 ... ok Oct 13 01:34:46.550 INFO blam! test test::too_few_frames ... ok Oct 13 01:34:46.550 INFO blam! test test::too_many_frames ... ok Oct 13 01:34:46.559 INFO blam! test test::all_gutterballs ... ok Oct 13 01:34:46.559 INFO blam! test test::invalid_frame1 ... ok Oct 13 01:34:46.559 INFO blam! test test::invalid_frame2 ... ok Oct 13 01:34:46.559 INFO blam! test test::perfect_game ... ok Oct 13 01:34:46.559 INFO blam! test test::perfect_game_5_frame ... ok Oct 13 01:34:46.559 INFO blam! Oct 13 01:34:46.559 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:34:46.559 INFO blam! Oct 13 01:34:46.563 INFO kablam! su: No module specific data is present Oct 13 01:34:47.140 INFO running `"docker" "rm" "-f" "ad1fe61bcec187f8ab3c96ab3b7cd0c3985fd977e3f3363499b81bab226c1b25"` Oct 13 01:34:47.271 INFO blam! ad1fe61bcec187f8ab3c96ab3b7cd0c3985fd977e3f3363499b81bab226c1b25