Oct 11 04:00:19.369 INFO testing Vinatorul/Coders-Of-The-Caribbean against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:00:19.369 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:00:19.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:00:19.667 INFO blam! 91f84299a198bf7c315d94597526178607cc9648e16cc1c0296b757567246ce1 Oct 11 04:00:19.670 INFO running `"docker" "start" "-a" "91f84299a198bf7c315d94597526178607cc9648e16cc1c0296b757567246ce1"` Oct 11 04:00:21.212 INFO kablam! usermod: no changes Oct 11 04:00:21.272 INFO kablam! Compiling Coders_Of_The_Caribean v0.1.0 (/source) Oct 11 04:00:22.000 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:00:22.000 INFO kablam! --> src/main.rs:511:12 Oct 11 04:00:22.000 INFO kablam! | Oct 11 04:00:22.000 INFO kablam! 511 | if (speed > 0) { Oct 11 04:00:22.000 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:00:22.000 INFO kablam! | Oct 11 04:00:22.000 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:00:22.000 INFO kablam! Oct 11 04:00:22.164 INFO kablam! warning: unused variable: `speed` Oct 11 04:00:22.164 INFO kablam! --> src/main.rs:290:60 Oct 11 04:00:22.164 INFO kablam! | Oct 11 04:00:22.164 INFO kablam! 290 | fn check_position(&self, point: &Point, rotation: i32, speed: i32, depth: i32) -> i32 { Oct 11 04:00:22.164 INFO kablam! | ^^^^^ help: consider using `_speed` instead Oct 11 04:00:22.164 INFO kablam! | Oct 11 04:00:22.164 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:00:22.164 INFO kablam! Oct 11 04:00:22.168 INFO kablam! warning: unused variable: `i` Oct 11 04:00:22.168 INFO kablam! --> src/main.rs:724:25 Oct 11 04:00:22.168 INFO kablam! | Oct 11 04:00:22.168 INFO kablam! 724 | for i in 0..offset { Oct 11 04:00:22.168 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:00:22.168 INFO kablam! Oct 11 04:00:22.221 INFO kablam! warning: variant is never constructed: `MINE` Oct 11 04:00:22.221 INFO kablam! --> src/main.rs:29:5 Oct 11 04:00:22.221 INFO kablam! | Oct 11 04:00:22.221 INFO kablam! 29 | MINE, Oct 11 04:00:22.221 INFO kablam! | ^^^^ Oct 11 04:00:22.221 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: field is never used: `quantity` Oct 11 04:00:22.222 INFO kablam! --> src/main.rs:52:5 Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! 52 | quantity: i32, Oct 11 04:00:22.222 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: field is never used: `entity_id` Oct 11 04:00:22.222 INFO kablam! --> src/main.rs:57:5 Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! 57 | entity_id: i32, Oct 11 04:00:22.222 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: field is never used: `entity_id` Oct 11 04:00:22.222 INFO kablam! --> src/main.rs:64:5 Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! 64 | entity_id: i32, Oct 11 04:00:22.222 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: field is never used: `owner_id` Oct 11 04:00:22.222 INFO kablam! --> src/main.rs:65:5 Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! 65 | owner_id: i32, Oct 11 04:00:22.222 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: method is never used: `get_offset` Oct 11 04:00:22.222 INFO kablam! --> src/main.rs:136:5 Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! 136 | fn get_offset(&self, rotation: i32, speed: i32) -> Point { Oct 11 04:00:22.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: method is never used: `get_mine` Oct 11 04:00:22.222 INFO kablam! --> src/main.rs:612:5 Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! 612 | fn get_mine(&self, ship: &Point) -> i32 { Oct 11 04:00:22.222 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:22.222 INFO kablam! warning: crate `Coders_Of_The_Caribean` should have a snake case name such as `coders_of_the_caribean` Oct 11 04:00:22.222 INFO kablam! | Oct 11 04:00:22.222 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:00:22.222 INFO kablam! Oct 11 04:00:24.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.86s Oct 11 04:00:24.089 INFO kablam! su: No module specific data is present Oct 11 04:00:24.649 INFO running `"docker" "rm" "-f" "91f84299a198bf7c315d94597526178607cc9648e16cc1c0296b757567246ce1"` Oct 11 04:00:24.972 INFO blam! 91f84299a198bf7c315d94597526178607cc9648e16cc1c0296b757567246ce1 Oct 11 04:00:24.973 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:00:24.973 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:00:25.586 INFO blam! 68e842d63ac66a1b57c9cddf4a54bc0f1fa27a1a9ca8948b2b4073e1b284ae40 Oct 11 04:00:25.592 INFO running `"docker" "start" "-a" "68e842d63ac66a1b57c9cddf4a54bc0f1fa27a1a9ca8948b2b4073e1b284ae40"` Oct 11 04:00:26.692 INFO kablam! usermod: no changes Oct 11 04:00:26.736 INFO kablam! Compiling Coders_Of_The_Caribean v0.1.0 (/source) Oct 11 04:00:27.474 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 11 04:00:27.475 INFO kablam! --> src/main.rs:511:12 Oct 11 04:00:27.475 INFO kablam! | Oct 11 04:00:27.475 INFO kablam! 511 | if (speed > 0) { Oct 11 04:00:27.475 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 11 04:00:27.475 INFO kablam! | Oct 11 04:00:27.475 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 04:00:27.475 INFO kablam! Oct 11 04:00:27.648 INFO kablam! warning: unused variable: `speed` Oct 11 04:00:27.648 INFO kablam! --> src/main.rs:290:60 Oct 11 04:00:27.648 INFO kablam! | Oct 11 04:00:27.648 INFO kablam! 290 | fn check_position(&self, point: &Point, rotation: i32, speed: i32, depth: i32) -> i32 { Oct 11 04:00:27.648 INFO kablam! | ^^^^^ help: consider using `_speed` instead Oct 11 04:00:27.648 INFO kablam! | Oct 11 04:00:27.648 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:00:27.648 INFO kablam! Oct 11 04:00:27.648 INFO kablam! warning: unused variable: `i` Oct 11 04:00:27.648 INFO kablam! --> src/main.rs:724:25 Oct 11 04:00:27.648 INFO kablam! | Oct 11 04:00:27.648 INFO kablam! 724 | for i in 0..offset { Oct 11 04:00:27.648 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:00:27.648 INFO kablam! Oct 11 04:00:27.708 INFO kablam! warning: variant is never constructed: `MINE` Oct 11 04:00:27.708 INFO kablam! --> src/main.rs:29:5 Oct 11 04:00:27.708 INFO kablam! | Oct 11 04:00:27.708 INFO kablam! 29 | MINE, Oct 11 04:00:27.708 INFO kablam! | ^^^^ Oct 11 04:00:27.708 INFO kablam! | Oct 11 04:00:27.708 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 04:00:27.708 INFO kablam! Oct 11 04:00:27.708 INFO kablam! warning: field is never used: `quantity` Oct 11 04:00:27.708 INFO kablam! --> src/main.rs:52:5 Oct 11 04:00:27.708 INFO kablam! | Oct 11 04:00:27.708 INFO kablam! 52 | quantity: i32, Oct 11 04:00:27.708 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:00:27.708 INFO kablam! Oct 11 04:00:27.708 INFO kablam! warning: field is never used: `entity_id` Oct 11 04:00:27.708 INFO kablam! --> src/main.rs:57:5 Oct 11 04:00:27.708 INFO kablam! | Oct 11 04:00:27.708 INFO kablam! 57 | entity_id: i32, Oct 11 04:00:27.708 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:00:27.708 INFO kablam! Oct 11 04:00:27.708 INFO kablam! warning: field is never used: `entity_id` Oct 11 04:00:27.708 INFO kablam! --> src/main.rs:64:5 Oct 11 04:00:27.708 INFO kablam! | Oct 11 04:00:27.708 INFO kablam! 64 | entity_id: i32, Oct 11 04:00:27.708 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 04:00:27.708 INFO kablam! Oct 11 04:00:27.708 INFO kablam! warning: field is never used: `owner_id` Oct 11 04:00:27.708 INFO kablam! --> src/main.rs:65:5 Oct 11 04:00:27.708 INFO kablam! | Oct 11 04:00:27.709 INFO kablam! 65 | owner_id: i32, Oct 11 04:00:27.709 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 04:00:27.709 INFO kablam! Oct 11 04:00:27.709 INFO kablam! warning: method is never used: `get_offset` Oct 11 04:00:27.709 INFO kablam! --> src/main.rs:136:5 Oct 11 04:00:27.709 INFO kablam! | Oct 11 04:00:27.709 INFO kablam! 136 | fn get_offset(&self, rotation: i32, speed: i32) -> Point { Oct 11 04:00:27.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:00:27.709 INFO kablam! Oct 11 04:00:27.709 INFO kablam! warning: method is never used: `get_mine` Oct 11 04:00:27.709 INFO kablam! --> src/main.rs:612:5 Oct 11 04:00:27.709 INFO kablam! | Oct 11 04:00:27.709 INFO kablam! 612 | fn get_mine(&self, ship: &Point) -> i32 { Oct 11 04:00:27.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 04:00:27.709 INFO kablam! Oct 11 04:00:27.709 INFO kablam! warning: crate `Coders_Of_The_Caribean` should have a snake case name such as `coders_of_the_caribean` Oct 11 04:00:27.709 INFO kablam! | Oct 11 04:00:27.709 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:00:27.709 INFO kablam! Oct 11 04:00:28.104 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 11 04:00:28.107 INFO kablam! su: No module specific data is present Oct 11 04:00:28.451 INFO running `"docker" "rm" "-f" "68e842d63ac66a1b57c9cddf4a54bc0f1fa27a1a9ca8948b2b4073e1b284ae40"` Oct 11 04:00:28.568 INFO blam! 68e842d63ac66a1b57c9cddf4a54bc0f1fa27a1a9ca8948b2b4073e1b284ae40 Oct 11 04:00:28.570 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:00:28.570 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:00:28.756 INFO blam! 5d1816d3d8eed7feee98aaa3bfcb7a6e9f4436a327fee68d683b015a42f180b2 Oct 11 04:00:28.758 INFO running `"docker" "start" "-a" "5d1816d3d8eed7feee98aaa3bfcb7a6e9f4436a327fee68d683b015a42f180b2"` Oct 11 04:00:29.268 INFO kablam! usermod: no changes Oct 11 04:00:29.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 04:00:29.321 INFO kablam! Running /target/debug/deps/Coders_Of_The_Caribean-6d197e53d540789e Oct 11 04:00:29.330 INFO blam! Oct 11 04:00:29.330 INFO blam! running 0 tests Oct 11 04:00:29.330 INFO blam! Oct 11 04:00:29.330 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:00:29.330 INFO blam! Oct 11 04:00:29.332 INFO kablam! su: No module specific data is present Oct 11 04:00:29.980 INFO running `"docker" "rm" "-f" "5d1816d3d8eed7feee98aaa3bfcb7a6e9f4436a327fee68d683b015a42f180b2"` Oct 11 04:00:30.104 INFO blam! 5d1816d3d8eed7feee98aaa3bfcb7a6e9f4436a327fee68d683b015a42f180b2