Oct 12 21:04:49.678 INFO testing tomc1998/rust-2d-game-engine against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:04:49.678 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:04:50.096 INFO blam! 8ece4e061e4c21f8560eb7d8cfe7b42d77e1ed6bed1ef84f1bbdf32afd582671 Oct 12 21:04:50.098 INFO running `"docker" "start" "-a" "8ece4e061e4c21f8560eb7d8cfe7b42d77e1ed6bed1ef84f1bbdf32afd582671"` Oct 12 21:04:52.345 INFO kablam! usermod: no changes Oct 12 21:04:52.663 INFO kablam! Compiling phf_shared v0.7.20 Oct 12 21:04:52.671 INFO kablam! Compiling serde v0.8.19 Oct 12 21:04:52.679 INFO kablam! Compiling gcc v0.3.40 Oct 12 21:04:52.683 INFO kablam! Compiling rand v0.3.15 Oct 12 21:04:52.703 INFO kablam! Compiling xml-rs v0.3.5 Oct 12 21:04:52.703 INFO kablam! Compiling shared_library v0.1.5 Oct 12 21:04:52.712 INFO kablam! Compiling x11-dl v2.11.0 Oct 12 21:04:52.712 INFO kablam! Compiling fs2 v0.2.5 Oct 12 21:04:54.860 INFO kablam! Compiling memmap v0.2.3 Oct 12 21:04:54.863 INFO kablam! Compiling phf v0.7.20 Oct 12 21:04:58.288 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 21:05:02.864 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 12 21:05:04.405 INFO kablam! Compiling phf_generator v0.7.20 Oct 12 21:05:04.405 INFO kablam! Compiling tempfile v2.1.4 Oct 12 21:05:08.448 INFO kablam! Compiling phf_codegen v0.7.20 Oct 12 21:05:08.947 INFO kablam! Compiling wayland-scanner v0.5.11 Oct 12 21:05:08.947 INFO kablam! Compiling gl_generator v0.5.2 Oct 12 21:05:09.363 INFO kablam! Compiling backtrace v0.2.3 Oct 12 21:05:10.219 INFO kablam! Compiling target_build_utils v0.1.2 Oct 12 21:05:16.727 INFO kablam! Compiling wayland-client v0.5.12 Oct 12 21:05:16.996 INFO kablam! Compiling glutin v0.6.2 Oct 12 21:05:16.996 INFO kablam! Compiling glium v0.15.0 Oct 12 21:05:25.491 INFO kablam! Compiling serde_json v0.8.4 Oct 12 21:05:40.391 INFO kablam! Compiling libloading v0.3.1 Oct 12 21:05:45.544 INFO kablam! Compiling dlib v0.3.1 Oct 12 21:05:46.083 INFO kablam! Compiling wayland-sys v0.5.11 Oct 12 21:05:52.007 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 12 21:05:52.008 INFO kablam! Compiling wayland-window v0.2.3 Oct 12 21:06:25.815 INFO kablam! Compiling game_engine_1 v0.1.0 (/source) Oct 12 21:06:26.227 INFO kablam! warning: unused import: `std::marker::Copy` Oct 12 21:06:26.227 INFO kablam! --> src/engine/entity/mod.rs:7:5 Oct 12 21:06:26.227 INFO kablam! | Oct 12 21:06:26.227 INFO kablam! 7 | use std::marker::Copy; Oct 12 21:06:26.227 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.227 INFO kablam! | Oct 12 21:06:26.227 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:06:26.227 INFO kablam! Oct 12 21:06:26.291 INFO kablam! warning: unused variable: `engine` Oct 12 21:06:26.291 INFO kablam! --> src/engine/renderer/mod.rs:18:17 Oct 12 21:06:26.291 INFO kablam! | Oct 12 21:06:26.291 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 12 21:06:26.291 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 21:06:26.292 INFO kablam! | Oct 12 21:06:26.292 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:06:26.292 INFO kablam! Oct 12 21:06:26.294 INFO kablam! warning: unused variable: `engine` Oct 12 21:06:26.294 INFO kablam! --> src/screen/main_menu/mod.rs:33:20 Oct 12 21:06:26.294 INFO kablam! | Oct 12 21:06:26.294 INFO kablam! 33 | fn update(&self, engine: &mut engine::Engine) { Oct 12 21:06:26.294 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 21:06:26.294 INFO kablam! Oct 12 21:06:26.294 INFO kablam! warning: unused variable: `engine` Oct 12 21:06:26.294 INFO kablam! --> src/screen/main_menu/mod.rs:35:21 Oct 12 21:06:26.294 INFO kablam! | Oct 12 21:06:26.294 INFO kablam! 35 | fn on_hide(&self, engine: &mut engine::Engine) { Oct 12 21:06:26.294 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 21:06:26.294 INFO kablam! Oct 12 21:06:26.299 INFO kablam! warning: method is never used: `render` Oct 12 21:06:26.299 INFO kablam! --> src/engine/renderer/mod.rs:18:3 Oct 12 21:06:26.299 INFO kablam! | Oct 12 21:06:26.299 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 12 21:06:26.299 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.299 INFO kablam! | Oct 12 21:06:26.299 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:06:26.299 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: struct is never constructed: `SpriteAnimation` Oct 12 21:06:26.301 INFO kablam! --> src/engine/resource/animation.rs:3:1 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 3 | pub struct SpriteAnimation { Oct 12 21:06:26.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.301 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: field is never used: `r` Oct 12 21:06:26.301 INFO kablam! --> src/engine/common/color.rs:2:3 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 2 | r: f32, Oct 12 21:06:26.301 INFO kablam! | ^^^^^^ Oct 12 21:06:26.301 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: field is never used: `g` Oct 12 21:06:26.301 INFO kablam! --> src/engine/common/color.rs:3:3 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 3 | g: f32, Oct 12 21:06:26.301 INFO kablam! | ^^^^^^ Oct 12 21:06:26.301 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: field is never used: `b` Oct 12 21:06:26.301 INFO kablam! --> src/engine/common/color.rs:4:3 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 4 | b: f32, Oct 12 21:06:26.301 INFO kablam! | ^^^^^^ Oct 12 21:06:26.301 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: struct is never constructed: `RGBAf32` Oct 12 21:06:26.301 INFO kablam! --> src/engine/common/color.rs:17:1 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 17 | pub struct RGBAf32 { Oct 12 21:06:26.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.301 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: method is never used: `add_component_animation_position` Oct 12 21:06:26.301 INFO kablam! --> src/engine/mod.rs:45:3 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 45 | pub fn add_component_animation_position(&mut self, c: core::ComponentAnimation) { Oct 12 21:06:26.301 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.301 INFO kablam! Oct 12 21:06:26.301 INFO kablam! warning: method is never used: `get_curr_state` Oct 12 21:06:26.301 INFO kablam! --> src/engine/mod.rs:56:3 Oct 12 21:06:26.301 INFO kablam! | Oct 12 21:06:26.301 INFO kablam! 56 | pub fn get_curr_state(&self) -> &state::State { Oct 12 21:06:26.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.302 INFO kablam! Oct 12 21:06:26.302 INFO kablam! warning: method is never used: `push_screen` Oct 12 21:06:26.302 INFO kablam! --> src/engine/mod.rs:74:3 Oct 12 21:06:26.302 INFO kablam! | Oct 12 21:06:26.302 INFO kablam! 74 | pub fn push_screen(&mut self, screen: &'a screen::Screen) { Oct 12 21:06:26.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.302 INFO kablam! Oct 12 21:06:26.302 INFO kablam! warning: method is never used: `pop_screen` Oct 12 21:06:26.302 INFO kablam! --> src/engine/mod.rs:80:3 Oct 12 21:06:26.302 INFO kablam! | Oct 12 21:06:26.302 INFO kablam! 80 | pub fn pop_screen(&mut self) -> Option<&'a screen::Screen> { Oct 12 21:06:26.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.302 INFO kablam! Oct 12 21:06:26.302 INFO kablam! warning: method is never used: `pop_state` Oct 12 21:06:26.302 INFO kablam! --> src/engine/mod.rs:97:3 Oct 12 21:06:26.302 INFO kablam! | Oct 12 21:06:26.302 INFO kablam! 97 | pub fn pop_state(&mut self) -> Option { Oct 12 21:06:26.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:26.302 INFO kablam! Oct 12 21:06:27.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 12 21:06:27.151 INFO kablam! su: No module specific data is present Oct 12 21:06:28.756 INFO running `"docker" "rm" "-f" "8ece4e061e4c21f8560eb7d8cfe7b42d77e1ed6bed1ef84f1bbdf32afd582671"` Oct 12 21:06:29.031 INFO blam! 8ece4e061e4c21f8560eb7d8cfe7b42d77e1ed6bed1ef84f1bbdf32afd582671 Oct 12 21:06:29.032 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:06:29.550 INFO blam! 2208f5b4c154d12123dca5f6fa0323fa7f799b4d4b06df347e131de893c9aee0 Oct 12 21:06:29.552 INFO running `"docker" "start" "-a" "2208f5b4c154d12123dca5f6fa0323fa7f799b4d4b06df347e131de893c9aee0"` Oct 12 21:06:32.343 INFO kablam! usermod: no changes Oct 12 21:06:32.572 INFO kablam! Compiling game_engine_1 v0.1.0 (/source) Oct 12 21:06:33.007 INFO kablam! warning: unused import: `std::marker::Copy` Oct 12 21:06:33.007 INFO kablam! --> src/engine/entity/mod.rs:7:5 Oct 12 21:06:33.007 INFO kablam! | Oct 12 21:06:33.007 INFO kablam! 7 | use std::marker::Copy; Oct 12 21:06:33.007 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.007 INFO kablam! | Oct 12 21:06:33.023 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:06:33.023 INFO kablam! Oct 12 21:06:33.078 INFO kablam! warning: unused variable: `engine` Oct 12 21:06:33.078 INFO kablam! --> src/engine/renderer/mod.rs:18:17 Oct 12 21:06:33.078 INFO kablam! | Oct 12 21:06:33.079 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 12 21:06:33.079 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 21:06:33.079 INFO kablam! | Oct 12 21:06:33.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:06:33.080 INFO kablam! Oct 12 21:06:33.081 INFO kablam! warning: unused variable: `engine` Oct 12 21:06:33.081 INFO kablam! --> src/screen/main_menu/mod.rs:33:20 Oct 12 21:06:33.081 INFO kablam! | Oct 12 21:06:33.082 INFO kablam! 33 | fn update(&self, engine: &mut engine::Engine) { Oct 12 21:06:33.082 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 21:06:33.082 INFO kablam! Oct 12 21:06:33.083 INFO kablam! warning: unused variable: `engine` Oct 12 21:06:33.083 INFO kablam! --> src/screen/main_menu/mod.rs:35:21 Oct 12 21:06:33.083 INFO kablam! | Oct 12 21:06:33.084 INFO kablam! 35 | fn on_hide(&self, engine: &mut engine::Engine) { Oct 12 21:06:33.084 INFO kablam! | ^^^^^^ help: consider using `_engine` instead Oct 12 21:06:33.084 INFO kablam! Oct 12 21:06:33.093 INFO kablam! warning: method is never used: `render` Oct 12 21:06:33.094 INFO kablam! --> src/engine/renderer/mod.rs:18:3 Oct 12 21:06:33.094 INFO kablam! | Oct 12 21:06:33.094 INFO kablam! 18 | pub fn render(engine: engine::Engine) { Oct 12 21:06:33.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.095 INFO kablam! | Oct 12 21:06:33.095 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:06:33.096 INFO kablam! Oct 12 21:06:33.096 INFO kablam! warning: struct is never constructed: `SpriteAnimation` Oct 12 21:06:33.096 INFO kablam! --> src/engine/resource/animation.rs:3:1 Oct 12 21:06:33.097 INFO kablam! | Oct 12 21:06:33.097 INFO kablam! 3 | pub struct SpriteAnimation { Oct 12 21:06:33.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.098 INFO kablam! Oct 12 21:06:33.098 INFO kablam! warning: field is never used: `r` Oct 12 21:06:33.098 INFO kablam! --> src/engine/common/color.rs:2:3 Oct 12 21:06:33.099 INFO kablam! | Oct 12 21:06:33.099 INFO kablam! 2 | r: f32, Oct 12 21:06:33.099 INFO kablam! | ^^^^^^ Oct 12 21:06:33.100 INFO kablam! Oct 12 21:06:33.100 INFO kablam! warning: field is never used: `g` Oct 12 21:06:33.100 INFO kablam! --> src/engine/common/color.rs:3:3 Oct 12 21:06:33.101 INFO kablam! | Oct 12 21:06:33.101 INFO kablam! 3 | g: f32, Oct 12 21:06:33.101 INFO kablam! | ^^^^^^ Oct 12 21:06:33.101 INFO kablam! Oct 12 21:06:33.102 INFO kablam! warning: field is never used: `b` Oct 12 21:06:33.102 INFO kablam! --> src/engine/common/color.rs:4:3 Oct 12 21:06:33.103 INFO kablam! | Oct 12 21:06:33.103 INFO kablam! 4 | b: f32, Oct 12 21:06:33.103 INFO kablam! | ^^^^^^ Oct 12 21:06:33.103 INFO kablam! Oct 12 21:06:33.104 INFO kablam! warning: struct is never constructed: `RGBAf32` Oct 12 21:06:33.104 INFO kablam! --> src/engine/common/color.rs:17:1 Oct 12 21:06:33.104 INFO kablam! | Oct 12 21:06:33.105 INFO kablam! 17 | pub struct RGBAf32 { Oct 12 21:06:33.105 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.105 INFO kablam! Oct 12 21:06:33.106 INFO kablam! warning: method is never used: `add_component_animation_position` Oct 12 21:06:33.106 INFO kablam! --> src/engine/mod.rs:45:3 Oct 12 21:06:33.106 INFO kablam! | Oct 12 21:06:33.107 INFO kablam! 45 | pub fn add_component_animation_position(&mut self, c: core::ComponentAnimation) { Oct 12 21:06:33.107 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.107 INFO kablam! Oct 12 21:06:33.108 INFO kablam! warning: method is never used: `get_curr_state` Oct 12 21:06:33.108 INFO kablam! --> src/engine/mod.rs:56:3 Oct 12 21:06:33.108 INFO kablam! | Oct 12 21:06:33.109 INFO kablam! 56 | pub fn get_curr_state(&self) -> &state::State { Oct 12 21:06:33.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.109 INFO kablam! Oct 12 21:06:33.109 INFO kablam! warning: method is never used: `push_screen` Oct 12 21:06:33.109 INFO kablam! --> src/engine/mod.rs:74:3 Oct 12 21:06:33.110 INFO kablam! | Oct 12 21:06:33.110 INFO kablam! 74 | pub fn push_screen(&mut self, screen: &'a screen::Screen) { Oct 12 21:06:33.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.110 INFO kablam! Oct 12 21:06:33.110 INFO kablam! warning: method is never used: `pop_screen` Oct 12 21:06:33.110 INFO kablam! --> src/engine/mod.rs:80:3 Oct 12 21:06:33.110 INFO kablam! | Oct 12 21:06:33.110 INFO kablam! 80 | pub fn pop_screen(&mut self) -> Option<&'a screen::Screen> { Oct 12 21:06:33.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.111 INFO kablam! Oct 12 21:06:33.111 INFO kablam! warning: method is never used: `pop_state` Oct 12 21:06:33.111 INFO kablam! --> src/engine/mod.rs:97:3 Oct 12 21:06:33.111 INFO kablam! | Oct 12 21:06:33.111 INFO kablam! 97 | pub fn pop_state(&mut self) -> Option { Oct 12 21:06:33.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:06:33.111 INFO kablam! Oct 12 21:06:33.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 12 21:06:33.743 INFO kablam! su: No module specific data is present Oct 12 21:06:35.023 INFO running `"docker" "rm" "-f" "2208f5b4c154d12123dca5f6fa0323fa7f799b4d4b06df347e131de893c9aee0"` Oct 12 21:06:35.439 INFO blam! 2208f5b4c154d12123dca5f6fa0323fa7f799b4d4b06df347e131de893c9aee0 Oct 12 21:06:35.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 12 21:06:36.055 INFO blam! e531b1fa70d5595bc35c534a647b5b986cadf292b1dce3107ce6aa38aecf8ad7 Oct 12 21:06:36.067 INFO running `"docker" "start" "-a" "e531b1fa70d5595bc35c534a647b5b986cadf292b1dce3107ce6aa38aecf8ad7"` Oct 12 21:06:37.319 INFO kablam! usermod: no changes Oct 12 21:06:37.531 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 12 21:06:37.551 INFO kablam! Running /target/debug/deps/game_engine_1-273db8954f36cd90 Oct 12 21:06:37.555 INFO kablam! su: No module specific data is present Oct 12 21:06:37.555 INFO blam! Oct 12 21:06:37.555 INFO blam! running 0 tests Oct 12 21:06:37.555 INFO blam! Oct 12 21:06:37.555 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:06:37.555 INFO blam! Oct 12 21:06:38.935 INFO running `"docker" "rm" "-f" "e531b1fa70d5595bc35c534a647b5b986cadf292b1dce3107ce6aa38aecf8ad7"` Oct 12 21:06:39.191 INFO blam! e531b1fa70d5595bc35c534a647b5b986cadf292b1dce3107ce6aa38aecf8ad7