Oct 14 21:09:48.528 INFO testing eugeneyche/breakout against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 21:09:48.529 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 21:09:49.024 INFO blam! a46538d5acd826fa5274ec835520240ccf3807b67d6e0bdb262d8faf68a3b818 Oct 14 21:09:49.027 INFO running `"docker" "start" "-a" "a46538d5acd826fa5274ec835520240ccf3807b67d6e0bdb262d8faf68a3b818"` Oct 14 21:09:50.970 INFO kablam! usermod: no changes Oct 14 21:09:51.234 INFO kablam! Compiling libz-sys v1.0.18 Oct 14 21:09:51.234 INFO kablam! Compiling freetype-sys v0.6.0 Oct 14 21:09:51.234 INFO kablam! Compiling log v0.4.1 Oct 14 21:09:51.263 INFO kablam! Compiling winit v0.13.1 Oct 14 21:09:52.843 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 21:09:57.555 INFO kablam! Compiling freetype-rs v0.18.0 Oct 14 21:10:00.548 INFO kablam! Compiling glutin v0.15.0 Oct 14 21:10:00.549 INFO kablam! Compiling gl v0.10.0 Oct 14 21:10:22.647 INFO kablam! Compiling breakout v0.1.0 (/source) Oct 14 21:10:23.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:23.519 INFO kablam! --> src/breakout.rs:243:20 Oct 14 21:10:23.519 INFO kablam! | Oct 14 21:10:23.519 INFO kablam! 243 | if (key_state == ElementState::Pressed) { Oct 14 21:10:23.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:23.519 INFO kablam! | Oct 14 21:10:23.519 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:10:23.519 INFO kablam! Oct 14 21:10:23.519 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:23.519 INFO kablam! --> src/breakout.rs:266:20 Oct 14 21:10:23.519 INFO kablam! | Oct 14 21:10:23.519 INFO kablam! 266 | if (key_state == ElementState::Pressed) { Oct 14 21:10:23.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:23.519 INFO kablam! Oct 14 21:10:23.539 INFO kablam! warning: unused imports: `ElementState`, `MouseButton`, `VirtualKeyCode` Oct 14 21:10:23.539 INFO kablam! --> src/main.rs:15:5 Oct 14 21:10:23.539 INFO kablam! | Oct 14 21:10:23.539 INFO kablam! 15 | ElementState, Oct 14 21:10:23.539 INFO kablam! | ^^^^^^^^^^^^ Oct 14 21:10:23.539 INFO kablam! ... Oct 14 21:10:23.539 INFO kablam! 22 | MouseButton, Oct 14 21:10:23.539 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:10:23.539 INFO kablam! 23 | VirtualKeyCode, Oct 14 21:10:23.539 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:10:23.539 INFO kablam! | Oct 14 21:10:23.539 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:10:23.539 INFO kablam! Oct 14 21:10:23.871 INFO kablam! warning: unused variable: `tr` Oct 14 21:10:23.871 INFO kablam! --> src/collision.rs:120:28 Oct 14 21:10:23.872 INFO kablam! | Oct 14 21:10:23.872 INFO kablam! 120 | if let Some((tl, side, tr)) = solve_line_rect(seg, Rectangle::new( Oct 14 21:10:23.872 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 21:10:23.872 INFO kablam! | Oct 14 21:10:23.873 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:10:23.873 INFO kablam! Oct 14 21:10:23.873 INFO kablam! warning: unused variable: `button` Oct 14 21:10:23.874 INFO kablam! --> src/breakout.rs:230:39 Oct 14 21:10:23.874 INFO kablam! | Oct 14 21:10:23.874 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:23.875 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 14 21:10:23.875 INFO kablam! Oct 14 21:10:23.875 INFO kablam! warning: unused variable: `state` Oct 14 21:10:23.875 INFO kablam! --> src/breakout.rs:230:60 Oct 14 21:10:23.875 INFO kablam! | Oct 14 21:10:23.876 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:23.876 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 21:10:23.876 INFO kablam! Oct 14 21:10:23.876 INFO kablam! warning: unused variable: `x` Oct 14 21:10:23.877 INFO kablam! --> src/breakout.rs:232:39 Oct 14 21:10:23.877 INFO kablam! | Oct 14 21:10:23.877 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:23.878 INFO kablam! | ^ help: consider using `_x` instead Oct 14 21:10:23.878 INFO kablam! Oct 14 21:10:23.878 INFO kablam! warning: unused variable: `y` Oct 14 21:10:23.878 INFO kablam! --> src/breakout.rs:232:47 Oct 14 21:10:23.879 INFO kablam! | Oct 14 21:10:23.879 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:23.879 INFO kablam! | ^ help: consider using `_y` instead Oct 14 21:10:23.879 INFO kablam! Oct 14 21:10:23.880 INFO kablam! warning: unused variable: `w` Oct 14 21:10:23.880 INFO kablam! --> src/breakout.rs:273:42 Oct 14 21:10:23.880 INFO kablam! | Oct 14 21:10:23.880 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:23.880 INFO kablam! | ^ help: consider using `_w` instead Oct 14 21:10:23.881 INFO kablam! Oct 14 21:10:23.881 INFO kablam! warning: unused variable: `h` Oct 14 21:10:23.881 INFO kablam! --> src/breakout.rs:273:50 Oct 14 21:10:23.881 INFO kablam! | Oct 14 21:10:23.881 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:23.882 INFO kablam! | ^ help: consider using `_h` instead Oct 14 21:10:23.882 INFO kablam! Oct 14 21:10:23.971 INFO kablam! warning: function is never used: `check_circle_contains` Oct 14 21:10:23.971 INFO kablam! --> src/collision.rs:56:1 Oct 14 21:10:23.972 INFO kablam! | Oct 14 21:10:23.972 INFO kablam! 56 | pub fn check_circle_contains(circle: Circle, p: Vec2) -> bool { Oct 14 21:10:23.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.973 INFO kablam! | Oct 14 21:10:23.973 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:10:23.973 INFO kablam! Oct 14 21:10:23.973 INFO kablam! warning: function is never used: `solve_line_circle` Oct 14 21:10:23.974 INFO kablam! --> src/collision.rs:77:1 Oct 14 21:10:23.974 INFO kablam! | Oct 14 21:10:23.974 INFO kablam! 77 | pub fn solve_line_circle(line: LineSegment, circle: Circle) -> Option { Oct 14 21:10:23.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.975 INFO kablam! Oct 14 21:10:23.975 INFO kablam! warning: struct is never constructed: `FontMeasure` Oct 14 21:10:23.976 INFO kablam! --> src/fonts.rs:29:1 Oct 14 21:10:23.976 INFO kablam! | Oct 14 21:10:23.976 INFO kablam! 29 | pub struct FontMeasure { Oct 14 21:10:23.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.977 INFO kablam! Oct 14 21:10:23.977 INFO kablam! warning: method is never used: `measure` Oct 14 21:10:23.977 INFO kablam! --> src/fonts.rs:41:5 Oct 14 21:10:23.978 INFO kablam! | Oct 14 21:10:23.978 INFO kablam! 41 | pub fn measure(&self, text: &str) -> FontMeasure { Oct 14 21:10:23.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.978 INFO kablam! Oct 14 21:10:23.979 INFO kablam! warning: method is never used: `new` Oct 14 21:10:23.979 INFO kablam! --> src/renderer.rs:110:5 Oct 14 21:10:23.979 INFO kablam! | Oct 14 21:10:23.980 INFO kablam! 110 | pub fn new(p: Vec2, w: f32, h: f32) -> Self { Oct 14 21:10:23.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.980 INFO kablam! Oct 14 21:10:23.980 INFO kablam! warning: method is never used: `draw` Oct 14 21:10:23.981 INFO kablam! --> src/renderer.rs:282:5 Oct 14 21:10:23.981 INFO kablam! | Oct 14 21:10:23.981 INFO kablam! 282 | pub fn draw(&mut self, from_x: f32, from_y: f32, to_x: f32, to_y: f32, color: &[f32; 4]) { Oct 14 21:10:23.982 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.982 INFO kablam! Oct 14 21:10:23.982 INFO kablam! warning: method is never used: `draw_line` Oct 14 21:10:23.983 INFO kablam! --> src/renderer.rs:423:5 Oct 14 21:10:23.983 INFO kablam! | Oct 14 21:10:23.983 INFO kablam! 423 | pub fn draw_line(&mut self, from: Vec2, to: Vec2, color: Color) { Oct 14 21:10:23.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:23.984 INFO kablam! Oct 14 21:10:28.470 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.47s Oct 14 21:10:28.479 INFO kablam! su: No module specific data is present Oct 14 21:10:29.335 INFO running `"docker" "rm" "-f" "a46538d5acd826fa5274ec835520240ccf3807b67d6e0bdb262d8faf68a3b818"` Oct 14 21:10:29.665 INFO blam! a46538d5acd826fa5274ec835520240ccf3807b67d6e0bdb262d8faf68a3b818 Oct 14 21:10:29.665 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 21:10:30.103 INFO blam! 8d45d639d2fdcf829a277c86e02fb36b50472958ed40456b480be110c40e9ac5 Oct 14 21:10:30.105 INFO running `"docker" "start" "-a" "8d45d639d2fdcf829a277c86e02fb36b50472958ed40456b480be110c40e9ac5"` Oct 14 21:10:31.654 INFO kablam! usermod: no changes Oct 14 21:10:31.855 INFO kablam! Compiling breakout v0.1.0 (/source) Oct 14 21:10:32.760 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:32.760 INFO kablam! --> src/breakout.rs:243:20 Oct 14 21:10:32.760 INFO kablam! | Oct 14 21:10:32.760 INFO kablam! 243 | if (key_state == ElementState::Pressed) { Oct 14 21:10:32.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:32.761 INFO kablam! | Oct 14 21:10:32.761 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:10:32.761 INFO kablam! Oct 14 21:10:32.761 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:32.762 INFO kablam! --> src/breakout.rs:266:20 Oct 14 21:10:32.762 INFO kablam! | Oct 14 21:10:32.762 INFO kablam! 266 | if (key_state == ElementState::Pressed) { Oct 14 21:10:32.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:32.763 INFO kablam! Oct 14 21:10:32.763 INFO kablam! warning: unused imports: `ElementState`, `MouseButton`, `VirtualKeyCode` Oct 14 21:10:32.764 INFO kablam! --> src/main.rs:15:5 Oct 14 21:10:32.764 INFO kablam! | Oct 14 21:10:32.764 INFO kablam! 15 | ElementState, Oct 14 21:10:32.764 INFO kablam! | ^^^^^^^^^^^^ Oct 14 21:10:32.765 INFO kablam! ... Oct 14 21:10:32.765 INFO kablam! 22 | MouseButton, Oct 14 21:10:32.765 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:10:32.766 INFO kablam! 23 | VirtualKeyCode, Oct 14 21:10:32.766 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:10:32.766 INFO kablam! | Oct 14 21:10:32.767 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:10:32.767 INFO kablam! Oct 14 21:10:33.100 INFO kablam! warning: unused variable: `tr` Oct 14 21:10:33.100 INFO kablam! --> src/collision.rs:120:28 Oct 14 21:10:33.100 INFO kablam! | Oct 14 21:10:33.101 INFO kablam! 120 | if let Some((tl, side, tr)) = solve_line_rect(seg, Rectangle::new( Oct 14 21:10:33.101 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 21:10:33.101 INFO kablam! | Oct 14 21:10:33.101 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:10:33.102 INFO kablam! Oct 14 21:10:33.102 INFO kablam! warning: unused variable: `button` Oct 14 21:10:33.102 INFO kablam! --> src/breakout.rs:230:39 Oct 14 21:10:33.103 INFO kablam! | Oct 14 21:10:33.103 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:33.103 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 14 21:10:33.103 INFO kablam! Oct 14 21:10:33.104 INFO kablam! warning: unused variable: `state` Oct 14 21:10:33.104 INFO kablam! --> src/breakout.rs:230:60 Oct 14 21:10:33.104 INFO kablam! | Oct 14 21:10:33.105 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:33.105 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 21:10:33.105 INFO kablam! Oct 14 21:10:33.105 INFO kablam! warning: unused variable: `x` Oct 14 21:10:33.106 INFO kablam! --> src/breakout.rs:232:39 Oct 14 21:10:33.106 INFO kablam! | Oct 14 21:10:33.106 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:33.110 INFO kablam! | ^ help: consider using `_x` instead Oct 14 21:10:33.110 INFO kablam! Oct 14 21:10:33.110 INFO kablam! warning: unused variable: `y` Oct 14 21:10:33.110 INFO kablam! --> src/breakout.rs:232:47 Oct 14 21:10:33.110 INFO kablam! | Oct 14 21:10:33.110 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:33.110 INFO kablam! | ^ help: consider using `_y` instead Oct 14 21:10:33.110 INFO kablam! Oct 14 21:10:33.110 INFO kablam! warning: unused variable: `w` Oct 14 21:10:33.110 INFO kablam! --> src/breakout.rs:273:42 Oct 14 21:10:33.110 INFO kablam! | Oct 14 21:10:33.110 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:33.110 INFO kablam! | ^ help: consider using `_w` instead Oct 14 21:10:33.110 INFO kablam! Oct 14 21:10:33.110 INFO kablam! warning: unused variable: `h` Oct 14 21:10:33.110 INFO kablam! --> src/breakout.rs:273:50 Oct 14 21:10:33.111 INFO kablam! | Oct 14 21:10:33.111 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:33.111 INFO kablam! | ^ help: consider using `_h` instead Oct 14 21:10:33.111 INFO kablam! Oct 14 21:10:33.199 INFO kablam! warning: function is never used: `check_circle_contains` Oct 14 21:10:33.199 INFO kablam! --> src/collision.rs:56:1 Oct 14 21:10:33.199 INFO kablam! | Oct 14 21:10:33.199 INFO kablam! 56 | pub fn check_circle_contains(circle: Circle, p: Vec2) -> bool { Oct 14 21:10:33.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.199 INFO kablam! | Oct 14 21:10:33.199 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:10:33.199 INFO kablam! Oct 14 21:10:33.199 INFO kablam! warning: function is never used: `solve_line_circle` Oct 14 21:10:33.199 INFO kablam! --> src/collision.rs:77:1 Oct 14 21:10:33.207 INFO kablam! | Oct 14 21:10:33.207 INFO kablam! 77 | pub fn solve_line_circle(line: LineSegment, circle: Circle) -> Option { Oct 14 21:10:33.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.207 INFO kablam! Oct 14 21:10:33.207 INFO kablam! warning: struct is never constructed: `FontMeasure` Oct 14 21:10:33.207 INFO kablam! --> src/fonts.rs:29:1 Oct 14 21:10:33.207 INFO kablam! | Oct 14 21:10:33.207 INFO kablam! 29 | pub struct FontMeasure { Oct 14 21:10:33.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.207 INFO kablam! Oct 14 21:10:33.207 INFO kablam! warning: method is never used: `measure` Oct 14 21:10:33.207 INFO kablam! --> src/fonts.rs:41:5 Oct 14 21:10:33.207 INFO kablam! | Oct 14 21:10:33.207 INFO kablam! 41 | pub fn measure(&self, text: &str) -> FontMeasure { Oct 14 21:10:33.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.207 INFO kablam! Oct 14 21:10:33.207 INFO kablam! warning: method is never used: `new` Oct 14 21:10:33.207 INFO kablam! --> src/renderer.rs:110:5 Oct 14 21:10:33.207 INFO kablam! | Oct 14 21:10:33.207 INFO kablam! 110 | pub fn new(p: Vec2, w: f32, h: f32) -> Self { Oct 14 21:10:33.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.207 INFO kablam! Oct 14 21:10:33.207 INFO kablam! warning: method is never used: `draw` Oct 14 21:10:33.207 INFO kablam! --> src/renderer.rs:282:5 Oct 14 21:10:33.207 INFO kablam! | Oct 14 21:10:33.207 INFO kablam! 282 | pub fn draw(&mut self, from_x: f32, from_y: f32, to_x: f32, to_y: f32, color: &[f32; 4]) { Oct 14 21:10:33.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.207 INFO kablam! Oct 14 21:10:33.207 INFO kablam! warning: method is never used: `draw_line` Oct 14 21:10:33.207 INFO kablam! --> src/renderer.rs:423:5 Oct 14 21:10:33.207 INFO kablam! | Oct 14 21:10:33.207 INFO kablam! 423 | pub fn draw_line(&mut self, from: Vec2, to: Vec2, color: Color) { Oct 14 21:10:33.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:33.207 INFO kablam! Oct 14 21:10:33.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.01s Oct 14 21:10:33.695 INFO kablam! su: No module specific data is present Oct 14 21:10:34.734 INFO running `"docker" "rm" "-f" "8d45d639d2fdcf829a277c86e02fb36b50472958ed40456b480be110c40e9ac5"` Oct 14 21:10:35.067 INFO blam! 8d45d639d2fdcf829a277c86e02fb36b50472958ed40456b480be110c40e9ac5 Oct 14 21:10:35.083 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 21:10:35.587 INFO blam! 8056648a8e674631318d8db42f5e1e151afd4fb37a62c60479772408949b64d1 Oct 14 21:10:35.590 INFO running `"docker" "start" "-a" "8056648a8e674631318d8db42f5e1e151afd4fb37a62c60479772408949b64d1"` Oct 14 21:10:38.044 INFO kablam! usermod: no changes Oct 14 21:10:38.220 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.15s Oct 14 21:10:38.235 INFO kablam! Running /target/debug/deps/breakout-91b079322c44df36 Oct 14 21:10:38.237 INFO blam! Oct 14 21:10:38.237 INFO blam! running 0 tests Oct 14 21:10:38.237 INFO blam! Oct 14 21:10:38.237 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:10:38.237 INFO blam! Oct 14 21:10:38.240 INFO kablam! su: No module specific data is present Oct 14 21:10:39.593 INFO running `"docker" "rm" "-f" "8056648a8e674631318d8db42f5e1e151afd4fb37a62c60479772408949b64d1"` Oct 14 21:10:39.960 INFO blam! 8056648a8e674631318d8db42f5e1e151afd4fb37a62c60479772408949b64d1