Oct 14 21:09:45.165 INFO testing eugeneyche/breakout against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 21:09:45.165 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21:09:45.814 INFO blam! e43ff68ae7a669ed09e8086747b37075ee93011f038821342d4b88624bd298ad Oct 14 21:09:45.817 INFO running `"docker" "start" "-a" "e43ff68ae7a669ed09e8086747b37075ee93011f038821342d4b88624bd298ad"` Oct 14 21:09:47.383 INFO kablam! usermod: no changes Oct 14 21:09:47.611 INFO kablam! Compiling libz-sys v1.0.18 Oct 14 21:09:47.611 INFO kablam! Compiling freetype-sys v0.6.0 Oct 14 21:09:47.619 INFO kablam! Compiling glutin v0.15.0 Oct 14 21:09:47.619 INFO kablam! Compiling winit v0.13.1 Oct 14 21:09:54.751 INFO kablam! Compiling freetype-rs v0.18.0 Oct 14 21:10:11.083 INFO kablam! Compiling breakout v0.1.0 (/source) Oct 14 21:10:11.799 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:11.800 INFO kablam! --> src/breakout.rs:243:20 Oct 14 21:10:11.800 INFO kablam! | Oct 14 21:10:11.800 INFO kablam! 243 | if (key_state == ElementState::Pressed) { Oct 14 21:10:11.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:11.801 INFO kablam! | Oct 14 21:10:11.801 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:10:11.801 INFO kablam! Oct 14 21:10:11.802 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:11.802 INFO kablam! --> src/breakout.rs:266:20 Oct 14 21:10:11.802 INFO kablam! | Oct 14 21:10:11.803 INFO kablam! 266 | if (key_state == ElementState::Pressed) { Oct 14 21:10:11.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:11.803 INFO kablam! Oct 14 21:10:11.804 INFO kablam! warning: unused imports: `ElementState`, `MouseButton`, `VirtualKeyCode` Oct 14 21:10:11.804 INFO kablam! --> src/main.rs:15:5 Oct 14 21:10:11.804 INFO kablam! | Oct 14 21:10:11.804 INFO kablam! 15 | ElementState, Oct 14 21:10:11.805 INFO kablam! | ^^^^^^^^^^^^ Oct 14 21:10:11.805 INFO kablam! ... Oct 14 21:10:11.805 INFO kablam! 22 | MouseButton, Oct 14 21:10:11.805 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:10:11.806 INFO kablam! 23 | VirtualKeyCode, Oct 14 21:10:11.806 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:10:11.806 INFO kablam! | Oct 14 21:10:11.807 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:10:11.807 INFO kablam! Oct 14 21:10:12.096 INFO kablam! warning: unused variable: `tr` Oct 14 21:10:12.096 INFO kablam! --> src/collision.rs:120:28 Oct 14 21:10:12.097 INFO kablam! | Oct 14 21:10:12.097 INFO kablam! 120 | if let Some((tl, side, tr)) = solve_line_rect(seg, Rectangle::new( Oct 14 21:10:12.097 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 21:10:12.098 INFO kablam! | Oct 14 21:10:12.098 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:10:12.098 INFO kablam! Oct 14 21:10:12.098 INFO kablam! warning: unused variable: `button` Oct 14 21:10:12.099 INFO kablam! --> src/breakout.rs:230:39 Oct 14 21:10:12.099 INFO kablam! | Oct 14 21:10:12.099 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:12.100 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 14 21:10:12.100 INFO kablam! Oct 14 21:10:12.100 INFO kablam! warning: unused variable: `state` Oct 14 21:10:12.101 INFO kablam! --> src/breakout.rs:230:60 Oct 14 21:10:12.101 INFO kablam! | Oct 14 21:10:12.101 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:12.101 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 21:10:12.102 INFO kablam! Oct 14 21:10:12.102 INFO kablam! warning: unused variable: `x` Oct 14 21:10:12.102 INFO kablam! --> src/breakout.rs:232:39 Oct 14 21:10:12.103 INFO kablam! | Oct 14 21:10:12.103 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:12.103 INFO kablam! | ^ help: consider using `_x` instead Oct 14 21:10:12.103 INFO kablam! Oct 14 21:10:12.104 INFO kablam! warning: unused variable: `y` Oct 14 21:10:12.104 INFO kablam! --> src/breakout.rs:232:47 Oct 14 21:10:12.104 INFO kablam! | Oct 14 21:10:12.104 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:12.105 INFO kablam! | ^ help: consider using `_y` instead Oct 14 21:10:12.105 INFO kablam! Oct 14 21:10:12.105 INFO kablam! warning: unused variable: `w` Oct 14 21:10:12.106 INFO kablam! --> src/breakout.rs:273:42 Oct 14 21:10:12.106 INFO kablam! | Oct 14 21:10:12.106 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:12.106 INFO kablam! | ^ help: consider using `_w` instead Oct 14 21:10:12.107 INFO kablam! Oct 14 21:10:12.107 INFO kablam! warning: unused variable: `h` Oct 14 21:10:12.107 INFO kablam! --> src/breakout.rs:273:50 Oct 14 21:10:12.107 INFO kablam! | Oct 14 21:10:12.107 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:12.107 INFO kablam! | ^ help: consider using `_h` instead Oct 14 21:10:12.107 INFO kablam! Oct 14 21:10:12.180 INFO kablam! warning: function is never used: `check_circle_contains` Oct 14 21:10:12.180 INFO kablam! --> src/collision.rs:56:1 Oct 14 21:10:12.181 INFO kablam! | Oct 14 21:10:12.181 INFO kablam! 56 | pub fn check_circle_contains(circle: Circle, p: Vec2) -> bool { Oct 14 21:10:12.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.182 INFO kablam! | Oct 14 21:10:12.182 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:10:12.182 INFO kablam! Oct 14 21:10:12.182 INFO kablam! warning: function is never used: `solve_line_circle` Oct 14 21:10:12.183 INFO kablam! --> src/collision.rs:77:1 Oct 14 21:10:12.183 INFO kablam! | Oct 14 21:10:12.183 INFO kablam! 77 | pub fn solve_line_circle(line: LineSegment, circle: Circle) -> Option { Oct 14 21:10:12.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.184 INFO kablam! Oct 14 21:10:12.184 INFO kablam! warning: struct is never constructed: `FontMeasure` Oct 14 21:10:12.185 INFO kablam! --> src/fonts.rs:29:1 Oct 14 21:10:12.185 INFO kablam! | Oct 14 21:10:12.185 INFO kablam! 29 | pub struct FontMeasure { Oct 14 21:10:12.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.185 INFO kablam! Oct 14 21:10:12.185 INFO kablam! warning: method is never used: `measure` Oct 14 21:10:12.185 INFO kablam! --> src/fonts.rs:41:5 Oct 14 21:10:12.185 INFO kablam! | Oct 14 21:10:12.185 INFO kablam! 41 | pub fn measure(&self, text: &str) -> FontMeasure { Oct 14 21:10:12.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.185 INFO kablam! Oct 14 21:10:12.185 INFO kablam! warning: method is never used: `new` Oct 14 21:10:12.185 INFO kablam! --> src/renderer.rs:110:5 Oct 14 21:10:12.185 INFO kablam! | Oct 14 21:10:12.185 INFO kablam! 110 | pub fn new(p: Vec2, w: f32, h: f32) -> Self { Oct 14 21:10:12.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.185 INFO kablam! Oct 14 21:10:12.185 INFO kablam! warning: method is never used: `draw` Oct 14 21:10:12.185 INFO kablam! --> src/renderer.rs:282:5 Oct 14 21:10:12.185 INFO kablam! | Oct 14 21:10:12.185 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:12.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.185 INFO kablam! Oct 14 21:10:12.185 INFO kablam! warning: method is never used: `draw_line` Oct 14 21:10:12.185 INFO kablam! --> src/renderer.rs:423:5 Oct 14 21:10:12.185 INFO kablam! | Oct 14 21:10:12.185 INFO kablam! 423 | pub fn draw_line(&mut self, from: Vec2, to: Vec2, color: Color) { Oct 14 21:10:12.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:12.185 INFO kablam! Oct 14 21:10:16.157 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.74s Oct 14 21:10:16.171 INFO kablam! su: No module specific data is present Oct 14 21:10:17.813 INFO running `"docker" "rm" "-f" "e43ff68ae7a669ed09e8086747b37075ee93011f038821342d4b88624bd298ad"` Oct 14 21:10:18.135 INFO blam! e43ff68ae7a669ed09e8086747b37075ee93011f038821342d4b88624bd298ad Oct 14 21:10:18.142 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21:10:18.593 INFO blam! 2a2bd23fb900dda7cc2764b4e8c40049899f8a289340b43522a6fb3f702c2a00 Oct 14 21:10:18.595 INFO running `"docker" "start" "-a" "2a2bd23fb900dda7cc2764b4e8c40049899f8a289340b43522a6fb3f702c2a00"` Oct 14 21:10:20.919 INFO kablam! usermod: no changes Oct 14 21:10:21.159 INFO kablam! Compiling breakout v0.1.0 (/source) Oct 14 21:10:21.943 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:21.943 INFO kablam! --> src/breakout.rs:243:20 Oct 14 21:10:21.943 INFO kablam! | Oct 14 21:10:21.943 INFO kablam! 243 | if (key_state == ElementState::Pressed) { Oct 14 21:10:21.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:21.943 INFO kablam! | Oct 14 21:10:21.943 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 21:10:21.943 INFO kablam! Oct 14 21:10:21.943 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 14 21:10:21.943 INFO kablam! --> src/breakout.rs:266:20 Oct 14 21:10:21.943 INFO kablam! | Oct 14 21:10:21.943 INFO kablam! 266 | if (key_state == ElementState::Pressed) { Oct 14 21:10:21.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 21:10:21.943 INFO kablam! Oct 14 21:10:21.943 INFO kablam! warning: unused imports: `ElementState`, `MouseButton`, `VirtualKeyCode` Oct 14 21:10:21.943 INFO kablam! --> src/main.rs:15:5 Oct 14 21:10:21.943 INFO kablam! | Oct 14 21:10:21.943 INFO kablam! 15 | ElementState, Oct 14 21:10:21.943 INFO kablam! | ^^^^^^^^^^^^ Oct 14 21:10:21.943 INFO kablam! ... Oct 14 21:10:21.943 INFO kablam! 22 | MouseButton, Oct 14 21:10:21.943 INFO kablam! | ^^^^^^^^^^^ Oct 14 21:10:21.943 INFO kablam! 23 | VirtualKeyCode, Oct 14 21:10:21.943 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 21:10:21.943 INFO kablam! | Oct 14 21:10:21.943 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 21:10:21.943 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `tr` Oct 14 21:10:22.319 INFO kablam! --> src/collision.rs:120:28 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 120 | if let Some((tl, side, tr)) = solve_line_rect(seg, Rectangle::new( Oct 14 21:10:22.319 INFO kablam! | ^^ help: consider using `_tr` instead Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `button` Oct 14 21:10:22.319 INFO kablam! --> src/breakout.rs:230:39 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:22.319 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `state` Oct 14 21:10:22.319 INFO kablam! --> src/breakout.rs:230:60 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 14 21:10:22.319 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `x` Oct 14 21:10:22.319 INFO kablam! --> src/breakout.rs:232:39 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:22.319 INFO kablam! | ^ help: consider using `_x` instead Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `y` Oct 14 21:10:22.319 INFO kablam! --> src/breakout.rs:232:47 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 14 21:10:22.319 INFO kablam! | ^ help: consider using `_y` instead Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `w` Oct 14 21:10:22.319 INFO kablam! --> src/breakout.rs:273:42 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:22.319 INFO kablam! | ^ help: consider using `_w` instead Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.319 INFO kablam! warning: unused variable: `h` Oct 14 21:10:22.319 INFO kablam! --> src/breakout.rs:273:50 Oct 14 21:10:22.319 INFO kablam! | Oct 14 21:10:22.319 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 14 21:10:22.319 INFO kablam! | ^ help: consider using `_h` instead Oct 14 21:10:22.319 INFO kablam! Oct 14 21:10:22.440 INFO kablam! warning: function is never used: `check_circle_contains` Oct 14 21:10:22.441 INFO kablam! --> src/collision.rs:56:1 Oct 14 21:10:22.441 INFO kablam! | Oct 14 21:10:22.441 INFO kablam! 56 | pub fn check_circle_contains(circle: Circle, p: Vec2) -> bool { Oct 14 21:10:22.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.441 INFO kablam! | Oct 14 21:10:22.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 21:10:22.441 INFO kablam! Oct 14 21:10:22.441 INFO kablam! warning: function is never used: `solve_line_circle` Oct 14 21:10:22.441 INFO kablam! --> src/collision.rs:77:1 Oct 14 21:10:22.441 INFO kablam! | Oct 14 21:10:22.441 INFO kablam! 77 | pub fn solve_line_circle(line: LineSegment, circle: Circle) -> Option { Oct 14 21:10:22.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.441 INFO kablam! Oct 14 21:10:22.441 INFO kablam! warning: struct is never constructed: `FontMeasure` Oct 14 21:10:22.441 INFO kablam! --> src/fonts.rs:29:1 Oct 14 21:10:22.441 INFO kablam! | Oct 14 21:10:22.441 INFO kablam! 29 | pub struct FontMeasure { Oct 14 21:10:22.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.441 INFO kablam! Oct 14 21:10:22.441 INFO kablam! warning: method is never used: `measure` Oct 14 21:10:22.441 INFO kablam! --> src/fonts.rs:41:5 Oct 14 21:10:22.441 INFO kablam! | Oct 14 21:10:22.441 INFO kablam! 41 | pub fn measure(&self, text: &str) -> FontMeasure { Oct 14 21:10:22.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.441 INFO kablam! Oct 14 21:10:22.441 INFO kablam! warning: method is never used: `new` Oct 14 21:10:22.441 INFO kablam! --> src/renderer.rs:110:5 Oct 14 21:10:22.441 INFO kablam! | Oct 14 21:10:22.441 INFO kablam! 110 | pub fn new(p: Vec2, w: f32, h: f32) -> Self { Oct 14 21:10:22.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.441 INFO kablam! Oct 14 21:10:22.451 INFO kablam! warning: method is never used: `draw` Oct 14 21:10:22.451 INFO kablam! --> src/renderer.rs:282:5 Oct 14 21:10:22.451 INFO kablam! | Oct 14 21:10:22.451 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:22.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.451 INFO kablam! Oct 14 21:10:22.451 INFO kablam! warning: method is never used: `draw_line` Oct 14 21:10:22.451 INFO kablam! --> src/renderer.rs:423:5 Oct 14 21:10:22.451 INFO kablam! | Oct 14 21:10:22.451 INFO kablam! 423 | pub fn draw_line(&mut self, from: Vec2, to: Vec2, color: Color) { Oct 14 21:10:22.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 21:10:22.451 INFO kablam! Oct 14 21:10:23.171 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.21s Oct 14 21:10:23.178 INFO kablam! su: No module specific data is present Oct 14 21:10:24.175 INFO running `"docker" "rm" "-f" "2a2bd23fb900dda7cc2764b4e8c40049899f8a289340b43522a6fb3f702c2a00"` Oct 14 21:10:24.516 INFO blam! 2a2bd23fb900dda7cc2764b4e8c40049899f8a289340b43522a6fb3f702c2a00 Oct 14 21:10:24.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 21:10:25.036 INFO blam! 6b05063d0d8e31d0662d98a291f747451f33835d6af3f8f2b2e9289806a5dc46 Oct 14 21:10:25.038 INFO running `"docker" "start" "-a" "6b05063d0d8e31d0662d98a291f747451f33835d6af3f8f2b2e9289806a5dc46"` Oct 14 21:10:26.981 INFO kablam! usermod: no changes Oct 14 21:10:27.143 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 21:10:27.172 INFO kablam! Running /target/debug/deps/breakout-f3067605dbe959c8 Oct 14 21:10:27.174 INFO blam! Oct 14 21:10:27.174 INFO blam! running 0 tests Oct 14 21:10:27.174 INFO blam! Oct 14 21:10:27.174 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 21:10:27.174 INFO blam! Oct 14 21:10:27.176 INFO kablam! su: No module specific data is present Oct 14 21:10:28.532 INFO running `"docker" "rm" "-f" "6b05063d0d8e31d0662d98a291f747451f33835d6af3f8f2b2e9289806a5dc46"` Oct 14 21:10:28.891 INFO blam! 6b05063d0d8e31d0662d98a291f747451f33835d6af3f8f2b2e9289806a5dc46