Oct 10 22:20:12.103 INFO testing guiqulaxi/life-game-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:20:12.104 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:20:12.105 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 22:20:12.400 INFO blam! 5a33bce522748dcf03323e34ba47678886bae4018fe73ca5b679643d063effed Oct 10 22:20:12.406 INFO running `"docker" "start" "-a" "5a33bce522748dcf03323e34ba47678886bae4018fe73ca5b679643d063effed"` Oct 10 22:20:13.300 INFO kablam! usermod: no changes Oct 10 22:20:13.652 INFO kablam! Compiling enum_primitive v0.1.1 Oct 10 22:20:13.653 INFO kablam! Compiling num-rational v0.1.38 Oct 10 22:20:13.653 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 22:20:13.653 INFO kablam! Compiling gl v0.6.2 Oct 10 22:20:13.653 INFO kablam! Compiling glutin v0.8.1 Oct 10 22:20:13.654 INFO kablam! Compiling gfx_core v0.7.1 Oct 10 22:20:13.654 INFO kablam! Compiling wayland-sys v0.8.7 Oct 10 22:20:18.896 INFO kablam! Compiling rayon v0.8.1 Oct 10 22:20:18.896 INFO kablam! Compiling wayland-client v0.8.7 Oct 10 22:20:26.897 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 10 22:20:26.897 INFO kablam! Compiling wayland-window v0.5.0 Oct 10 22:20:28.369 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 22:20:34.008 INFO kablam! Compiling winit v0.6.4 Oct 10 22:20:37.216 INFO kablam! Compiling image v0.13.0 Oct 10 22:20:53.320 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 10 22:21:10.809 INFO kablam! Compiling gfx v0.16.0 Oct 10 22:21:10.809 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 10 22:21:18.812 INFO kablam! Compiling piston-gfx_texture v0.24.0 Oct 10 22:21:21.723 INFO kablam! Compiling piston2d-gfx_graphics v0.40.0 Oct 10 22:21:27.520 INFO kablam! Compiling piston_window v0.66.0 Oct 10 22:21:31.991 INFO kablam! Compiling life_game v0.1.0 (/source) Oct 10 22:21:36.220 INFO kablam! warning: unused variable: `arg` Oct 10 22:21:36.220 INFO kablam! --> src/main.rs:37:23 Oct 10 22:21:36.220 INFO kablam! | Oct 10 22:21:36.220 INFO kablam! 37 | event.update(|arg| { Oct 10 22:21:36.220 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 10 22:21:36.220 INFO kablam! | Oct 10 22:21:36.220 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:21:36.220 INFO kablam! Oct 10 22:21:36.220 INFO kablam! warning: unused variable: `key` Oct 10 22:21:36.220 INFO kablam! --> src/main.rs:26:38 Oct 10 22:21:36.220 INFO kablam! | Oct 10 22:21:36.220 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 10 22:21:36.220 INFO kablam! | ^^^ help: consider using `_key` instead Oct 10 22:21:36.221 INFO kablam! Oct 10 22:21:36.221 INFO kablam! warning: unused variable: `delta_time` Oct 10 22:21:36.221 INFO kablam! --> src/game.rs:74:31 Oct 10 22:21:36.221 INFO kablam! | Oct 10 22:21:36.221 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 10 22:21:36.221 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 22:21:36.221 INFO kablam! Oct 10 22:21:36.221 INFO kablam! warning: function is never used: `draw_rectange` Oct 10 22:21:36.221 INFO kablam! --> src/drawing.rs:24:1 Oct 10 22:21:36.221 INFO kablam! | Oct 10 22:21:36.221 INFO kablam! 24 | pub fn draw_rectange(color: Color, start_x: i32, start_y: i32, width: i32, height: i32, con: &Context, g: &mut G2d) { Oct 10 22:21:36.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:21:36.221 INFO kablam! | Oct 10 22:21:36.221 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:21:36.221 INFO kablam! Oct 10 22:21:36.221 INFO kablam! warning: method is never used: `update` Oct 10 22:21:36.221 INFO kablam! --> src/game.rs:74:6 Oct 10 22:21:36.221 INFO kablam! | Oct 10 22:21:36.221 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 10 22:21:36.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:21:36.221 INFO kablam! Oct 10 22:21:41.464 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 28s Oct 10 22:21:41.485 INFO kablam! su: No module specific data is present Oct 10 22:21:41.997 INFO running `"docker" "rm" "-f" "5a33bce522748dcf03323e34ba47678886bae4018fe73ca5b679643d063effed"` Oct 10 22:21:42.165 INFO blam! 5a33bce522748dcf03323e34ba47678886bae4018fe73ca5b679643d063effed Oct 10 22:21:42.169 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:21:42.169 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 22:21:42.504 INFO blam! 5d31a32a3a76794303db1739d72b699c1126ce17071d9a3d4164da8b87be4246 Oct 10 22:21:42.512 INFO running `"docker" "start" "-a" "5d31a32a3a76794303db1739d72b699c1126ce17071d9a3d4164da8b87be4246"` Oct 10 22:21:43.644 INFO kablam! usermod: no changes Oct 10 22:21:43.937 INFO kablam! Compiling life_game v0.1.0 (/source) Oct 10 22:21:49.336 INFO kablam! warning: unused variable: `arg` Oct 10 22:21:49.336 INFO kablam! --> src/main.rs:37:23 Oct 10 22:21:49.336 INFO kablam! | Oct 10 22:21:49.336 INFO kablam! 37 | event.update(|arg| { Oct 10 22:21:49.336 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 10 22:21:49.336 INFO kablam! | Oct 10 22:21:49.336 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:21:49.336 INFO kablam! Oct 10 22:21:49.336 INFO kablam! warning: unused variable: `key` Oct 10 22:21:49.336 INFO kablam! --> src/main.rs:26:38 Oct 10 22:21:49.336 INFO kablam! | Oct 10 22:21:49.336 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 10 22:21:49.336 INFO kablam! | ^^^ help: consider using `_key` instead Oct 10 22:21:49.336 INFO kablam! Oct 10 22:21:49.336 INFO kablam! warning: unused variable: `delta_time` Oct 10 22:21:49.336 INFO kablam! --> src/game.rs:74:31 Oct 10 22:21:49.336 INFO kablam! | Oct 10 22:21:49.336 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 10 22:21:49.336 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 22:21:49.337 INFO kablam! Oct 10 22:21:49.348 INFO kablam! warning: function is never used: `draw_rectange` Oct 10 22:21:49.348 INFO kablam! --> src/drawing.rs:24:1 Oct 10 22:21:49.348 INFO kablam! | Oct 10 22:21:49.348 INFO kablam! 24 | pub fn draw_rectange(color: Color, start_x: i32, start_y: i32, width: i32, height: i32, con: &Context, g: &mut G2d) { Oct 10 22:21:49.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:21:49.348 INFO kablam! | Oct 10 22:21:49.348 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:21:49.348 INFO kablam! Oct 10 22:21:49.348 INFO kablam! warning: method is never used: `update` Oct 10 22:21:49.348 INFO kablam! --> src/game.rs:74:6 Oct 10 22:21:49.348 INFO kablam! | Oct 10 22:21:49.348 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 10 22:21:49.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:21:49.348 INFO kablam! Oct 10 22:21:49.990 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.32s Oct 10 22:21:50.007 INFO kablam! su: No module specific data is present Oct 10 22:21:51.048 INFO running `"docker" "rm" "-f" "5d31a32a3a76794303db1739d72b699c1126ce17071d9a3d4164da8b87be4246"` Oct 10 22:21:51.408 INFO blam! 5d31a32a3a76794303db1739d72b699c1126ce17071d9a3d4164da8b87be4246 Oct 10 22:21:51.428 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:21:51.428 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 22:21:51.916 INFO blam! 481774f82b382d2f453da0d528e504cfff9992f885f6be953d02bf4f6c397791 Oct 10 22:21:51.916 INFO running `"docker" "start" "-a" "481774f82b382d2f453da0d528e504cfff9992f885f6be953d02bf4f6c397791"` Oct 10 22:21:53.338 INFO kablam! usermod: no changes Oct 10 22:21:53.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.18s Oct 10 22:21:53.564 INFO kablam! Running /target/debug/deps/life_game-20b3b81d24b0d486 Oct 10 22:21:53.583 INFO blam! Oct 10 22:21:53.583 INFO blam! running 0 tests Oct 10 22:21:53.584 INFO blam! Oct 10 22:21:53.584 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:21:53.584 INFO blam! Oct 10 22:21:53.588 INFO kablam! su: No module specific data is present Oct 10 22:21:54.719 INFO running `"docker" "rm" "-f" "481774f82b382d2f453da0d528e504cfff9992f885f6be953d02bf4f6c397791"` Oct 10 22:21:55.073 INFO blam! 481774f82b382d2f453da0d528e504cfff9992f885f6be953d02bf4f6c397791