Oct 10 23:20:12.479 INFO testing eugeneyche/breakout against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:20:12.479 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:20:12.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:20:12.971 INFO blam! 99034d79fa159c7d1b75fe79a968d58840706bc8810d4b0f120d005756655793 Oct 10 23:20:12.974 INFO running `"docker" "start" "-a" "99034d79fa159c7d1b75fe79a968d58840706bc8810d4b0f120d005756655793"` Oct 10 23:20:14.760 INFO kablam! usermod: no changes Oct 10 23:20:15.012 INFO kablam! Compiling freetype-sys v0.6.0 Oct 10 23:20:15.012 INFO kablam! Compiling libz-sys v1.0.18 Oct 10 23:20:15.012 INFO kablam! Compiling glutin v0.15.0 Oct 10 23:20:15.048 INFO kablam! Compiling winit v0.13.1 Oct 10 23:20:19.704 INFO kablam! Compiling freetype-rs v0.18.0 Oct 10 23:20:35.452 INFO kablam! Compiling breakout v0.1.0 (/source) Oct 10 23:20:37.513 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:20:37.513 INFO kablam! --> src/breakout.rs:243:20 Oct 10 23:20:37.513 INFO kablam! | Oct 10 23:20:37.513 INFO kablam! 243 | if (key_state == ElementState::Pressed) { Oct 10 23:20:37.514 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:20:37.514 INFO kablam! | Oct 10 23:20:37.514 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:20:37.515 INFO kablam! Oct 10 23:20:37.515 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:20:37.515 INFO kablam! --> src/breakout.rs:266:20 Oct 10 23:20:37.515 INFO kablam! | Oct 10 23:20:37.516 INFO kablam! 266 | if (key_state == ElementState::Pressed) { Oct 10 23:20:37.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:20:37.516 INFO kablam! Oct 10 23:20:37.517 INFO kablam! warning: unused imports: `ElementState`, `MouseButton`, `VirtualKeyCode` Oct 10 23:20:37.517 INFO kablam! --> src/main.rs:15:5 Oct 10 23:20:37.517 INFO kablam! | Oct 10 23:20:37.517 INFO kablam! 15 | ElementState, Oct 10 23:20:37.518 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:20:37.518 INFO kablam! ... Oct 10 23:20:37.518 INFO kablam! 22 | MouseButton, Oct 10 23:20:37.518 INFO kablam! | ^^^^^^^^^^^ Oct 10 23:20:37.518 INFO kablam! 23 | VirtualKeyCode, Oct 10 23:20:37.519 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:20:37.519 INFO kablam! | Oct 10 23:20:37.519 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:20:37.520 INFO kablam! Oct 10 23:20:37.812 INFO kablam! warning: unused variable: `tr` Oct 10 23:20:37.813 INFO kablam! --> src/collision.rs:120:28 Oct 10 23:20:37.813 INFO kablam! | Oct 10 23:20:37.813 INFO kablam! 120 | if let Some((tl, side, tr)) = solve_line_rect(seg, Rectangle::new( Oct 10 23:20:37.814 INFO kablam! | ^^ help: consider using `_tr` instead Oct 10 23:20:37.814 INFO kablam! | Oct 10 23:20:37.814 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:20:37.815 INFO kablam! Oct 10 23:20:37.815 INFO kablam! warning: unused variable: `button` Oct 10 23:20:37.815 INFO kablam! --> src/breakout.rs:230:39 Oct 10 23:20:37.816 INFO kablam! | Oct 10 23:20:37.816 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 10 23:20:37.816 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 10 23:20:37.817 INFO kablam! Oct 10 23:20:37.817 INFO kablam! warning: unused variable: `state` Oct 10 23:20:37.817 INFO kablam! --> src/breakout.rs:230:60 Oct 10 23:20:37.818 INFO kablam! | Oct 10 23:20:37.818 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 10 23:20:37.818 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 10 23:20:37.818 INFO kablam! Oct 10 23:20:37.819 INFO kablam! warning: unused variable: `x` Oct 10 23:20:37.819 INFO kablam! --> src/breakout.rs:232:39 Oct 10 23:20:37.819 INFO kablam! | Oct 10 23:20:37.820 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 10 23:20:37.820 INFO kablam! | ^ help: consider using `_x` instead Oct 10 23:20:37.820 INFO kablam! Oct 10 23:20:37.821 INFO kablam! warning: unused variable: `y` Oct 10 23:20:37.821 INFO kablam! --> src/breakout.rs:232:47 Oct 10 23:20:37.821 INFO kablam! | Oct 10 23:20:37.822 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 10 23:20:37.822 INFO kablam! | ^ help: consider using `_y` instead Oct 10 23:20:37.822 INFO kablam! Oct 10 23:20:37.822 INFO kablam! warning: unused variable: `w` Oct 10 23:20:37.823 INFO kablam! --> src/breakout.rs:273:42 Oct 10 23:20:37.823 INFO kablam! | Oct 10 23:20:37.823 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 10 23:20:37.824 INFO kablam! | ^ help: consider using `_w` instead Oct 10 23:20:37.824 INFO kablam! Oct 10 23:20:37.824 INFO kablam! warning: unused variable: `h` Oct 10 23:20:37.825 INFO kablam! --> src/breakout.rs:273:50 Oct 10 23:20:37.825 INFO kablam! | Oct 10 23:20:37.825 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 10 23:20:37.826 INFO kablam! | ^ help: consider using `_h` instead Oct 10 23:20:37.826 INFO kablam! Oct 10 23:20:37.896 INFO kablam! warning: function is never used: `check_circle_contains` Oct 10 23:20:37.896 INFO kablam! --> src/collision.rs:56:1 Oct 10 23:20:37.896 INFO kablam! | Oct 10 23:20:37.896 INFO kablam! 56 | pub fn check_circle_contains(circle: Circle, p: Vec2) -> bool { Oct 10 23:20:37.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.896 INFO kablam! | Oct 10 23:20:37.896 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:20:37.896 INFO kablam! Oct 10 23:20:37.896 INFO kablam! warning: function is never used: `solve_line_circle` Oct 10 23:20:37.896 INFO kablam! --> src/collision.rs:77:1 Oct 10 23:20:37.896 INFO kablam! | Oct 10 23:20:37.896 INFO kablam! 77 | pub fn solve_line_circle(line: LineSegment, circle: Circle) -> Option { Oct 10 23:20:37.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.897 INFO kablam! Oct 10 23:20:37.897 INFO kablam! warning: struct is never constructed: `FontMeasure` Oct 10 23:20:37.897 INFO kablam! --> src/fonts.rs:29:1 Oct 10 23:20:37.897 INFO kablam! | Oct 10 23:20:37.897 INFO kablam! 29 | pub struct FontMeasure { Oct 10 23:20:37.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.897 INFO kablam! Oct 10 23:20:37.897 INFO kablam! warning: method is never used: `measure` Oct 10 23:20:37.897 INFO kablam! --> src/fonts.rs:41:5 Oct 10 23:20:37.897 INFO kablam! | Oct 10 23:20:37.897 INFO kablam! 41 | pub fn measure(&self, text: &str) -> FontMeasure { Oct 10 23:20:37.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.897 INFO kablam! Oct 10 23:20:37.897 INFO kablam! warning: method is never used: `new` Oct 10 23:20:37.897 INFO kablam! --> src/renderer.rs:110:5 Oct 10 23:20:37.897 INFO kablam! | Oct 10 23:20:37.897 INFO kablam! 110 | pub fn new(p: Vec2, w: f32, h: f32) -> Self { Oct 10 23:20:37.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.897 INFO kablam! Oct 10 23:20:37.897 INFO kablam! warning: method is never used: `draw` Oct 10 23:20:37.897 INFO kablam! --> src/renderer.rs:282:5 Oct 10 23:20:37.897 INFO kablam! | Oct 10 23:20:37.897 INFO kablam! 282 | pub fn draw(&mut self, from_x: f32, from_y: f32, to_x: f32, to_y: f32, color: &[f32; 4]) { Oct 10 23:20:37.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.897 INFO kablam! Oct 10 23:20:37.897 INFO kablam! warning: method is never used: `draw_line` Oct 10 23:20:37.897 INFO kablam! --> src/renderer.rs:423:5 Oct 10 23:20:37.897 INFO kablam! | Oct 10 23:20:37.897 INFO kablam! 423 | pub fn draw_line(&mut self, from: Vec2, to: Vec2, color: Color) { Oct 10 23:20:37.897 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:37.897 INFO kablam! Oct 10 23:20:41.400 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.62s Oct 10 23:20:41.404 INFO kablam! su: No module specific data is present Oct 10 23:20:42.401 INFO running `"docker" "rm" "-f" "99034d79fa159c7d1b75fe79a968d58840706bc8810d4b0f120d005756655793"` Oct 10 23:20:42.752 INFO blam! 99034d79fa159c7d1b75fe79a968d58840706bc8810d4b0f120d005756655793 Oct 10 23:20:42.756 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:20:42.756 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:20:43.157 INFO blam! 6d814083c5099d5c9882b8402ceac67242e6c6e0e9e88bc18cd7264e6b661e41 Oct 10 23:20:43.168 INFO running `"docker" "start" "-a" "6d814083c5099d5c9882b8402ceac67242e6c6e0e9e88bc18cd7264e6b661e41"` Oct 10 23:20:44.368 INFO kablam! usermod: no changes Oct 10 23:20:44.502 INFO kablam! Compiling breakout v0.1.0 (/source) Oct 10 23:20:46.609 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:20:46.609 INFO kablam! --> src/breakout.rs:243:20 Oct 10 23:20:46.609 INFO kablam! | Oct 10 23:20:46.609 INFO kablam! 243 | if (key_state == ElementState::Pressed) { Oct 10 23:20:46.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:20:46.609 INFO kablam! | Oct 10 23:20:46.609 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 23:20:46.609 INFO kablam! Oct 10 23:20:46.609 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 23:20:46.609 INFO kablam! --> src/breakout.rs:266:20 Oct 10 23:20:46.609 INFO kablam! | Oct 10 23:20:46.609 INFO kablam! 266 | if (key_state == ElementState::Pressed) { Oct 10 23:20:46.609 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 23:20:46.609 INFO kablam! Oct 10 23:20:46.609 INFO kablam! warning: unused imports: `ElementState`, `MouseButton`, `VirtualKeyCode` Oct 10 23:20:46.610 INFO kablam! --> src/main.rs:15:5 Oct 10 23:20:46.610 INFO kablam! | Oct 10 23:20:46.610 INFO kablam! 15 | ElementState, Oct 10 23:20:46.610 INFO kablam! | ^^^^^^^^^^^^ Oct 10 23:20:46.610 INFO kablam! ... Oct 10 23:20:46.610 INFO kablam! 22 | MouseButton, Oct 10 23:20:46.610 INFO kablam! | ^^^^^^^^^^^ Oct 10 23:20:46.610 INFO kablam! 23 | VirtualKeyCode, Oct 10 23:20:46.610 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:20:46.610 INFO kablam! | Oct 10 23:20:46.610 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:20:46.610 INFO kablam! Oct 10 23:20:46.925 INFO kablam! warning: unused variable: `tr` Oct 10 23:20:46.925 INFO kablam! --> src/collision.rs:120:28 Oct 10 23:20:46.926 INFO kablam! | Oct 10 23:20:46.926 INFO kablam! 120 | if let Some((tl, side, tr)) = solve_line_rect(seg, Rectangle::new( Oct 10 23:20:46.926 INFO kablam! | ^^ help: consider using `_tr` instead Oct 10 23:20:46.926 INFO kablam! | Oct 10 23:20:46.927 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:20:46.927 INFO kablam! Oct 10 23:20:46.927 INFO kablam! warning: unused variable: `button` Oct 10 23:20:46.928 INFO kablam! --> src/breakout.rs:230:39 Oct 10 23:20:46.928 INFO kablam! | Oct 10 23:20:46.928 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 10 23:20:46.929 INFO kablam! | ^^^^^^ help: consider using `_button` instead Oct 10 23:20:46.929 INFO kablam! Oct 10 23:20:46.929 INFO kablam! warning: unused variable: `state` Oct 10 23:20:46.930 INFO kablam! --> src/breakout.rs:230:60 Oct 10 23:20:46.930 INFO kablam! | Oct 10 23:20:46.930 INFO kablam! 230 | pub fn on_mouse_button(&mut self, button: MouseButton, state: ElementState) { } Oct 10 23:20:46.931 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 10 23:20:46.931 INFO kablam! Oct 10 23:20:46.931 INFO kablam! warning: unused variable: `x` Oct 10 23:20:46.932 INFO kablam! --> src/breakout.rs:232:39 Oct 10 23:20:46.932 INFO kablam! | Oct 10 23:20:46.932 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 10 23:20:46.932 INFO kablam! | ^ help: consider using `_x` instead Oct 10 23:20:46.933 INFO kablam! Oct 10 23:20:46.933 INFO kablam! warning: unused variable: `y` Oct 10 23:20:46.934 INFO kablam! --> src/breakout.rs:232:47 Oct 10 23:20:46.934 INFO kablam! | Oct 10 23:20:46.934 INFO kablam! 232 | pub fn on_mouse_motion(&mut self, x: f32, y: f32) { } Oct 10 23:20:46.934 INFO kablam! | ^ help: consider using `_y` instead Oct 10 23:20:46.935 INFO kablam! Oct 10 23:20:46.935 INFO kablam! warning: unused variable: `w` Oct 10 23:20:46.935 INFO kablam! --> src/breakout.rs:273:42 Oct 10 23:20:46.936 INFO kablam! | Oct 10 23:20:46.936 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 10 23:20:46.936 INFO kablam! | ^ help: consider using `_w` instead Oct 10 23:20:46.937 INFO kablam! Oct 10 23:20:46.937 INFO kablam! warning: unused variable: `h` Oct 10 23:20:46.937 INFO kablam! --> src/breakout.rs:273:50 Oct 10 23:20:46.938 INFO kablam! | Oct 10 23:20:46.938 INFO kablam! 273 | pub fn on_viewport_change(&mut self, w: u32, h: u32) { Oct 10 23:20:46.938 INFO kablam! | ^ help: consider using `_h` instead Oct 10 23:20:46.939 INFO kablam! Oct 10 23:20:47.029 INFO kablam! warning: function is never used: `check_circle_contains` Oct 10 23:20:47.029 INFO kablam! --> src/collision.rs:56:1 Oct 10 23:20:47.029 INFO kablam! | Oct 10 23:20:47.030 INFO kablam! 56 | pub fn check_circle_contains(circle: Circle, p: Vec2) -> bool { Oct 10 23:20:47.030 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.030 INFO kablam! | Oct 10 23:20:47.030 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:20:47.031 INFO kablam! Oct 10 23:20:47.031 INFO kablam! warning: function is never used: `solve_line_circle` Oct 10 23:20:47.031 INFO kablam! --> src/collision.rs:77:1 Oct 10 23:20:47.032 INFO kablam! | Oct 10 23:20:47.032 INFO kablam! 77 | pub fn solve_line_circle(line: LineSegment, circle: Circle) -> Option { Oct 10 23:20:47.032 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.033 INFO kablam! Oct 10 23:20:47.033 INFO kablam! warning: struct is never constructed: `FontMeasure` Oct 10 23:20:47.033 INFO kablam! --> src/fonts.rs:29:1 Oct 10 23:20:47.034 INFO kablam! | Oct 10 23:20:47.034 INFO kablam! 29 | pub struct FontMeasure { Oct 10 23:20:47.034 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.035 INFO kablam! Oct 10 23:20:47.035 INFO kablam! warning: method is never used: `measure` Oct 10 23:20:47.035 INFO kablam! --> src/fonts.rs:41:5 Oct 10 23:20:47.036 INFO kablam! | Oct 10 23:20:47.036 INFO kablam! 41 | pub fn measure(&self, text: &str) -> FontMeasure { Oct 10 23:20:47.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.037 INFO kablam! Oct 10 23:20:47.037 INFO kablam! warning: method is never used: `new` Oct 10 23:20:47.037 INFO kablam! --> src/renderer.rs:110:5 Oct 10 23:20:47.037 INFO kablam! | Oct 10 23:20:47.038 INFO kablam! 110 | pub fn new(p: Vec2, w: f32, h: f32) -> Self { Oct 10 23:20:47.038 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.038 INFO kablam! Oct 10 23:20:47.038 INFO kablam! warning: method is never used: `draw` Oct 10 23:20:47.039 INFO kablam! --> src/renderer.rs:282:5 Oct 10 23:20:47.039 INFO kablam! | Oct 10 23:20:47.039 INFO kablam! 282 | pub fn draw(&mut self, from_x: f32, from_y: f32, to_x: f32, to_y: f32, color: &[f32; 4]) { Oct 10 23:20:47.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.040 INFO kablam! Oct 10 23:20:47.040 INFO kablam! warning: method is never used: `draw_line` Oct 10 23:20:47.040 INFO kablam! --> src/renderer.rs:423:5 Oct 10 23:20:47.041 INFO kablam! | Oct 10 23:20:47.041 INFO kablam! 423 | pub fn draw_line(&mut self, from: Vec2, to: Vec2, color: Color) { Oct 10 23:20:47.041 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:20:47.042 INFO kablam! Oct 10 23:20:47.555 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.15s Oct 10 23:20:47.568 INFO kablam! su: No module specific data is present Oct 10 23:20:48.223 INFO running `"docker" "rm" "-f" "6d814083c5099d5c9882b8402ceac67242e6c6e0e9e88bc18cd7264e6b661e41"` Oct 10 23:20:48.464 INFO blam! 6d814083c5099d5c9882b8402ceac67242e6c6e0e9e88bc18cd7264e6b661e41 Oct 10 23:20:48.472 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:20:48.472 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:20:48.916 INFO blam! 1b6ba4b8c8a60ab73e3314295a7136ba929cd1a1d603ac5cf45e60eccd381847 Oct 10 23:20:48.918 INFO running `"docker" "start" "-a" "1b6ba4b8c8a60ab73e3314295a7136ba929cd1a1d603ac5cf45e60eccd381847"` Oct 10 23:20:50.836 INFO kablam! usermod: no changes Oct 10 23:20:50.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 10 23:20:50.965 INFO kablam! Running /target/debug/deps/breakout-91b079322c44df36 Oct 10 23:20:50.965 INFO blam! Oct 10 23:20:50.965 INFO blam! running 0 tests Oct 10 23:20:50.965 INFO blam! Oct 10 23:20:50.965 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:20:50.965 INFO blam! Oct 10 23:20:50.968 INFO kablam! su: No module specific data is present Oct 10 23:20:51.651 INFO running `"docker" "rm" "-f" "1b6ba4b8c8a60ab73e3314295a7136ba929cd1a1d603ac5cf45e60eccd381847"` Oct 10 23:20:51.912 INFO blam! 1b6ba4b8c8a60ab73e3314295a7136ba929cd1a1d603ac5cf45e60eccd381847