Oct 15 11:09:49.929 INFO testing Enet4/propan against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:09:49.929 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 15 11:09:50.277 INFO blam! 043243d8ffcace714bb92b0898456e283e4d72b695f86a7789f3cceec0d82302 Oct 15 11:09:50.279 INFO running `"docker" "start" "-a" "043243d8ffcace714bb92b0898456e283e4d72b695f86a7789f3cceec0d82302"` Oct 15 11:09:51.058 INFO kablam! usermod: no changes Oct 15 11:09:51.557 INFO kablam! Compiling num-complex v0.2.0 Oct 15 11:09:51.566 INFO kablam! Compiling piston2d-graphics v0.24.0 Oct 15 11:09:51.571 INFO kablam! Compiling clap v2.32.0 Oct 15 11:09:51.579 INFO kablam! Compiling approx v0.3.0 Oct 15 11:09:51.580 INFO kablam! Compiling derive_builder_core v0.2.0 Oct 15 11:09:51.581 INFO kablam! Compiling num-bigint v0.1.44 Oct 15 11:09:51.591 INFO kablam! Compiling pistoncore-input v0.20.0 Oct 15 11:09:51.607 INFO kablam! Compiling png v0.12.0 Oct 15 11:09:53.091 INFO kablam! Compiling rusttype v0.5.2 Oct 15 11:09:54.003 INFO kablam! Compiling failure v0.1.1 Oct 15 11:09:57.139 INFO kablam! Compiling winit v0.12.0 Oct 15 11:10:03.455 INFO kablam! Compiling num-rational v0.1.42 Oct 15 11:10:05.231 INFO kablam! Compiling alga v0.7.1 Oct 15 11:10:06.780 INFO kablam! Compiling derive_builder v0.5.1 Oct 15 11:10:08.168 INFO kablam! Compiling pistoncore-window v0.31.0 Oct 15 11:10:12.747 INFO kablam! Compiling image v0.19.0 Oct 15 11:10:12.749 INFO kablam! Compiling num v0.1.42 Oct 15 11:10:16.259 INFO kablam! Compiling conrod v0.59.1 Oct 15 11:10:33.939 INFO kablam! Compiling pistoncore-event_loop v0.36.0 Oct 15 11:10:34.063 INFO kablam! Compiling nalgebra v0.16.0 Oct 15 11:10:38.347 INFO kablam! Compiling glutin v0.14.0 Oct 15 11:10:39.009 INFO kablam! Compiling piston v0.36.0 Oct 15 11:10:45.503 INFO kablam! Compiling pistoncore-glutin_window v0.46.0 Oct 15 11:11:03.787 INFO kablam! Compiling piston-gfx_texture v0.32.0 Oct 15 11:11:19.671 INFO kablam! Compiling piston2d-gfx_graphics v0.51.0 Oct 15 11:12:05.525 INFO kablam! Compiling propan v0.1.2 (/source) Oct 15 11:12:13.291 INFO kablam! warning: unused variable: `c` Oct 15 11:12:13.292 INFO kablam! --> src/controller.rs:21:34 Oct 15 11:12:13.292 INFO kablam! | Oct 15 11:12:13.293 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 15 11:12:13.293 INFO kablam! | ^ help: consider using `_c` instead Oct 15 11:12:13.294 INFO kablam! | Oct 15 11:12:13.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:12:13.295 INFO kablam! Oct 15 11:12:13.296 INFO kablam! warning: unused variable: `cache` Oct 15 11:12:13.296 INFO kablam! --> src/controller.rs:21:46 Oct 15 11:12:13.297 INFO kablam! | Oct 15 11:12:13.297 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 15 11:12:13.298 INFO kablam! | ^^^^^ help: consider using `_cache` instead Oct 15 11:12:13.299 INFO kablam! Oct 15 11:12:13.299 INFO kablam! warning: unused variable: `g` Oct 15 11:12:13.300 INFO kablam! --> src/controller.rs:21:61 Oct 15 11:12:13.300 INFO kablam! | Oct 15 11:12:13.301 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 15 11:12:13.301 INFO kablam! | ^ help: consider using `_g` instead Oct 15 11:12:13.301 INFO kablam! Oct 15 11:12:13.301 INFO kablam! warning: unused variable: `x` Oct 15 11:12:13.301 INFO kablam! --> src/game/entities.rs:196:14 Oct 15 11:12:13.301 INFO kablam! | Oct 15 11:12:13.301 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 15 11:12:13.301 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:12:13.301 INFO kablam! Oct 15 11:12:13.301 INFO kablam! warning: unused variable: `y` Oct 15 11:12:13.301 INFO kablam! --> src/game/entities.rs:196:17 Oct 15 11:12:13.301 INFO kablam! | Oct 15 11:12:13.307 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 15 11:12:13.307 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:12:13.307 INFO kablam! Oct 15 11:12:13.814 INFO kablam! warning: function is never used: `load_all_levels` Oct 15 11:12:13.814 INFO kablam! --> src/level/mod.rs:33:1 Oct 15 11:12:13.814 INFO kablam! | Oct 15 11:12:13.814 INFO kablam! 33 | pub fn load_all_levels>(dir: P) -> DynResult> { Oct 15 11:12:13.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.814 INFO kablam! | Oct 15 11:12:13.814 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:12:13.814 INFO kablam! Oct 15 11:12:13.815 INFO kablam! warning: method is never used: `name` Oct 15 11:12:13.815 INFO kablam! --> src/level/mod.rs:150:5 Oct 15 11:12:13.815 INFO kablam! | Oct 15 11:12:13.815 INFO kablam! 150 | pub fn name(&self) -> &str { Oct 15 11:12:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.815 INFO kablam! Oct 15 11:12:13.815 INFO kablam! warning: method is never used: `version` Oct 15 11:12:13.815 INFO kablam! --> src/level/mod.rs:158:5 Oct 15 11:12:13.815 INFO kablam! | Oct 15 11:12:13.815 INFO kablam! 158 | pub fn version(&self) -> &str { Oct 15 11:12:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.815 INFO kablam! Oct 15 11:12:13.815 INFO kablam! warning: method is never used: `capacity` Oct 15 11:12:13.815 INFO kablam! --> src/game/ball.rs:77:5 Oct 15 11:12:13.815 INFO kablam! | Oct 15 11:12:13.815 INFO kablam! 77 | pub fn capacity(&self) -> f32 { Oct 15 11:12:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.815 INFO kablam! Oct 15 11:12:13.815 INFO kablam! warning: method is never used: `maximize_size` Oct 15 11:12:13.815 INFO kablam! --> src/game/ball.rs:126:5 Oct 15 11:12:13.815 INFO kablam! | Oct 15 11:12:13.815 INFO kablam! 126 | pub fn maximize_size(&mut self) { Oct 15 11:12:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.815 INFO kablam! Oct 15 11:12:13.815 INFO kablam! warning: method is never used: `size` Oct 15 11:12:13.815 INFO kablam! --> src/game/ball.rs:266:5 Oct 15 11:12:13.815 INFO kablam! | Oct 15 11:12:13.815 INFO kablam! 266 | pub fn size(&self) -> f32 { Oct 15 11:12:13.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.816 INFO kablam! Oct 15 11:12:13.816 INFO kablam! warning: method is never used: `add_position` Oct 15 11:12:13.816 INFO kablam! --> src/game/ball.rs:276:5 Oct 15 11:12:13.816 INFO kablam! | Oct 15 11:12:13.816 INFO kablam! 276 | pub fn add_position(&mut self, pos: Vector2) { Oct 15 11:12:13.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.816 INFO kablam! Oct 15 11:12:13.816 INFO kablam! warning: method is never used: `velocity` Oct 15 11:12:13.816 INFO kablam! --> src/game/ball.rs:281:5 Oct 15 11:12:13.816 INFO kablam! | Oct 15 11:12:13.816 INFO kablam! 281 | pub fn velocity(&self) -> Vector2 { Oct 15 11:12:13.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.816 INFO kablam! Oct 15 11:12:13.816 INFO kablam! warning: method is never used: `set_velocity` Oct 15 11:12:13.816 INFO kablam! --> src/game/ball.rs:286:5 Oct 15 11:12:13.816 INFO kablam! | Oct 15 11:12:13.816 INFO kablam! 286 | pub fn set_velocity(&mut self, velocity: Vector2) { Oct 15 11:12:13.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.816 INFO kablam! Oct 15 11:12:13.816 INFO kablam! warning: method is never used: `add_size` Oct 15 11:12:13.816 INFO kablam! --> src/game/ball.rs:291:5 Oct 15 11:12:13.816 INFO kablam! | Oct 15 11:12:13.816 INFO kablam! 291 | pub fn add_size(&mut self, extra_size: f32) { Oct 15 11:12:13.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:13.825 INFO kablam! Oct 15 11:12:13.825 INFO kablam! warning: field is never used: `res` Oct 15 11:12:13.825 INFO kablam! --> src/game/entities.rs:112:5 Oct 15 11:12:13.825 INFO kablam! | Oct 15 11:12:13.825 INFO kablam! 112 | res: R, Oct 15 11:12:13.825 INFO kablam! | ^^^^^^ Oct 15 11:12:13.825 INFO kablam! Oct 15 11:12:13.825 INFO kablam! warning: variant is never constructed: `Gem` Oct 15 11:12:13.825 INFO kablam! --> src/game/items.rs:6:5 Oct 15 11:12:13.825 INFO kablam! | Oct 15 11:12:13.825 INFO kablam! 6 | Gem, Oct 15 11:12:13.825 INFO kablam! | ^^^ Oct 15 11:12:13.825 INFO kablam! Oct 15 11:12:13.825 INFO kablam! warning: variant is never constructed: `PowerGem` Oct 15 11:12:13.825 INFO kablam! --> src/game/items.rs:7:5 Oct 15 11:12:13.825 INFO kablam! | Oct 15 11:12:13.825 INFO kablam! 7 | PowerGem, Oct 15 11:12:13.825 INFO kablam! | ^^^^^^^^ Oct 15 11:12:13.825 INFO kablam! Oct 15 11:12:13.825 INFO kablam! warning: variant is never constructed: `HealingGem` Oct 15 11:12:13.825 INFO kablam! --> src/game/items.rs:8:5 Oct 15 11:12:13.825 INFO kablam! | Oct 15 11:12:13.825 INFO kablam! 8 | HealingGem, Oct 15 11:12:13.825 INFO kablam! | ^^^^^^^^^^ Oct 15 11:12:13.825 INFO kablam! Oct 15 11:12:13.825 INFO kablam! warning: variant is never constructed: `Key` Oct 15 11:12:13.825 INFO kablam! --> src/game/items.rs:9:5 Oct 15 11:12:13.825 INFO kablam! | Oct 15 11:12:13.826 INFO kablam! 9 | Key(usize), Oct 15 11:12:13.826 INFO kablam! | ^^^^^^^^^^ Oct 15 11:12:13.826 INFO kablam! Oct 15 11:12:13.826 INFO kablam! warning: field is never used: `res` Oct 15 11:12:13.826 INFO kablam! --> src/game/mod.rs:25:5 Oct 15 11:12:13.826 INFO kablam! | Oct 15 11:12:13.826 INFO kablam! 25 | res: R, Oct 15 11:12:13.826 INFO kablam! | ^^^^^^ Oct 15 11:12:13.826 INFO kablam! Oct 15 11:12:13.826 INFO kablam! warning: variant is never constructed: `NoAudioSample` Oct 15 11:12:13.826 INFO kablam! --> src/resource/mod.rs:21:5 Oct 15 11:12:13.826 INFO kablam! | Oct 15 11:12:13.826 INFO kablam! 21 | / NoAudioSample { Oct 15 11:12:13.826 INFO kablam! 22 | | id: (), Oct 15 11:12:13.826 INFO kablam! 23 | | }, Oct 15 11:12:13.826 INFO kablam! | |_____^ Oct 15 11:12:13.826 INFO kablam! Oct 15 11:12:28.376 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 37s Oct 15 11:12:28.398 INFO kablam! su: No module specific data is present Oct 15 11:12:30.578 INFO running `"docker" "rm" "-f" "043243d8ffcace714bb92b0898456e283e4d72b695f86a7789f3cceec0d82302"` Oct 15 11:12:30.888 INFO blam! 043243d8ffcace714bb92b0898456e283e4d72b695f86a7789f3cceec0d82302 Oct 15 11:12:30.889 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 15 11:12:31.275 INFO blam! 6f9b115bd155ae9b129e623042f3cd77b8c7813531716a1a3f448d619598c685 Oct 15 11:12:31.277 INFO running `"docker" "start" "-a" "6f9b115bd155ae9b129e623042f3cd77b8c7813531716a1a3f448d619598c685"` Oct 15 11:12:32.998 INFO kablam! usermod: no changes Oct 15 11:12:33.461 INFO kablam! Compiling propan v0.1.2 (/source) Oct 15 11:12:41.514 INFO kablam! warning: unused variable: `c` Oct 15 11:12:41.514 INFO kablam! --> src/controller.rs:21:34 Oct 15 11:12:41.514 INFO kablam! | Oct 15 11:12:41.514 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 15 11:12:41.514 INFO kablam! | ^ help: consider using `_c` instead Oct 15 11:12:41.514 INFO kablam! | Oct 15 11:12:41.514 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 11:12:41.514 INFO kablam! Oct 15 11:12:41.514 INFO kablam! warning: unused variable: `cache` Oct 15 11:12:41.514 INFO kablam! --> src/controller.rs:21:46 Oct 15 11:12:41.514 INFO kablam! | Oct 15 11:12:41.514 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 15 11:12:41.514 INFO kablam! | ^^^^^ help: consider using `_cache` instead Oct 15 11:12:41.514 INFO kablam! Oct 15 11:12:41.514 INFO kablam! warning: unused variable: `g` Oct 15 11:12:41.514 INFO kablam! --> src/controller.rs:21:61 Oct 15 11:12:41.514 INFO kablam! | Oct 15 11:12:41.514 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 15 11:12:41.514 INFO kablam! | ^ help: consider using `_g` instead Oct 15 11:12:41.514 INFO kablam! Oct 15 11:12:41.515 INFO kablam! warning: unused variable: `x` Oct 15 11:12:41.515 INFO kablam! --> src/game/entities.rs:196:14 Oct 15 11:12:41.515 INFO kablam! | Oct 15 11:12:41.515 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 15 11:12:41.515 INFO kablam! | ^ help: consider using `_x` instead Oct 15 11:12:41.515 INFO kablam! Oct 15 11:12:41.516 INFO kablam! warning: unused variable: `y` Oct 15 11:12:41.516 INFO kablam! --> src/game/entities.rs:196:17 Oct 15 11:12:41.516 INFO kablam! | Oct 15 11:12:41.516 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 15 11:12:41.516 INFO kablam! | ^ help: consider using `_y` instead Oct 15 11:12:41.516 INFO kablam! Oct 15 11:12:42.027 INFO kablam! warning: function is never used: `load_all_levels` Oct 15 11:12:42.028 INFO kablam! --> src/level/mod.rs:33:1 Oct 15 11:12:42.028 INFO kablam! | Oct 15 11:12:42.028 INFO kablam! 33 | pub fn load_all_levels>(dir: P) -> DynResult> { Oct 15 11:12:42.029 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.029 INFO kablam! | Oct 15 11:12:42.029 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:12:42.029 INFO kablam! Oct 15 11:12:42.030 INFO kablam! warning: method is never used: `name` Oct 15 11:12:42.031 INFO kablam! --> src/level/mod.rs:150:5 Oct 15 11:12:42.031 INFO kablam! | Oct 15 11:12:42.032 INFO kablam! 150 | pub fn name(&self) -> &str { Oct 15 11:12:42.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.032 INFO kablam! Oct 15 11:12:42.033 INFO kablam! warning: method is never used: `version` Oct 15 11:12:42.034 INFO kablam! --> src/level/mod.rs:158:5 Oct 15 11:12:42.034 INFO kablam! | Oct 15 11:12:42.034 INFO kablam! 158 | pub fn version(&self) -> &str { Oct 15 11:12:42.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.035 INFO kablam! Oct 15 11:12:42.036 INFO kablam! warning: method is never used: `capacity` Oct 15 11:12:42.036 INFO kablam! --> src/game/ball.rs:77:5 Oct 15 11:12:42.036 INFO kablam! | Oct 15 11:12:42.036 INFO kablam! 77 | pub fn capacity(&self) -> f32 { Oct 15 11:12:42.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.036 INFO kablam! Oct 15 11:12:42.037 INFO kablam! warning: method is never used: `maximize_size` Oct 15 11:12:42.037 INFO kablam! --> src/game/ball.rs:126:5 Oct 15 11:12:42.037 INFO kablam! | Oct 15 11:12:42.037 INFO kablam! 126 | pub fn maximize_size(&mut self) { Oct 15 11:12:42.037 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.037 INFO kablam! Oct 15 11:12:42.038 INFO kablam! warning: method is never used: `size` Oct 15 11:12:42.038 INFO kablam! --> src/game/ball.rs:266:5 Oct 15 11:12:42.039 INFO kablam! | Oct 15 11:12:42.039 INFO kablam! 266 | pub fn size(&self) -> f32 { Oct 15 11:12:42.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.039 INFO kablam! Oct 15 11:12:42.039 INFO kablam! warning: method is never used: `add_position` Oct 15 11:12:42.039 INFO kablam! --> src/game/ball.rs:276:5 Oct 15 11:12:42.039 INFO kablam! | Oct 15 11:12:42.039 INFO kablam! 276 | pub fn add_position(&mut self, pos: Vector2) { Oct 15 11:12:42.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.039 INFO kablam! Oct 15 11:12:42.039 INFO kablam! warning: method is never used: `velocity` Oct 15 11:12:42.039 INFO kablam! --> src/game/ball.rs:281:5 Oct 15 11:12:42.039 INFO kablam! | Oct 15 11:12:42.039 INFO kablam! 281 | pub fn velocity(&self) -> Vector2 { Oct 15 11:12:42.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.041 INFO kablam! Oct 15 11:12:42.041 INFO kablam! warning: method is never used: `set_velocity` Oct 15 11:12:42.041 INFO kablam! --> src/game/ball.rs:286:5 Oct 15 11:12:42.041 INFO kablam! | Oct 15 11:12:42.041 INFO kablam! 286 | pub fn set_velocity(&mut self, velocity: Vector2) { Oct 15 11:12:42.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.041 INFO kablam! Oct 15 11:12:42.041 INFO kablam! warning: method is never used: `add_size` Oct 15 11:12:42.041 INFO kablam! --> src/game/ball.rs:291:5 Oct 15 11:12:42.041 INFO kablam! | Oct 15 11:12:42.041 INFO kablam! 291 | pub fn add_size(&mut self, extra_size: f32) { Oct 15 11:12:42.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:12:42.041 INFO kablam! Oct 15 11:12:42.041 INFO kablam! warning: field is never used: `res` Oct 15 11:12:42.041 INFO kablam! --> src/game/entities.rs:112:5 Oct 15 11:12:42.041 INFO kablam! | Oct 15 11:12:42.041 INFO kablam! 112 | res: R, Oct 15 11:12:42.043 INFO kablam! | ^^^^^^ Oct 15 11:12:42.043 INFO kablam! Oct 15 11:12:42.043 INFO kablam! warning: variant is never constructed: `Gem` Oct 15 11:12:42.043 INFO kablam! --> src/game/items.rs:6:5 Oct 15 11:12:42.043 INFO kablam! | Oct 15 11:12:42.043 INFO kablam! 6 | Gem, Oct 15 11:12:42.043 INFO kablam! | ^^^ Oct 15 11:12:42.043 INFO kablam! Oct 15 11:12:42.043 INFO kablam! warning: variant is never constructed: `PowerGem` Oct 15 11:12:42.043 INFO kablam! --> src/game/items.rs:7:5 Oct 15 11:12:42.043 INFO kablam! | Oct 15 11:12:42.043 INFO kablam! 7 | PowerGem, Oct 15 11:12:42.044 INFO kablam! | ^^^^^^^^ Oct 15 11:12:42.044 INFO kablam! Oct 15 11:12:42.044 INFO kablam! warning: variant is never constructed: `HealingGem` Oct 15 11:12:42.044 INFO kablam! --> src/game/items.rs:8:5 Oct 15 11:12:42.044 INFO kablam! | Oct 15 11:12:42.044 INFO kablam! 8 | HealingGem, Oct 15 11:12:42.044 INFO kablam! | ^^^^^^^^^^ Oct 15 11:12:42.044 INFO kablam! Oct 15 11:12:42.044 INFO kablam! warning: variant is never constructed: `Key` Oct 15 11:12:42.044 INFO kablam! --> src/game/items.rs:9:5 Oct 15 11:12:42.044 INFO kablam! | Oct 15 11:12:42.044 INFO kablam! 9 | Key(usize), Oct 15 11:12:42.044 INFO kablam! | ^^^^^^^^^^ Oct 15 11:12:42.044 INFO kablam! Oct 15 11:12:42.044 INFO kablam! warning: field is never used: `res` Oct 15 11:12:42.047 INFO kablam! --> src/game/mod.rs:25:5 Oct 15 11:12:42.047 INFO kablam! | Oct 15 11:12:42.047 INFO kablam! 25 | res: R, Oct 15 11:12:42.047 INFO kablam! | ^^^^^^ Oct 15 11:12:42.047 INFO kablam! Oct 15 11:12:42.047 INFO kablam! warning: variant is never constructed: `NoAudioSample` Oct 15 11:12:42.047 INFO kablam! --> src/resource/mod.rs:21:5 Oct 15 11:12:42.047 INFO kablam! | Oct 15 11:12:42.047 INFO kablam! 21 | / NoAudioSample { Oct 15 11:12:42.047 INFO kablam! 22 | | id: (), Oct 15 11:12:42.047 INFO kablam! 23 | | }, Oct 15 11:12:42.047 INFO kablam! | |_____^ Oct 15 11:12:42.047 INFO kablam! Oct 15 11:12:42.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.83s Oct 15 11:12:42.878 INFO kablam! su: No module specific data is present Oct 15 11:12:44.575 INFO running `"docker" "rm" "-f" "6f9b115bd155ae9b129e623042f3cd77b8c7813531716a1a3f448d619598c685"` Oct 15 11:12:44.976 INFO blam! 6f9b115bd155ae9b129e623042f3cd77b8c7813531716a1a3f448d619598c685 Oct 15 11:12:44.979 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 15 11:12:45.488 INFO blam! a2c7dc6e0b401e53dcb4462425671ed58407d2aa6ed3a8cdfd5069214e821ddb Oct 15 11:12:45.490 INFO running `"docker" "start" "-a" "a2c7dc6e0b401e53dcb4462425671ed58407d2aa6ed3a8cdfd5069214e821ddb"` Oct 15 11:12:47.703 INFO kablam! usermod: no changes Oct 15 11:12:47.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.25s Oct 15 11:12:47.987 INFO kablam! Running /target/debug/deps/propan-a6dfe6f2738a8c0a Oct 15 11:12:47.990 INFO blam! Oct 15 11:12:48.012 INFO kablam! su: No module specific data is present Oct 15 11:12:48.012 INFO blam! running 0 tests Oct 15 11:12:48.012 INFO blam! Oct 15 11:12:48.012 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:12:48.012 INFO blam! Oct 15 11:12:49.039 INFO running `"docker" "rm" "-f" "a2c7dc6e0b401e53dcb4462425671ed58407d2aa6ed3a8cdfd5069214e821ddb"` Oct 15 11:12:49.252 INFO blam! a2c7dc6e0b401e53dcb4462425671ed58407d2aa6ed3a8cdfd5069214e821ddb