Oct 14 19:19:02.289 INFO testing guiqulaxi/life-game-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:19:02.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 19:19:02.749 INFO blam! ecd85c3a8223be4cfa7db2691931a604c6900a1ba3ef7568c4b80c9cf80fa6ad Oct 14 19:19:02.753 INFO running `"docker" "start" "-a" "ecd85c3a8223be4cfa7db2691931a604c6900a1ba3ef7568c4b80c9cf80fa6ad"` Oct 14 19:19:03.655 INFO kablam! usermod: no changes Oct 14 19:19:03.983 INFO kablam! Compiling either v1.1.0 Oct 14 19:19:03.983 INFO kablam! Compiling num_cpus v1.5.1 Oct 14 19:19:03.991 INFO kablam! Compiling shared_library v0.1.5 Oct 14 19:19:04.004 INFO kablam! Compiling gfx_gl v0.3.1 Oct 14 19:19:04.007 INFO kablam! Compiling target_build_utils v0.3.1 Oct 14 19:19:05.471 INFO kablam! Compiling coco v0.1.1 Oct 14 19:19:05.483 INFO kablam! Compiling itertools v0.5.10 Oct 14 19:19:05.554 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 19:19:08.599 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 19:19:11.263 INFO kablam! Compiling derivative v1.0.0 Oct 14 19:19:12.779 INFO kablam! Compiling rayon v0.8.1 Oct 14 19:19:19.980 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 19:19:26.955 INFO kablam! Compiling gfx_core v0.7.1 Oct 14 19:19:27.943 INFO kablam! Compiling image v0.13.0 Oct 14 19:19:28.179 INFO kablam! Compiling libloading v0.3.4 Oct 14 19:19:34.362 INFO kablam! Compiling dlib v0.3.1 Oct 14 19:19:35.129 INFO kablam! Compiling wayland-sys v0.8.7 Oct 14 19:19:38.691 INFO kablam! Compiling wayland-client v0.8.7 Oct 14 19:19:44.764 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 14 19:19:44.765 INFO kablam! Compiling wayland-window v0.5.0 Oct 14 19:19:50.823 INFO kablam! Compiling winit v0.6.4 Oct 14 19:20:05.695 INFO kablam! Compiling glutin v0.8.1 Oct 14 19:20:10.079 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 14 19:20:25.838 INFO kablam! Compiling gfx v0.16.0 Oct 14 19:20:25.838 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 14 19:20:33.600 INFO kablam! Compiling piston-gfx_texture v0.24.0 Oct 14 19:20:35.263 INFO kablam! Compiling piston2d-gfx_graphics v0.40.0 Oct 14 19:20:39.151 INFO kablam! Compiling piston_window v0.66.0 Oct 14 19:20:40.839 INFO kablam! Compiling life_game v0.1.0 (/source) Oct 14 19:20:42.344 INFO kablam! warning: unused variable: `arg` Oct 14 19:20:42.344 INFO kablam! --> src/main.rs:37:23 Oct 14 19:20:42.344 INFO kablam! | Oct 14 19:20:42.344 INFO kablam! 37 | event.update(|arg| { Oct 14 19:20:42.344 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 19:20:42.351 INFO kablam! | Oct 14 19:20:42.351 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:20:42.351 INFO kablam! Oct 14 19:20:42.351 INFO kablam! warning: unused variable: `key` Oct 14 19:20:42.351 INFO kablam! --> src/main.rs:26:38 Oct 14 19:20:42.351 INFO kablam! | Oct 14 19:20:42.351 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 14 19:20:42.351 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 19:20:42.351 INFO kablam! Oct 14 19:20:42.351 INFO kablam! warning: unused variable: `delta_time` Oct 14 19:20:42.351 INFO kablam! --> src/game.rs:74:31 Oct 14 19:20:42.351 INFO kablam! | Oct 14 19:20:42.351 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:42.351 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 14 19:20:42.351 INFO kablam! Oct 14 19:20:42.359 INFO kablam! warning: function is never used: `draw_rectange` Oct 14 19:20:42.359 INFO kablam! --> src/drawing.rs:24:1 Oct 14 19:20:42.359 INFO kablam! | Oct 14 19:20:42.359 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 14 19:20:42.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:42.359 INFO kablam! | Oct 14 19:20:42.359 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:20:42.359 INFO kablam! Oct 14 19:20:42.359 INFO kablam! warning: method is never used: `update` Oct 14 19:20:42.359 INFO kablam! --> src/game.rs:74:6 Oct 14 19:20:42.359 INFO kablam! | Oct 14 19:20:42.359 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:42.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:42.359 INFO kablam! Oct 14 19:20:47.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 43s Oct 14 19:20:47.559 INFO kablam! su: No module specific data is present Oct 14 19:20:48.021 INFO running `"docker" "rm" "-f" "ecd85c3a8223be4cfa7db2691931a604c6900a1ba3ef7568c4b80c9cf80fa6ad"` Oct 14 19:20:48.161 INFO blam! ecd85c3a8223be4cfa7db2691931a604c6900a1ba3ef7568c4b80c9cf80fa6ad Oct 14 19:20:48.166 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 19:20:48.453 INFO blam! f875649a44540fb33bebb50a51bbaee27695dcc0e07e4e6740cdcd1a748a13d0 Oct 14 19:20:48.456 INFO running `"docker" "start" "-a" "f875649a44540fb33bebb50a51bbaee27695dcc0e07e4e6740cdcd1a748a13d0"` Oct 14 19:20:49.088 INFO kablam! usermod: no changes Oct 14 19:20:49.234 INFO kablam! Compiling life_game v0.1.0 (/source) Oct 14 19:20:50.362 INFO kablam! warning: unused variable: `arg` Oct 14 19:20:50.362 INFO kablam! --> src/main.rs:37:23 Oct 14 19:20:50.362 INFO kablam! | Oct 14 19:20:50.362 INFO kablam! 37 | event.update(|arg| { Oct 14 19:20:50.362 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 19:20:50.362 INFO kablam! | Oct 14 19:20:50.362 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:20:50.362 INFO kablam! Oct 14 19:20:50.362 INFO kablam! warning: unused variable: `key` Oct 14 19:20:50.362 INFO kablam! --> src/main.rs:26:38 Oct 14 19:20:50.362 INFO kablam! | Oct 14 19:20:50.362 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 14 19:20:50.362 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 19:20:50.362 INFO kablam! Oct 14 19:20:50.362 INFO kablam! warning: unused variable: `delta_time` Oct 14 19:20:50.362 INFO kablam! --> src/game.rs:74:31 Oct 14 19:20:50.362 INFO kablam! | Oct 14 19:20:50.362 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:50.362 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 14 19:20:50.362 INFO kablam! Oct 14 19:20:50.371 INFO kablam! warning: function is never used: `draw_rectange` Oct 14 19:20:50.371 INFO kablam! --> src/drawing.rs:24:1 Oct 14 19:20:50.371 INFO kablam! | Oct 14 19:20:50.371 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 14 19:20:50.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:50.371 INFO kablam! | Oct 14 19:20:50.371 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:20:50.371 INFO kablam! Oct 14 19:20:50.371 INFO kablam! warning: method is never used: `update` Oct 14 19:20:50.371 INFO kablam! --> src/game.rs:74:6 Oct 14 19:20:50.371 INFO kablam! | Oct 14 19:20:50.371 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:50.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:50.371 INFO kablam! Oct 14 19:20:50.804 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.70s Oct 14 19:20:50.814 INFO kablam! su: No module specific data is present Oct 14 19:20:51.199 INFO running `"docker" "rm" "-f" "f875649a44540fb33bebb50a51bbaee27695dcc0e07e4e6740cdcd1a748a13d0"` Oct 14 19:20:51.300 INFO blam! f875649a44540fb33bebb50a51bbaee27695dcc0e07e4e6740cdcd1a748a13d0 Oct 14 19:20:51.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 14 19:20:51.641 INFO blam! 8757faa8703cfc059efceb7a6036d64d763c99349271d85162d2c9146676fb61 Oct 14 19:20:51.642 INFO running `"docker" "start" "-a" "8757faa8703cfc059efceb7a6036d64d763c99349271d85162d2c9146676fb61"` Oct 14 19:20:52.479 INFO kablam! usermod: no changes Oct 14 19:20:52.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.22s Oct 14 19:20:52.743 INFO kablam! Running /target/debug/deps/life_game-20b3b81d24b0d486 Oct 14 19:20:52.751 INFO blam! Oct 14 19:20:52.751 INFO blam! running 0 tests Oct 14 19:20:52.751 INFO blam! Oct 14 19:20:52.751 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:52.751 INFO blam! Oct 14 19:20:52.759 INFO kablam! su: No module specific data is present Oct 14 19:20:53.403 INFO running `"docker" "rm" "-f" "8757faa8703cfc059efceb7a6036d64d763c99349271d85162d2c9146676fb61"` Oct 14 19:20:53.629 INFO blam! 8757faa8703cfc059efceb7a6036d64d763c99349271d85162d2c9146676fb61