Oct 13 00:49:19.021 INFO testing seven1m/puzzlecube against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:49:19.023 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 00:49:19.631 INFO blam! 1d1a6d8e713de4d9740cd6e0bef5d0167e85842c48367e12ef7bb257feb85cde Oct 13 00:49:19.632 INFO running `"docker" "start" "-a" "1d1a6d8e713de4d9740cd6e0bef5d0167e85842c48367e12ef7bb257feb85cde"` Oct 13 00:49:20.587 INFO kablam! usermod: no changes Oct 13 00:49:20.691 INFO kablam! Compiling puzzlecube v0.1.0 (/source) Oct 13 00:49:20.966 INFO kablam! warning: unused import: `cube::*` Oct 13 00:49:20.966 INFO kablam! --> src/tests.rs:1:5 Oct 13 00:49:20.966 INFO kablam! | Oct 13 00:49:20.966 INFO kablam! 1 | use cube::*; Oct 13 00:49:20.966 INFO kablam! | ^^^^^^^ Oct 13 00:49:20.966 INFO kablam! | Oct 13 00:49:20.971 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:49:20.971 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `new_with_test_pattern` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:83:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 83 | pub fn new_with_test_pattern() -> Cube { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `up_color` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:97:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 97 | pub fn up_color(&self) -> Color { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `down_color` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:101:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 101 | pub fn down_color(&self) -> Color { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `front_color` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:112:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 112 | pub fn front_color(&self) -> Color { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `back_color` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:116:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 116 | pub fn back_color(&self) -> Color { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `left_color` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:127:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 127 | pub fn left_color(&self) -> Color { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `right_color` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:186:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 186 | pub fn right_color(&self) -> Color { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `scramble` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:401:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 401 | pub fn scramble(&mut self) { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:21.267 INFO kablam! warning: method is never used: `orient` Oct 13 00:49:21.267 INFO kablam! --> src/cube.rs:434:5 Oct 13 00:49:21.267 INFO kablam! | Oct 13 00:49:21.267 INFO kablam! 434 | pub fn orient(&mut self, up: Color, front: Color) { Oct 13 00:49:21.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:21.267 INFO kablam! Oct 13 00:49:22.183 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 13 00:49:22.183 INFO kablam! su: No module specific data is present Oct 13 00:49:23.147 INFO running `"docker" "rm" "-f" "1d1a6d8e713de4d9740cd6e0bef5d0167e85842c48367e12ef7bb257feb85cde"` Oct 13 00:49:23.375 INFO blam! 1d1a6d8e713de4d9740cd6e0bef5d0167e85842c48367e12ef7bb257feb85cde Oct 13 00:49:23.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 00:49:23.975 INFO blam! 9a1753cbb98213550b55b8a8f4ff655591120b8ada7a92f95c287cbd47c3474e Oct 13 00:49:23.986 INFO running `"docker" "start" "-a" "9a1753cbb98213550b55b8a8f4ff655591120b8ada7a92f95c287cbd47c3474e"` Oct 13 00:49:25.051 INFO kablam! usermod: no changes Oct 13 00:49:25.123 INFO kablam! Compiling puzzlecube v0.1.0 (/source) Oct 13 00:49:27.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.24s Oct 13 00:49:27.322 INFO kablam! su: No module specific data is present Oct 13 00:49:28.501 INFO running `"docker" "rm" "-f" "9a1753cbb98213550b55b8a8f4ff655591120b8ada7a92f95c287cbd47c3474e"` Oct 13 00:49:28.767 INFO blam! 9a1753cbb98213550b55b8a8f4ff655591120b8ada7a92f95c287cbd47c3474e Oct 13 00:49:28.769 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 00:49:29.283 INFO blam! fe69984611ed08c4331d67aaae56c97d85e09df4b484375d8eb39cf98b140c24 Oct 13 00:49:29.287 INFO running `"docker" "start" "-a" "fe69984611ed08c4331d67aaae56c97d85e09df4b484375d8eb39cf98b140c24"` Oct 13 00:49:30.482 INFO kablam! usermod: no changes Oct 13 00:49:30.538 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 13 00:49:30.547 INFO kablam! Running /target/debug/deps/puzzlecube-d49a9f15e577d195 Oct 13 00:49:30.556 INFO blam! Oct 13 00:49:30.556 INFO blam! running 14 tests Oct 13 00:49:30.556 INFO blam! test tests::it_can_orient ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_blue_clockwise ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_green_counter_clockwise ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_blue_counter_clockwise ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_red_clockwise ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_orange_clockwise ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_green_clockwise ... ok Oct 13 00:49:30.559 INFO blam! test tests::it_can_rotate_orange_counter_clockwise ... ok Oct 13 00:49:30.563 INFO blam! test tests::it_can_scramble ... ok Oct 13 00:49:30.563 INFO blam! test tests::it_can_rotate_yellow_clockwise ... ok Oct 13 00:49:30.563 INFO blam! test tests::it_can_rotate_red_counter_clockwise ... ok Oct 13 00:49:30.563 INFO blam! test tests::it_can_rotate_yellow_counter_clockwise ... ok Oct 13 00:49:30.563 INFO blam! test tests::it_can_rotate_white_counter_clockwise ... ok Oct 13 00:49:30.563 INFO blam! test tests::it_can_rotate_white_clockwise ... ok Oct 13 00:49:30.563 INFO blam! Oct 13 00:49:30.563 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:49:30.563 INFO blam! Oct 13 00:49:30.574 INFO kablam! su: No module specific data is present Oct 13 00:49:31.172 INFO running `"docker" "rm" "-f" "fe69984611ed08c4331d67aaae56c97d85e09df4b484375d8eb39cf98b140c24"` Oct 13 00:49:31.395 INFO blam! fe69984611ed08c4331d67aaae56c97d85e09df4b484375d8eb39cf98b140c24