Oct 10 17:28:50.637 INFO testing nmhanson/worm_vs_cube against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 17:28:50.637 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 17:28:50.638 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 10 17:28:51.094 INFO blam! 9cf15328d422b1c8a7f58b34ee8b9adacc4706227281030b80c82653133e19c0 Oct 10 17:28:51.102 INFO running `"docker" "start" "-a" "9cf15328d422b1c8a7f58b34ee8b9adacc4706227281030b80c82653133e19c0"` Oct 10 17:28:52.296 INFO kablam! usermod: no changes Oct 10 17:28:52.628 INFO kablam! Compiling worm_vs_cube v0.1.0 (/source) Oct 10 17:28:59.768 INFO kablam! warning: unused variable: `w` Oct 10 17:28:59.768 INFO kablam! --> src/worm_game/play_area.rs:11:16 Oct 10 17:28:59.768 INFO kablam! | Oct 10 17:28:59.768 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 10 17:28:59.768 INFO kablam! | ^ help: consider using `_w` instead Oct 10 17:28:59.768 INFO kablam! | Oct 10 17:28:59.768 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:28:59.768 INFO kablam! Oct 10 17:28:59.768 INFO kablam! warning: unused variable: `h` Oct 10 17:28:59.768 INFO kablam! --> src/worm_game/play_area.rs:11:24 Oct 10 17:28:59.768 INFO kablam! | Oct 10 17:28:59.768 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 10 17:28:59.768 INFO kablam! | ^ help: consider using `_h` instead Oct 10 17:28:59.768 INFO kablam! Oct 10 17:28:59.769 INFO kablam! warning: unused variable: `c` Oct 10 17:28:59.769 INFO kablam! --> src/worm_game/mod.rs:46:40 Oct 10 17:28:59.769 INFO kablam! | Oct 10 17:28:59.769 INFO kablam! 46 | self.gl.draw(args.viewport(), |c, gl| { Oct 10 17:28:59.769 INFO kablam! | ^ help: consider using `_c` instead Oct 10 17:28:59.769 INFO kablam! Oct 10 17:28:59.769 INFO kablam! warning: unused variable: `cube` Oct 10 17:28:59.769 INFO kablam! --> src/worm_game/mod.rs:54:26 Oct 10 17:28:59.769 INFO kablam! | Oct 10 17:28:59.769 INFO kablam! 54 | Some(cube) => { Oct 10 17:28:59.769 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 10 17:28:59.769 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: field is never used: `length` Oct 10 17:28:59.789 INFO kablam! --> src/worm_game/worm.rs:2:5 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 2 | length: u8, Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:28:59.789 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: field is never used: `pos` Oct 10 17:28:59.789 INFO kablam! --> src/worm_game/worm.rs:3:5 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 3 | pos: f64, Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: field is never used: `hit_points` Oct 10 17:28:59.789 INFO kablam! --> src/worm_game/cube.rs:5:5 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 5 | hit_points: u8, Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: field is never used: `player` Oct 10 17:28:59.789 INFO kablam! --> src/worm_game/mod.rs:18:5 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 18 | player: Worm, Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: field is never used: `score` Oct 10 17:28:59.789 INFO kablam! --> src/worm_game/mod.rs:21:5 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 21 | score: i32, Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: constant item is never used: `GREEN` Oct 10 17:28:59.789 INFO kablam! --> src/worm_game/mod.rs:42:9 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 42 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! Oct 10 17:28:59.789 INFO kablam! warning: function is never used: `debug_grid` Oct 10 17:28:59.789 INFO kablam! --> src/main.rs:38:1 Oct 10 17:28:59.789 INFO kablam! | Oct 10 17:28:59.789 INFO kablam! 38 | fn debug_grid(wg: &WormGame) { Oct 10 17:28:59.789 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:28:59.789 INFO kablam! Oct 10 17:29:04.068 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.73s Oct 10 17:29:04.084 INFO kablam! su: No module specific data is present Oct 10 17:29:04.700 INFO running `"docker" "rm" "-f" "9cf15328d422b1c8a7f58b34ee8b9adacc4706227281030b80c82653133e19c0"` Oct 10 17:29:04.956 INFO blam! 9cf15328d422b1c8a7f58b34ee8b9adacc4706227281030b80c82653133e19c0 Oct 10 17:29:04.969 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 17:29:04.970 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 10 17:29:06.070 INFO blam! b53673ebc20499614e6a4d13fd1bda599a9fda506f73439d19f7e6094ce095e4 Oct 10 17:29:06.073 INFO running `"docker" "start" "-a" "b53673ebc20499614e6a4d13fd1bda599a9fda506f73439d19f7e6094ce095e4"` Oct 10 17:29:07.307 INFO kablam! usermod: no changes Oct 10 17:29:07.544 INFO kablam! Compiling worm_vs_cube v0.1.0 (/source) Oct 10 17:29:12.139 INFO kablam! warning: unused variable: `w` Oct 10 17:29:12.139 INFO kablam! --> src/worm_game/play_area.rs:11:16 Oct 10 17:29:12.139 INFO kablam! | Oct 10 17:29:12.139 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 10 17:29:12.139 INFO kablam! | ^ help: consider using `_w` instead Oct 10 17:29:12.139 INFO kablam! | Oct 10 17:29:12.139 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 17:29:12.139 INFO kablam! Oct 10 17:29:12.139 INFO kablam! warning: unused variable: `h` Oct 10 17:29:12.139 INFO kablam! --> src/worm_game/play_area.rs:11:24 Oct 10 17:29:12.139 INFO kablam! | Oct 10 17:29:12.139 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 10 17:29:12.139 INFO kablam! | ^ help: consider using `_h` instead Oct 10 17:29:12.139 INFO kablam! Oct 10 17:29:12.139 INFO kablam! warning: unused variable: `c` Oct 10 17:29:12.139 INFO kablam! --> src/worm_game/mod.rs:46:40 Oct 10 17:29:12.139 INFO kablam! | Oct 10 17:29:12.139 INFO kablam! 46 | self.gl.draw(args.viewport(), |c, gl| { Oct 10 17:29:12.139 INFO kablam! | ^ help: consider using `_c` instead Oct 10 17:29:12.139 INFO kablam! Oct 10 17:29:12.139 INFO kablam! warning: unused variable: `cube` Oct 10 17:29:12.139 INFO kablam! --> src/worm_game/mod.rs:54:26 Oct 10 17:29:12.139 INFO kablam! | Oct 10 17:29:12.139 INFO kablam! 54 | Some(cube) => { Oct 10 17:29:12.139 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 10 17:29:12.139 INFO kablam! Oct 10 17:29:12.152 INFO kablam! warning: field is never used: `length` Oct 10 17:29:12.152 INFO kablam! --> src/worm_game/worm.rs:2:5 Oct 10 17:29:12.152 INFO kablam! | Oct 10 17:29:12.152 INFO kablam! 2 | length: u8, Oct 10 17:29:12.152 INFO kablam! | ^^^^^^^^^^ Oct 10 17:29:12.152 INFO kablam! | Oct 10 17:29:12.152 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 17:29:12.152 INFO kablam! Oct 10 17:29:12.152 INFO kablam! warning: field is never used: `pos` Oct 10 17:29:12.152 INFO kablam! --> src/worm_game/worm.rs:3:5 Oct 10 17:29:12.152 INFO kablam! | Oct 10 17:29:12.152 INFO kablam! 3 | pos: f64, Oct 10 17:29:12.152 INFO kablam! | ^^^^^^^^ Oct 10 17:29:12.152 INFO kablam! Oct 10 17:29:12.152 INFO kablam! warning: field is never used: `hit_points` Oct 10 17:29:12.152 INFO kablam! --> src/worm_game/cube.rs:5:5 Oct 10 17:29:12.152 INFO kablam! | Oct 10 17:29:12.152 INFO kablam! 5 | hit_points: u8, Oct 10 17:29:12.153 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 17:29:12.153 INFO kablam! Oct 10 17:29:12.153 INFO kablam! warning: field is never used: `player` Oct 10 17:29:12.153 INFO kablam! --> src/worm_game/mod.rs:18:5 Oct 10 17:29:12.153 INFO kablam! | Oct 10 17:29:12.153 INFO kablam! 18 | player: Worm, Oct 10 17:29:12.153 INFO kablam! | ^^^^^^^^^^^^ Oct 10 17:29:12.153 INFO kablam! Oct 10 17:29:12.153 INFO kablam! warning: field is never used: `score` Oct 10 17:29:12.153 INFO kablam! --> src/worm_game/mod.rs:21:5 Oct 10 17:29:12.153 INFO kablam! | Oct 10 17:29:12.153 INFO kablam! 21 | score: i32, Oct 10 17:29:12.153 INFO kablam! | ^^^^^^^^^^ Oct 10 17:29:12.153 INFO kablam! Oct 10 17:29:12.153 INFO kablam! warning: constant item is never used: `GREEN` Oct 10 17:29:12.153 INFO kablam! --> src/worm_game/mod.rs:42:9 Oct 10 17:29:12.153 INFO kablam! | Oct 10 17:29:12.153 INFO kablam! 42 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 10 17:29:12.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:29:12.153 INFO kablam! Oct 10 17:29:12.153 INFO kablam! warning: function is never used: `debug_grid` Oct 10 17:29:12.153 INFO kablam! --> src/main.rs:38:1 Oct 10 17:29:12.153 INFO kablam! | Oct 10 17:29:12.153 INFO kablam! 38 | fn debug_grid(wg: &WormGame) { Oct 10 17:29:12.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 17:29:12.153 INFO kablam! Oct 10 17:29:12.685 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.35s Oct 10 17:29:12.696 INFO kablam! su: No module specific data is present Oct 10 17:29:13.506 INFO running `"docker" "rm" "-f" "b53673ebc20499614e6a4d13fd1bda599a9fda506f73439d19f7e6094ce095e4"` Oct 10 17:29:13.780 INFO blam! b53673ebc20499614e6a4d13fd1bda599a9fda506f73439d19f7e6094ce095e4 Oct 10 17:29:13.788 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 17:29:13.789 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 10 17:29:14.295 INFO blam! 8bf4999c23b14087be25cf9aa83e8683799a7d549ca3658f474336bbf3ad11f1 Oct 10 17:29:14.297 INFO running `"docker" "start" "-a" "8bf4999c23b14087be25cf9aa83e8683799a7d549ca3658f474336bbf3ad11f1"` Oct 10 17:29:15.540 INFO kablam! usermod: no changes Oct 10 17:29:15.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 17:29:15.742 INFO kablam! Running /target/debug/deps/worm_vs_cube-4f46ea774022e28a Oct 10 17:29:15.744 INFO blam! Oct 10 17:29:15.744 INFO blam! running 0 tests Oct 10 17:29:15.745 INFO blam! Oct 10 17:29:15.745 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 17:29:15.745 INFO blam! Oct 10 17:29:15.752 INFO kablam! su: No module specific data is present Oct 10 17:29:16.206 INFO running `"docker" "rm" "-f" "8bf4999c23b14087be25cf9aa83e8683799a7d549ca3658f474336bbf3ad11f1"` Oct 10 17:29:16.420 INFO blam! 8bf4999c23b14087be25cf9aa83e8683799a7d549ca3658f474336bbf3ad11f1