Oct 13 05:21:26.868 INFO testing nmhanson/worm_vs_cube against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 05:21:26.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:21:27.323 INFO blam! a47f6255cbc1fc65cebcb7a6e3e3cc73f03a0c519b033d05d348e02d0560b19a Oct 13 05:21:27.331 INFO running `"docker" "start" "-a" "a47f6255cbc1fc65cebcb7a6e3e3cc73f03a0c519b033d05d348e02d0560b19a"` Oct 13 05:21:28.827 INFO kablam! usermod: no changes Oct 13 05:21:29.155 INFO kablam! Compiling pistoncore-input v0.21.0 Oct 13 05:21:34.351 INFO kablam! Compiling pistoncore-window v0.32.0 Oct 13 05:21:35.759 INFO kablam! Compiling pistoncore-event_loop v0.37.0 Oct 13 05:21:35.759 INFO kablam! Compiling pistoncore-glutin_window v0.47.0 Oct 13 05:21:36.742 INFO kablam! Compiling piston v0.37.0 Oct 13 05:21:40.467 INFO kablam! Compiling worm_vs_cube v0.1.0 (/source) Oct 13 05:21:43.290 INFO kablam! warning: unused variable: `w` Oct 13 05:21:43.291 INFO kablam! --> src/worm_game/play_area.rs:11:16 Oct 13 05:21:43.291 INFO kablam! | Oct 13 05:21:43.291 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:21:43.291 INFO kablam! | ^ help: consider using `_w` instead Oct 13 05:21:43.292 INFO kablam! | Oct 13 05:21:43.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:21:43.292 INFO kablam! Oct 13 05:21:43.292 INFO kablam! warning: unused variable: `h` Oct 13 05:21:43.292 INFO kablam! --> src/worm_game/play_area.rs:11:24 Oct 13 05:21:43.292 INFO kablam! | Oct 13 05:21:43.292 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:21:43.292 INFO kablam! | ^ help: consider using `_h` instead Oct 13 05:21:43.293 INFO kablam! Oct 13 05:21:43.293 INFO kablam! warning: unused variable: `c` Oct 13 05:21:43.294 INFO kablam! --> src/worm_game/mod.rs:46:40 Oct 13 05:21:43.294 INFO kablam! | Oct 13 05:21:43.295 INFO kablam! 46 | self.gl.draw(args.viewport(), |c, gl| { Oct 13 05:21:43.296 INFO kablam! | ^ help: consider using `_c` instead Oct 13 05:21:43.296 INFO kablam! Oct 13 05:21:43.297 INFO kablam! warning: unused variable: `cube` Oct 13 05:21:43.297 INFO kablam! --> src/worm_game/mod.rs:54:26 Oct 13 05:21:43.298 INFO kablam! | Oct 13 05:21:43.298 INFO kablam! 54 | Some(cube) => { Oct 13 05:21:43.300 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 13 05:21:43.300 INFO kablam! Oct 13 05:21:43.306 INFO kablam! warning: field is never used: `length` Oct 13 05:21:43.306 INFO kablam! --> src/worm_game/worm.rs:2:5 Oct 13 05:21:43.307 INFO kablam! | Oct 13 05:21:43.308 INFO kablam! 2 | length: u8, Oct 13 05:21:43.308 INFO kablam! | ^^^^^^^^^^ Oct 13 05:21:43.309 INFO kablam! | Oct 13 05:21:43.309 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:21:43.310 INFO kablam! Oct 13 05:21:43.310 INFO kablam! warning: field is never used: `pos` Oct 13 05:21:43.310 INFO kablam! --> src/worm_game/worm.rs:3:5 Oct 13 05:21:43.310 INFO kablam! | Oct 13 05:21:43.311 INFO kablam! 3 | pos: f64, Oct 13 05:21:43.311 INFO kablam! | ^^^^^^^^ Oct 13 05:21:43.311 INFO kablam! Oct 13 05:21:43.312 INFO kablam! warning: field is never used: `hit_points` Oct 13 05:21:43.312 INFO kablam! --> src/worm_game/cube.rs:5:5 Oct 13 05:21:43.312 INFO kablam! | Oct 13 05:21:43.312 INFO kablam! 5 | hit_points: u8, Oct 13 05:21:43.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:21:43.313 INFO kablam! Oct 13 05:21:43.313 INFO kablam! warning: field is never used: `player` Oct 13 05:21:43.313 INFO kablam! --> src/worm_game/mod.rs:18:5 Oct 13 05:21:43.313 INFO kablam! | Oct 13 05:21:43.314 INFO kablam! 18 | player: Worm, Oct 13 05:21:43.314 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:21:43.314 INFO kablam! Oct 13 05:21:43.314 INFO kablam! warning: field is never used: `score` Oct 13 05:21:43.314 INFO kablam! --> src/worm_game/mod.rs:21:5 Oct 13 05:21:43.314 INFO kablam! | Oct 13 05:21:43.315 INFO kablam! 21 | score: i32, Oct 13 05:21:43.315 INFO kablam! | ^^^^^^^^^^ Oct 13 05:21:43.315 INFO kablam! Oct 13 05:21:43.315 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 05:21:43.315 INFO kablam! --> src/worm_game/mod.rs:42:9 Oct 13 05:21:43.316 INFO kablam! | Oct 13 05:21:43.316 INFO kablam! 42 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 13 05:21:43.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:43.316 INFO kablam! Oct 13 05:21:43.316 INFO kablam! warning: function is never used: `debug_grid` Oct 13 05:21:43.316 INFO kablam! --> src/main.rs:38:1 Oct 13 05:21:43.316 INFO kablam! | Oct 13 05:21:43.316 INFO kablam! 38 | fn debug_grid(wg: &WormGame) { Oct 13 05:21:43.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:43.318 INFO kablam! Oct 13 05:21:47.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.86s Oct 13 05:21:47.731 INFO kablam! su: No module specific data is present Oct 13 05:21:48.900 INFO running `"docker" "rm" "-f" "a47f6255cbc1fc65cebcb7a6e3e3cc73f03a0c519b033d05d348e02d0560b19a"` Oct 13 05:21:49.283 INFO blam! a47f6255cbc1fc65cebcb7a6e3e3cc73f03a0c519b033d05d348e02d0560b19a Oct 13 05:21:49.284 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:21:49.724 INFO blam! 5810686930d5e110f4d47372251fca5219ada535029fe96f49eed1bea6a5fc70 Oct 13 05:21:49.725 INFO running `"docker" "start" "-a" "5810686930d5e110f4d47372251fca5219ada535029fe96f49eed1bea6a5fc70"` Oct 13 05:21:51.455 INFO kablam! usermod: no changes Oct 13 05:21:51.746 INFO kablam! Compiling worm_vs_cube v0.1.0 (/source) Oct 13 05:21:53.923 INFO kablam! warning: unused variable: `w` Oct 13 05:21:53.923 INFO kablam! --> src/worm_game/play_area.rs:11:16 Oct 13 05:21:53.923 INFO kablam! | Oct 13 05:21:53.923 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:21:53.923 INFO kablam! | ^ help: consider using `_w` instead Oct 13 05:21:53.923 INFO kablam! | Oct 13 05:21:53.923 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:21:53.923 INFO kablam! Oct 13 05:21:53.923 INFO kablam! warning: unused variable: `h` Oct 13 05:21:53.923 INFO kablam! --> src/worm_game/play_area.rs:11:24 Oct 13 05:21:53.923 INFO kablam! | Oct 13 05:21:53.923 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:21:53.923 INFO kablam! | ^ help: consider using `_h` instead Oct 13 05:21:53.923 INFO kablam! Oct 13 05:21:53.923 INFO kablam! warning: unused variable: `c` Oct 13 05:21:53.923 INFO kablam! --> src/worm_game/mod.rs:46:40 Oct 13 05:21:53.923 INFO kablam! | Oct 13 05:21:53.923 INFO kablam! 46 | self.gl.draw(args.viewport(), |c, gl| { Oct 13 05:21:53.923 INFO kablam! | ^ help: consider using `_c` instead Oct 13 05:21:53.923 INFO kablam! Oct 13 05:21:53.923 INFO kablam! warning: unused variable: `cube` Oct 13 05:21:53.923 INFO kablam! --> src/worm_game/mod.rs:54:26 Oct 13 05:21:53.923 INFO kablam! | Oct 13 05:21:53.923 INFO kablam! 54 | Some(cube) => { Oct 13 05:21:53.923 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 13 05:21:53.923 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: field is never used: `length` Oct 13 05:21:53.935 INFO kablam! --> src/worm_game/worm.rs:2:5 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 2 | length: u8, Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: field is never used: `pos` Oct 13 05:21:53.935 INFO kablam! --> src/worm_game/worm.rs:3:5 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 3 | pos: f64, Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: field is never used: `hit_points` Oct 13 05:21:53.935 INFO kablam! --> src/worm_game/cube.rs:5:5 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 5 | hit_points: u8, Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: field is never used: `player` Oct 13 05:21:53.935 INFO kablam! --> src/worm_game/mod.rs:18:5 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 18 | player: Worm, Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: field is never used: `score` Oct 13 05:21:53.935 INFO kablam! --> src/worm_game/mod.rs:21:5 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 21 | score: i32, Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 05:21:53.935 INFO kablam! --> src/worm_game/mod.rs:42:9 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 42 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:53.935 INFO kablam! warning: function is never used: `debug_grid` Oct 13 05:21:53.935 INFO kablam! --> src/main.rs:38:1 Oct 13 05:21:53.935 INFO kablam! | Oct 13 05:21:53.935 INFO kablam! 38 | fn debug_grid(wg: &WormGame) { Oct 13 05:21:53.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:53.935 INFO kablam! Oct 13 05:21:54.435 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.95s Oct 13 05:21:54.443 INFO kablam! su: No module specific data is present Oct 13 05:21:55.316 INFO running `"docker" "rm" "-f" "5810686930d5e110f4d47372251fca5219ada535029fe96f49eed1bea6a5fc70"` Oct 13 05:21:55.567 INFO blam! 5810686930d5e110f4d47372251fca5219ada535029fe96f49eed1bea6a5fc70 Oct 13 05:21:55.578 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 05:21:56.112 INFO blam! 6e2faea66ee82fbbc00926ba0bb0af53a20f4b5e327603d341834d9df90b2703 Oct 13 05:21:56.114 INFO running `"docker" "start" "-a" "6e2faea66ee82fbbc00926ba0bb0af53a20f4b5e327603d341834d9df90b2703"` Oct 13 05:21:58.463 INFO kablam! usermod: no changes Oct 13 05:21:58.747 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 13 05:21:58.766 INFO kablam! Running /target/debug/deps/worm_vs_cube-4f46ea774022e28a Oct 13 05:21:58.773 INFO blam! Oct 13 05:21:58.773 INFO blam! running 0 tests Oct 13 05:21:58.773 INFO blam! Oct 13 05:21:58.773 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:21:58.773 INFO blam! Oct 13 05:21:58.775 INFO kablam! su: No module specific data is present Oct 13 05:22:00.315 INFO running `"docker" "rm" "-f" "6e2faea66ee82fbbc00926ba0bb0af53a20f4b5e327603d341834d9df90b2703"` Oct 13 05:22:00.559 INFO blam! 6e2faea66ee82fbbc00926ba0bb0af53a20f4b5e327603d341834d9df90b2703