Oct 13 05:21:19.940 INFO testing nmhanson/worm_vs_cube against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 05:21:19.941 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:20.493 INFO blam! 1d5d285348fb20b51f70ce7e4e7503e63e96bd1ec1b52abedf69b0abd1ce2f50 Oct 13 05:21:20.495 INFO running `"docker" "start" "-a" "1d5d285348fb20b51f70ce7e4e7503e63e96bd1ec1b52abedf69b0abd1ce2f50"` Oct 13 05:21:22.131 INFO kablam! usermod: no changes Oct 13 05:21:22.419 INFO kablam! Compiling inflate v0.4.2 Oct 13 05:21:22.419 INFO kablam! Compiling rand v0.5.2 Oct 13 05:21:22.439 INFO kablam! Compiling num-derive v0.2.2 Oct 13 05:21:22.440 INFO kablam! Compiling rayon v1.0.1 Oct 13 05:21:22.440 INFO kablam! Compiling rusttype v0.4.3 Oct 13 05:21:26.371 INFO kablam! Compiling piston2d-graphics v0.26.0 Oct 13 05:21:26.385 INFO kablam! Compiling png v0.12.0 Oct 13 05:21:33.017 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 13 05:21:36.987 INFO kablam! Compiling image v0.19.0 Oct 13 05:21:54.917 INFO kablam! Compiling piston2d-opengl_graphics v0.53.0 Oct 13 05:21:57.335 INFO kablam! Compiling worm_vs_cube v0.1.0 (/source) Oct 13 05:22:00.423 INFO kablam! warning: unused variable: `w` Oct 13 05:22:00.424 INFO kablam! --> src/worm_game/play_area.rs:11:16 Oct 13 05:22:00.424 INFO kablam! | Oct 13 05:22:00.424 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:22:00.425 INFO kablam! | ^ help: consider using `_w` instead Oct 13 05:22:00.425 INFO kablam! | Oct 13 05:22:00.425 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:22:00.426 INFO kablam! Oct 13 05:22:00.426 INFO kablam! warning: unused variable: `h` Oct 13 05:22:00.426 INFO kablam! --> src/worm_game/play_area.rs:11:24 Oct 13 05:22:00.427 INFO kablam! | Oct 13 05:22:00.427 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:22:00.428 INFO kablam! | ^ help: consider using `_h` instead Oct 13 05:22:00.428 INFO kablam! Oct 13 05:22:00.428 INFO kablam! warning: unused variable: `c` Oct 13 05:22:00.429 INFO kablam! --> src/worm_game/mod.rs:46:40 Oct 13 05:22:00.429 INFO kablam! | Oct 13 05:22:00.429 INFO kablam! 46 | self.gl.draw(args.viewport(), |c, gl| { Oct 13 05:22:00.430 INFO kablam! | ^ help: consider using `_c` instead Oct 13 05:22:00.430 INFO kablam! Oct 13 05:22:00.430 INFO kablam! warning: unused variable: `cube` Oct 13 05:22:00.430 INFO kablam! --> src/worm_game/mod.rs:54:26 Oct 13 05:22:00.431 INFO kablam! | Oct 13 05:22:00.431 INFO kablam! 54 | Some(cube) => { Oct 13 05:22:00.432 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 13 05:22:00.432 INFO kablam! Oct 13 05:22:00.432 INFO kablam! warning: field is never used: `length` Oct 13 05:22:00.432 INFO kablam! --> src/worm_game/worm.rs:2:5 Oct 13 05:22:00.433 INFO kablam! | Oct 13 05:22:00.433 INFO kablam! 2 | length: u8, Oct 13 05:22:00.433 INFO kablam! | ^^^^^^^^^^ Oct 13 05:22:00.434 INFO kablam! | Oct 13 05:22:00.434 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:22:00.434 INFO kablam! Oct 13 05:22:00.435 INFO kablam! warning: field is never used: `pos` Oct 13 05:22:00.435 INFO kablam! --> src/worm_game/worm.rs:3:5 Oct 13 05:22:00.435 INFO kablam! | Oct 13 05:22:00.436 INFO kablam! 3 | pos: f64, Oct 13 05:22:00.436 INFO kablam! | ^^^^^^^^ Oct 13 05:22:00.436 INFO kablam! Oct 13 05:22:00.436 INFO kablam! warning: field is never used: `hit_points` Oct 13 05:22:00.437 INFO kablam! --> src/worm_game/cube.rs:5:5 Oct 13 05:22:00.437 INFO kablam! | Oct 13 05:22:00.437 INFO kablam! 5 | hit_points: u8, Oct 13 05:22:00.438 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:22:00.438 INFO kablam! Oct 13 05:22:00.438 INFO kablam! warning: field is never used: `player` Oct 13 05:22:00.439 INFO kablam! --> src/worm_game/mod.rs:18:5 Oct 13 05:22:00.439 INFO kablam! | Oct 13 05:22:00.439 INFO kablam! 18 | player: Worm, Oct 13 05:22:00.439 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:22:00.440 INFO kablam! Oct 13 05:22:00.440 INFO kablam! warning: field is never used: `score` Oct 13 05:22:00.440 INFO kablam! --> src/worm_game/mod.rs:21:5 Oct 13 05:22:00.441 INFO kablam! | Oct 13 05:22:00.441 INFO kablam! 21 | score: i32, Oct 13 05:22:00.441 INFO kablam! | ^^^^^^^^^^ Oct 13 05:22:00.442 INFO kablam! Oct 13 05:22:00.442 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 05:22:00.442 INFO kablam! --> src/worm_game/mod.rs:42:9 Oct 13 05:22:00.443 INFO kablam! | Oct 13 05:22:00.443 INFO kablam! 42 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 13 05:22:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:22:00.444 INFO kablam! Oct 13 05:22:00.444 INFO kablam! warning: function is never used: `debug_grid` Oct 13 05:22:00.444 INFO kablam! --> src/main.rs:38:1 Oct 13 05:22:00.444 INFO kablam! | Oct 13 05:22:00.445 INFO kablam! 38 | fn debug_grid(wg: &WormGame) { Oct 13 05:22:00.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:22:00.445 INFO kablam! Oct 13 05:22:04.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.54s Oct 13 05:22:04.724 INFO kablam! su: No module specific data is present Oct 13 05:22:05.907 INFO running `"docker" "rm" "-f" "1d5d285348fb20b51f70ce7e4e7503e63e96bd1ec1b52abedf69b0abd1ce2f50"` Oct 13 05:22:06.308 INFO blam! 1d5d285348fb20b51f70ce7e4e7503e63e96bd1ec1b52abedf69b0abd1ce2f50 Oct 13 05:22:06.309 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22:06.804 INFO blam! 160871530d945f228bbabf699aeea216b9a070a5f359722a0085e367aeda2936 Oct 13 05:22:06.804 INFO running `"docker" "start" "-a" "160871530d945f228bbabf699aeea216b9a070a5f359722a0085e367aeda2936"` Oct 13 05:22:08.403 INFO kablam! usermod: no changes Oct 13 05:22:08.684 INFO kablam! Compiling worm_vs_cube v0.1.0 (/source) Oct 13 05:22:10.879 INFO kablam! warning: unused variable: `w` Oct 13 05:22:10.879 INFO kablam! --> src/worm_game/play_area.rs:11:16 Oct 13 05:22:10.879 INFO kablam! | Oct 13 05:22:10.879 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:22:10.879 INFO kablam! | ^ help: consider using `_w` instead Oct 13 05:22:10.879 INFO kablam! | Oct 13 05:22:10.879 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:22:10.879 INFO kablam! Oct 13 05:22:10.879 INFO kablam! warning: unused variable: `h` Oct 13 05:22:10.879 INFO kablam! --> src/worm_game/play_area.rs:11:24 Oct 13 05:22:10.879 INFO kablam! | Oct 13 05:22:10.879 INFO kablam! 11 | pub fn new(w: f64, h: f64) -> PlayArea { Oct 13 05:22:10.879 INFO kablam! | ^ help: consider using `_h` instead Oct 13 05:22:10.879 INFO kablam! Oct 13 05:22:10.879 INFO kablam! warning: unused variable: `c` Oct 13 05:22:10.879 INFO kablam! --> src/worm_game/mod.rs:46:40 Oct 13 05:22:10.879 INFO kablam! | Oct 13 05:22:10.879 INFO kablam! 46 | self.gl.draw(args.viewport(), |c, gl| { Oct 13 05:22:10.879 INFO kablam! | ^ help: consider using `_c` instead Oct 13 05:22:10.879 INFO kablam! Oct 13 05:22:10.879 INFO kablam! warning: unused variable: `cube` Oct 13 05:22:10.879 INFO kablam! --> src/worm_game/mod.rs:54:26 Oct 13 05:22:10.879 INFO kablam! | Oct 13 05:22:10.879 INFO kablam! 54 | Some(cube) => { Oct 13 05:22:10.879 INFO kablam! | ^^^^ help: consider using `_cube` instead Oct 13 05:22:10.879 INFO kablam! Oct 13 05:22:10.907 INFO kablam! warning: field is never used: `length` Oct 13 05:22:10.907 INFO kablam! --> src/worm_game/worm.rs:2:5 Oct 13 05:22:10.908 INFO kablam! | Oct 13 05:22:10.908 INFO kablam! 2 | length: u8, Oct 13 05:22:10.908 INFO kablam! | ^^^^^^^^^^ Oct 13 05:22:10.908 INFO kablam! | Oct 13 05:22:10.908 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:22:10.908 INFO kablam! Oct 13 05:22:10.909 INFO kablam! warning: field is never used: `pos` Oct 13 05:22:10.909 INFO kablam! --> src/worm_game/worm.rs:3:5 Oct 13 05:22:10.909 INFO kablam! | Oct 13 05:22:10.909 INFO kablam! 3 | pos: f64, Oct 13 05:22:10.909 INFO kablam! | ^^^^^^^^ Oct 13 05:22:10.909 INFO kablam! Oct 13 05:22:10.909 INFO kablam! warning: field is never used: `hit_points` Oct 13 05:22:10.910 INFO kablam! --> src/worm_game/cube.rs:5:5 Oct 13 05:22:10.910 INFO kablam! | Oct 13 05:22:10.910 INFO kablam! 5 | hit_points: u8, Oct 13 05:22:10.910 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 05:22:10.910 INFO kablam! Oct 13 05:22:10.910 INFO kablam! warning: field is never used: `player` Oct 13 05:22:10.910 INFO kablam! --> src/worm_game/mod.rs:18:5 Oct 13 05:22:10.911 INFO kablam! | Oct 13 05:22:10.911 INFO kablam! 18 | player: Worm, Oct 13 05:22:10.911 INFO kablam! | ^^^^^^^^^^^^ Oct 13 05:22:10.911 INFO kablam! Oct 13 05:22:10.911 INFO kablam! warning: field is never used: `score` Oct 13 05:22:10.911 INFO kablam! --> src/worm_game/mod.rs:21:5 Oct 13 05:22:10.912 INFO kablam! | Oct 13 05:22:10.912 INFO kablam! 21 | score: i32, Oct 13 05:22:10.912 INFO kablam! | ^^^^^^^^^^ Oct 13 05:22:10.912 INFO kablam! Oct 13 05:22:10.912 INFO kablam! warning: constant item is never used: `GREEN` Oct 13 05:22:10.912 INFO kablam! --> src/worm_game/mod.rs:42:9 Oct 13 05:22:10.912 INFO kablam! | Oct 13 05:22:10.913 INFO kablam! 42 | const GREEN: [f32; 4] = [0.0, 1.0, 0.0, 1.0]; Oct 13 05:22:10.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:22:10.913 INFO kablam! Oct 13 05:22:10.913 INFO kablam! warning: function is never used: `debug_grid` Oct 13 05:22:10.913 INFO kablam! --> src/main.rs:38:1 Oct 13 05:22:10.913 INFO kablam! | Oct 13 05:22:10.913 INFO kablam! 38 | fn debug_grid(wg: &WormGame) { Oct 13 05:22:10.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:22:10.914 INFO kablam! Oct 13 05:22:11.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.03s Oct 13 05:22:11.479 INFO kablam! su: No module specific data is present Oct 13 05:22:12.863 INFO running `"docker" "rm" "-f" "160871530d945f228bbabf699aeea216b9a070a5f359722a0085e367aeda2936"` Oct 13 05:22:13.155 INFO blam! 160871530d945f228bbabf699aeea216b9a070a5f359722a0085e367aeda2936 Oct 13 05:22:13.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:22:13.722 INFO blam! 4e9bb76b916d3683135c5b989c026c632b00265a4e4c0ef71bd995ede71f833b Oct 13 05:22:13.725 INFO running `"docker" "start" "-a" "4e9bb76b916d3683135c5b989c026c632b00265a4e4c0ef71bd995ede71f833b"` Oct 13 05:22:16.087 INFO kablam! usermod: no changes Oct 13 05:22:16.383 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.27s Oct 13 05:22:16.403 INFO kablam! Running /target/debug/deps/worm_vs_cube-10b76bbb4bfd8db2 Oct 13 05:22:16.407 INFO blam! Oct 13 05:22:16.407 INFO blam! running 0 tests Oct 13 05:22:16.407 INFO blam! Oct 13 05:22:16.407 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 05:22:16.407 INFO blam! Oct 13 05:22:16.423 INFO kablam! su: No module specific data is present Oct 13 05:22:17.755 INFO running `"docker" "rm" "-f" "4e9bb76b916d3683135c5b989c026c632b00265a4e4c0ef71bd995ede71f833b"` Oct 13 05:22:18.075 INFO blam! 4e9bb76b916d3683135c5b989c026c632b00265a4e4c0ef71bd995ede71f833b