Oct 14 19:18:53.879 INFO testing guiqulaxi/life-game-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:18:53.880 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 19:18:54.453 INFO blam! 7a04d5b4ab56adcf9fafdbb0cac560427f7c24b2857ba8e06ec7cd3e36bc339e Oct 14 19:18:54.457 INFO running `"docker" "start" "-a" "7a04d5b4ab56adcf9fafdbb0cac560427f7c24b2857ba8e06ec7cd3e36bc339e"` Oct 14 19:18:55.867 INFO kablam! usermod: no changes Oct 14 19:18:56.126 INFO kablam! Compiling num_cpus v1.5.1 Oct 14 19:18:56.126 INFO kablam! Compiling enum_primitive v0.1.1 Oct 14 19:18:56.126 INFO kablam! Compiling serde_json v0.9.10 Oct 14 19:18:56.126 INFO kablam! Compiling shared_library v0.1.5 Oct 14 19:18:56.126 INFO kablam! Compiling num-rational v0.1.38 Oct 14 19:18:56.126 INFO kablam! Compiling png v0.7.0 Oct 14 19:18:56.126 INFO kablam! Compiling gfx_gl v0.3.1 Oct 14 19:18:56.126 INFO kablam! Compiling gfx_core v0.7.1 Oct 14 19:18:57.219 INFO kablam! Compiling target_build_utils v0.3.1 Oct 14 19:19:01.991 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 19:19:01.992 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 19:19:05.301 INFO kablam! Compiling rayon v0.8.1 Oct 14 19:19:12.263 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 19:19:16.579 INFO kablam! Compiling libloading v0.3.4 Oct 14 19:19:19.179 INFO kablam! Compiling image v0.13.0 Oct 14 19:19:21.939 INFO kablam! Compiling dlib v0.3.1 Oct 14 19:19:22.491 INFO kablam! Compiling wayland-sys v0.8.7 Oct 14 19:19:25.075 INFO kablam! Compiling wayland-client v0.8.7 Oct 14 19:19:29.823 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 14 19:19:29.824 INFO kablam! Compiling wayland-window v0.5.0 Oct 14 19:19:34.945 INFO kablam! Compiling winit v0.6.4 Oct 14 19:19:53.879 INFO kablam! Compiling glutin v0.8.1 Oct 14 19:19:58.503 INFO kablam! Compiling pistoncore-glutin_window v0.37.0 Oct 14 19:20:10.507 INFO kablam! Compiling gfx v0.16.0 Oct 14 19:20:10.507 INFO kablam! Compiling gfx_device_gl v0.14.1 Oct 14 19:20:18.691 INFO kablam! Compiling piston-gfx_texture v0.24.0 Oct 14 19:20:19.747 INFO kablam! Compiling piston2d-gfx_graphics v0.40.0 Oct 14 19:20:22.420 INFO kablam! Compiling piston_window v0.66.0 Oct 14 19:20:23.584 INFO kablam! Compiling life_game v0.1.0 (/source) Oct 14 19:20:24.717 INFO kablam! warning: unused variable: `arg` Oct 14 19:20:24.717 INFO kablam! --> src/main.rs:37:23 Oct 14 19:20:24.717 INFO kablam! | Oct 14 19:20:24.717 INFO kablam! 37 | event.update(|arg| { Oct 14 19:20:24.717 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 19:20:24.717 INFO kablam! | Oct 14 19:20:24.717 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:20:24.717 INFO kablam! Oct 14 19:20:24.717 INFO kablam! warning: unused variable: `key` Oct 14 19:20:24.717 INFO kablam! --> src/main.rs:26:38 Oct 14 19:20:24.717 INFO kablam! | Oct 14 19:20:24.717 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 14 19:20:24.717 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 19:20:24.717 INFO kablam! Oct 14 19:20:24.717 INFO kablam! warning: unused variable: `delta_time` Oct 14 19:20:24.717 INFO kablam! --> src/game.rs:74:31 Oct 14 19:20:24.717 INFO kablam! | Oct 14 19:20:24.717 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:24.717 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 14 19:20:24.717 INFO kablam! Oct 14 19:20:24.727 INFO kablam! warning: function is never used: `draw_rectange` Oct 14 19:20:24.727 INFO kablam! --> src/drawing.rs:24:1 Oct 14 19:20:24.727 INFO kablam! | Oct 14 19:20:24.727 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:24.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:24.727 INFO kablam! | Oct 14 19:20:24.727 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:20:24.727 INFO kablam! Oct 14 19:20:24.727 INFO kablam! warning: method is never used: `update` Oct 14 19:20:24.727 INFO kablam! --> src/game.rs:74:6 Oct 14 19:20:24.727 INFO kablam! | Oct 14 19:20:24.727 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:24.727 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:24.727 INFO kablam! Oct 14 19:20:27.579 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 31s Oct 14 19:20:27.579 INFO kablam! su: No module specific data is present Oct 14 19:20:28.126 INFO running `"docker" "rm" "-f" "7a04d5b4ab56adcf9fafdbb0cac560427f7c24b2857ba8e06ec7cd3e36bc339e"` Oct 14 19:20:28.414 INFO blam! 7a04d5b4ab56adcf9fafdbb0cac560427f7c24b2857ba8e06ec7cd3e36bc339e Oct 14 19:20:28.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 19:20:28.831 INFO blam! ba037586478b41ba64b79ca9e6b6125d86e78f8b4cbe633cb36f166a7329084a Oct 14 19:20:28.833 INFO running `"docker" "start" "-a" "ba037586478b41ba64b79ca9e6b6125d86e78f8b4cbe633cb36f166a7329084a"` Oct 14 19:20:30.107 INFO kablam! usermod: no changes Oct 14 19:20:30.355 INFO kablam! Compiling life_game v0.1.0 (/source) Oct 14 19:20:31.859 INFO kablam! warning: unused variable: `arg` Oct 14 19:20:31.859 INFO kablam! --> src/main.rs:37:23 Oct 14 19:20:31.859 INFO kablam! | Oct 14 19:20:31.859 INFO kablam! 37 | event.update(|arg| { Oct 14 19:20:31.859 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 14 19:20:31.859 INFO kablam! | Oct 14 19:20:31.859 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:20:31.859 INFO kablam! Oct 14 19:20:31.859 INFO kablam! warning: unused variable: `key` Oct 14 19:20:31.859 INFO kablam! --> src/main.rs:26:38 Oct 14 19:20:31.859 INFO kablam! | Oct 14 19:20:31.859 INFO kablam! 26 | if let Some(Button::Keyboard(key)) = event.press_args() { Oct 14 19:20:31.859 INFO kablam! | ^^^ help: consider using `_key` instead Oct 14 19:20:31.859 INFO kablam! Oct 14 19:20:31.859 INFO kablam! warning: unused variable: `delta_time` Oct 14 19:20:31.859 INFO kablam! --> src/game.rs:74:31 Oct 14 19:20:31.859 INFO kablam! | Oct 14 19:20:31.859 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:31.859 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 14 19:20:31.859 INFO kablam! Oct 14 19:20:31.863 INFO kablam! warning: function is never used: `draw_rectange` Oct 14 19:20:31.863 INFO kablam! --> src/drawing.rs:24:1 Oct 14 19:20:31.863 INFO kablam! | Oct 14 19:20:31.863 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:31.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:31.863 INFO kablam! | Oct 14 19:20:31.863 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:20:31.863 INFO kablam! Oct 14 19:20:31.863 INFO kablam! warning: method is never used: `update` Oct 14 19:20:31.863 INFO kablam! --> src/game.rs:74:6 Oct 14 19:20:31.863 INFO kablam! | Oct 14 19:20:31.863 INFO kablam! 74 | pub fn update(&mut self, delta_time: f64) { Oct 14 19:20:31.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:20:31.863 INFO kablam! Oct 14 19:20:32.475 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.33s Oct 14 19:20:32.495 INFO kablam! su: No module specific data is present Oct 14 19:20:33.525 INFO running `"docker" "rm" "-f" "ba037586478b41ba64b79ca9e6b6125d86e78f8b4cbe633cb36f166a7329084a"` Oct 14 19:20:33.731 INFO blam! ba037586478b41ba64b79ca9e6b6125d86e78f8b4cbe633cb36f166a7329084a Oct 14 19:20:33.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 19:20:34.328 INFO blam! 48f11dc6074f94610760f6e5cb1bd29e36018c666e32e771bc5a843b91d052bc Oct 14 19:20:34.330 INFO running `"docker" "start" "-a" "48f11dc6074f94610760f6e5cb1bd29e36018c666e32e771bc5a843b91d052bc"` Oct 14 19:20:35.832 INFO kablam! usermod: no changes Oct 14 19:20:36.085 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 14 19:20:36.103 INFO kablam! Running /target/debug/deps/life_game-72e995081a624d1e Oct 14 19:20:36.107 INFO blam! Oct 14 19:20:36.108 INFO blam! running 0 tests Oct 14 19:20:36.108 INFO blam! Oct 14 19:20:36.108 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:20:36.109 INFO blam! Oct 14 19:20:36.110 INFO kablam! su: No module specific data is present Oct 14 19:20:37.052 INFO running `"docker" "rm" "-f" "48f11dc6074f94610760f6e5cb1bd29e36018c666e32e771bc5a843b91d052bc"` Oct 14 19:20:37.352 INFO blam! 48f11dc6074f94610760f6e5cb1bd29e36018c666e32e771bc5a843b91d052bc