Oct 10 20:44:01.638 INFO testing joonazan/mystic against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 20:44:01.638 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 20:44:01.638 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 20:44:01.870 INFO blam! 45e3539d4ec27c716e519547e6b72d5254ad6d162d10b5f390674dd4b63ad4d2 Oct 10 20:44:01.872 INFO running `"docker" "start" "-a" "45e3539d4ec27c716e519547e6b72d5254ad6d162d10b5f390674dd4b63ad4d2"` Oct 10 20:44:02.471 INFO kablam! usermod: no changes Oct 10 20:44:02.530 INFO kablam! Compiling mystic v0.1.0 (/source) Oct 10 20:44:03.326 INFO kablam! warning: struct is never constructed: `Power` Oct 10 20:44:03.326 INFO kablam! --> src/power.rs:1:1 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 1 | pub struct Power(pub [i8; 3]); Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.326 INFO kablam! warning: method is never used: `spend` Oct 10 20:44:03.326 INFO kablam! --> src/power.rs:7:2 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 7 | fn spend(&mut self, x: i8) { Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.326 INFO kablam! warning: method is never used: `gain` Oct 10 20:44:03.326 INFO kablam! --> src/power.rs:11:2 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 11 | fn gain(&mut self, x: i8) { Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.326 INFO kablam! warning: method is never used: `burn` Oct 10 20:44:03.326 INFO kablam! --> src/power.rs:19:2 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 19 | fn burn(&mut self, x: i8) { Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.326 INFO kablam! warning: method is never used: `transfer` Oct 10 20:44:03.326 INFO kablam! --> src/power.rs:24:2 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 24 | fn transfer(&mut self, x: i8, a: usize, b: usize) { Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.326 INFO kablam! warning: type alias is never used: `Map` Oct 10 20:44:03.326 INFO kablam! --> src/map.rs:1:1 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 1 | type Map = [[Hex]]; Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.326 INFO kablam! warning: enum is never used: `Hex` Oct 10 20:44:03.326 INFO kablam! --> src/map.rs:3:1 Oct 10 20:44:03.326 INFO kablam! | Oct 10 20:44:03.326 INFO kablam! 3 | pub enum Hex { Oct 10 20:44:03.326 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:44:03.326 INFO kablam! Oct 10 20:44:03.327 INFO kablam! warning: enum is never used: `Terrain` Oct 10 20:44:03.327 INFO kablam! --> src/map.rs:8:1 Oct 10 20:44:03.327 INFO kablam! | Oct 10 20:44:03.327 INFO kablam! 8 | pub enum Terrain { Oct 10 20:44:03.327 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:44:03.327 INFO kablam! Oct 10 20:44:03.327 INFO kablam! warning: enum is never used: `Building` Oct 10 20:44:03.327 INFO kablam! --> src/map.rs:19:1 Oct 10 20:44:03.327 INFO kablam! | Oct 10 20:44:03.327 INFO kablam! 19 | pub enum Building { Oct 10 20:44:03.327 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.327 INFO kablam! Oct 10 20:44:03.327 INFO kablam! warning: type alias is never used: `Sacrifices` Oct 10 20:44:03.327 INFO kablam! --> src/main.rs:7:1 Oct 10 20:44:03.327 INFO kablam! | Oct 10 20:44:03.327 INFO kablam! 7 | type Sacrifices = [u8; 4]; Oct 10 20:44:03.327 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:03.327 INFO kablam! Oct 10 20:44:03.327 INFO kablam! warning: struct is never constructed: `Player` Oct 10 20:44:03.327 INFO kablam! --> src/main.rs:9:1 Oct 10 20:44:03.327 INFO kablam! | Oct 10 20:44:03.327 INFO kablam! 9 | struct Player { Oct 10 20:44:03.327 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:44:03.327 INFO kablam! Oct 10 20:44:03.327 INFO kablam! warning: struct is never constructed: `Buildings` Oct 10 20:44:03.327 INFO kablam! --> src/main.rs:15:1 Oct 10 20:44:03.327 INFO kablam! | Oct 10 20:44:03.327 INFO kablam! 15 | struct Buildings { Oct 10 20:44:03.327 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:44:03.327 INFO kablam! Oct 10 20:44:03.698 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 10 20:44:03.698 INFO kablam! su: No module specific data is present Oct 10 20:44:04.273 INFO running `"docker" "rm" "-f" "45e3539d4ec27c716e519547e6b72d5254ad6d162d10b5f390674dd4b63ad4d2"` Oct 10 20:44:04.536 INFO blam! 45e3539d4ec27c716e519547e6b72d5254ad6d162d10b5f390674dd4b63ad4d2 Oct 10 20:44:04.538 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 20:44:04.538 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 20:44:04.875 INFO blam! 3a754144042fb108352adca3741b77aa02bab91b6e3e7d5116f5b9106d2fd0f8 Oct 10 20:44:04.877 INFO running `"docker" "start" "-a" "3a754144042fb108352adca3741b77aa02bab91b6e3e7d5116f5b9106d2fd0f8"` Oct 10 20:44:05.501 INFO kablam! usermod: no changes Oct 10 20:44:05.528 INFO kablam! Compiling mystic v0.1.0 (/source) Oct 10 20:44:06.168 INFO kablam! warning: struct is never constructed: `Power` Oct 10 20:44:06.169 INFO kablam! --> src/power.rs:1:1 Oct 10 20:44:06.169 INFO kablam! | Oct 10 20:44:06.169 INFO kablam! 1 | pub struct Power(pub [i8; 3]); Oct 10 20:44:06.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.170 INFO kablam! | Oct 10 20:44:06.170 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 20:44:06.170 INFO kablam! Oct 10 20:44:06.171 INFO kablam! warning: method is never used: `spend` Oct 10 20:44:06.171 INFO kablam! --> src/power.rs:7:2 Oct 10 20:44:06.171 INFO kablam! | Oct 10 20:44:06.171 INFO kablam! 7 | fn spend(&mut self, x: i8) { Oct 10 20:44:06.172 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.172 INFO kablam! Oct 10 20:44:06.172 INFO kablam! warning: method is never used: `gain` Oct 10 20:44:06.173 INFO kablam! --> src/power.rs:11:2 Oct 10 20:44:06.173 INFO kablam! | Oct 10 20:44:06.173 INFO kablam! 11 | fn gain(&mut self, x: i8) { Oct 10 20:44:06.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.174 INFO kablam! Oct 10 20:44:06.174 INFO kablam! warning: method is never used: `burn` Oct 10 20:44:06.174 INFO kablam! --> src/power.rs:19:2 Oct 10 20:44:06.174 INFO kablam! | Oct 10 20:44:06.174 INFO kablam! 19 | fn burn(&mut self, x: i8) { Oct 10 20:44:06.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.175 INFO kablam! Oct 10 20:44:06.175 INFO kablam! warning: method is never used: `transfer` Oct 10 20:44:06.175 INFO kablam! --> src/power.rs:24:2 Oct 10 20:44:06.176 INFO kablam! | Oct 10 20:44:06.176 INFO kablam! 24 | fn transfer(&mut self, x: i8, a: usize, b: usize) { Oct 10 20:44:06.176 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.176 INFO kablam! Oct 10 20:44:06.177 INFO kablam! warning: type alias is never used: `Map` Oct 10 20:44:06.177 INFO kablam! --> src/map.rs:1:1 Oct 10 20:44:06.177 INFO kablam! | Oct 10 20:44:06.177 INFO kablam! 1 | type Map = [[Hex]]; Oct 10 20:44:06.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.178 INFO kablam! Oct 10 20:44:06.178 INFO kablam! warning: enum is never used: `Hex` Oct 10 20:44:06.179 INFO kablam! --> src/map.rs:3:1 Oct 10 20:44:06.179 INFO kablam! | Oct 10 20:44:06.179 INFO kablam! 3 | pub enum Hex { Oct 10 20:44:06.179 INFO kablam! | ^^^^^^^^^^^^ Oct 10 20:44:06.180 INFO kablam! Oct 10 20:44:06.180 INFO kablam! warning: enum is never used: `Terrain` Oct 10 20:44:06.183 INFO kablam! --> src/map.rs:8:1 Oct 10 20:44:06.183 INFO kablam! | Oct 10 20:44:06.183 INFO kablam! 8 | pub enum Terrain { Oct 10 20:44:06.183 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:44:06.183 INFO kablam! Oct 10 20:44:06.183 INFO kablam! warning: enum is never used: `Building` Oct 10 20:44:06.184 INFO kablam! --> src/map.rs:19:1 Oct 10 20:44:06.184 INFO kablam! | Oct 10 20:44:06.184 INFO kablam! 19 | pub enum Building { Oct 10 20:44:06.184 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.184 INFO kablam! Oct 10 20:44:06.184 INFO kablam! warning: type alias is never used: `Sacrifices` Oct 10 20:44:06.184 INFO kablam! --> src/main.rs:7:1 Oct 10 20:44:06.185 INFO kablam! | Oct 10 20:44:06.185 INFO kablam! 7 | type Sacrifices = [u8; 4]; Oct 10 20:44:06.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 20:44:06.185 INFO kablam! Oct 10 20:44:06.185 INFO kablam! warning: struct is never constructed: `Player` Oct 10 20:44:06.185 INFO kablam! --> src/main.rs:9:1 Oct 10 20:44:06.185 INFO kablam! | Oct 10 20:44:06.185 INFO kablam! 9 | struct Player { Oct 10 20:44:06.186 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 20:44:06.186 INFO kablam! Oct 10 20:44:06.186 INFO kablam! warning: struct is never constructed: `Buildings` Oct 10 20:44:06.186 INFO kablam! --> src/main.rs:15:1 Oct 10 20:44:06.186 INFO kablam! | Oct 10 20:44:06.186 INFO kablam! 15 | struct Buildings { Oct 10 20:44:06.186 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 20:44:06.187 INFO kablam! Oct 10 20:44:06.609 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 10 20:44:06.616 INFO kablam! su: No module specific data is present Oct 10 20:44:07.108 INFO running `"docker" "rm" "-f" "3a754144042fb108352adca3741b77aa02bab91b6e3e7d5116f5b9106d2fd0f8"` Oct 10 20:44:07.207 INFO blam! 3a754144042fb108352adca3741b77aa02bab91b6e3e7d5116f5b9106d2fd0f8 Oct 10 20:44:07.207 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 20:44:07.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 10 20:44:07.442 INFO blam! 1da3cf6f431b671d4fa294d70a37527b26026f0b9dfaff2cbb6db70e3de428a7 Oct 10 20:44:07.444 INFO running `"docker" "start" "-a" "1da3cf6f431b671d4fa294d70a37527b26026f0b9dfaff2cbb6db70e3de428a7"` Oct 10 20:44:08.608 INFO kablam! usermod: no changes Oct 10 20:44:08.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 20:44:08.648 INFO kablam! Running /target/debug/deps/mystic-2cf887a73c1f3d37 Oct 10 20:44:08.648 INFO blam! Oct 10 20:44:08.648 INFO kablam! su: No module specific data is present Oct 10 20:44:08.648 INFO blam! running 0 tests Oct 10 20:44:08.648 INFO blam! Oct 10 20:44:08.648 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 20:44:08.648 INFO blam! Oct 10 20:44:08.961 INFO running `"docker" "rm" "-f" "1da3cf6f431b671d4fa294d70a37527b26026f0b9dfaff2cbb6db70e3de428a7"` Oct 10 20:44:09.105 INFO blam! 1da3cf6f431b671d4fa294d70a37527b26026f0b9dfaff2cbb6db70e3de428a7