Oct 27 05:57:05.246 INFO checking definedD4/my-ui against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:57:05.248 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 05:57:05.755 INFO blam! 532e09bd6cde99e454df6000a7ca80e4fcae96a440bdaa389d535ab8256accfb Oct 27 05:57:05.758 INFO running `"docker" "start" "-a" "532e09bd6cde99e454df6000a7ca80e4fcae96a440bdaa389d535ab8256accfb"` Oct 27 05:57:06.935 INFO kablam! usermod: no changes Oct 27 05:57:07.151 INFO kablam! Compiling serde v0.9.10 Oct 27 05:57:07.154 INFO kablam! Checking shared_library v0.1.5 Oct 27 05:57:07.154 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 27 05:57:07.163 INFO kablam! Compiling gl_generator v0.5.2 Oct 27 05:57:07.163 INFO kablam! Checking x11-dl v2.12.0 Oct 27 05:57:09.147 INFO kablam! Checking osmesa-sys v0.1.2 Oct 27 05:57:15.263 INFO kablam! Compiling glutin v0.7.4 Oct 27 05:57:15.263 INFO kablam! Compiling glium v0.16.0 Oct 27 05:57:28.375 INFO kablam! Compiling serde_json v0.9.8 Oct 27 05:57:36.539 INFO kablam! Checking backtrace v0.2.3 Oct 27 05:57:37.327 INFO kablam! Compiling target_build_utils v0.3.0 Oct 27 05:57:41.349 INFO kablam! Compiling libloading v0.3.2 Oct 27 05:57:44.355 INFO kablam! Checking dlib v0.3.1 Oct 27 05:57:44.867 INFO kablam! Checking wayland-sys v0.7.8 Oct 27 05:57:45.589 INFO kablam! Checking wayland-client v0.7.8 Oct 27 05:57:47.267 INFO kablam! Checking wayland-window v0.4.4 Oct 27 05:57:47.267 INFO kablam! Checking wayland-kbd v0.6.3 Oct 27 05:57:48.557 INFO kablam! Checking winit v0.5.11 Oct 27 05:58:06.031 INFO kablam! Checking my-ui v0.1.0 (/source) Oct 27 05:58:07.860 INFO kablam! warning: unused import: `glium::glutin` Oct 27 05:58:07.861 INFO kablam! --> src/render.rs:3:5 Oct 27 05:58:07.861 INFO kablam! | Oct 27 05:58:07.861 INFO kablam! 3 | use glium::glutin; Oct 27 05:58:07.862 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:58:07.862 INFO kablam! | Oct 27 05:58:07.862 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:58:07.862 INFO kablam! Oct 27 05:58:07.863 INFO kablam! warning: unused import: `std::any::Any` Oct 27 05:58:07.863 INFO kablam! --> src/main.rs:18:5 Oct 27 05:58:07.863 INFO kablam! | Oct 27 05:58:07.864 INFO kablam! 18 | use std::any::Any; Oct 27 05:58:07.864 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:58:07.864 INFO kablam! Oct 27 05:58:08.429 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.429 INFO kablam! --> src/main.rs:29:24 Oct 27 05:58:08.430 INFO kablam! | Oct 27 05:58:08.430 INFO kablam! 29 | fn init(&mut self, node: NodeRef){ Oct 27 05:58:08.430 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.430 INFO kablam! | Oct 27 05:58:08.431 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:58:08.431 INFO kablam! Oct 27 05:58:08.432 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.432 INFO kablam! --> src/main.rs:33:23 Oct 27 05:58:08.432 INFO kablam! | Oct 27 05:58:08.433 INFO kablam! 33 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.433 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.433 INFO kablam! Oct 27 05:58:08.434 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.434 INFO kablam! --> src/main.rs:43:22 Oct 27 05:58:08.434 INFO kablam! | Oct 27 05:58:08.435 INFO kablam! 43 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.435 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.436 INFO kablam! Oct 27 05:58:08.436 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.436 INFO kablam! --> src/main.rs:63:23 Oct 27 05:58:08.436 INFO kablam! | Oct 27 05:58:08.437 INFO kablam! 63 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.437 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.437 INFO kablam! Oct 27 05:58:08.438 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.438 INFO kablam! --> src/main.rs:77:22 Oct 27 05:58:08.438 INFO kablam! | Oct 27 05:58:08.439 INFO kablam! 77 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.439 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.439 INFO kablam! Oct 27 05:58:08.440 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.440 INFO kablam! --> src/main.rs:141:23 Oct 27 05:58:08.440 INFO kablam! | Oct 27 05:58:08.441 INFO kablam! 141 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.441 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.442 INFO kablam! Oct 27 05:58:08.442 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.442 INFO kablam! --> src/main.rs:160:22 Oct 27 05:58:08.447 INFO kablam! | Oct 27 05:58:08.447 INFO kablam! 160 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.448 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.448 INFO kablam! Oct 27 05:58:08.448 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.448 INFO kablam! --> src/main.rs:169:24 Oct 27 05:58:08.449 INFO kablam! | Oct 27 05:58:08.449 INFO kablam! 169 | fn init(&mut self, node: NodeRef){ Oct 27 05:58:08.450 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.450 INFO kablam! Oct 27 05:58:08.450 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.450 INFO kablam! --> src/main.rs:195:22 Oct 27 05:58:08.451 INFO kablam! | Oct 27 05:58:08.451 INFO kablam! 195 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.451 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.452 INFO kablam! Oct 27 05:58:08.452 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.452 INFO kablam! --> src/main.rs:38:26 Oct 27 05:58:08.453 INFO kablam! | Oct 27 05:58:08.453 INFO kablam! 38 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:08.453 INFO kablam! | ----^^^^ Oct 27 05:58:08.454 INFO kablam! | | Oct 27 05:58:08.454 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.454 INFO kablam! | Oct 27 05:58:08.455 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:58:08.455 INFO kablam! Oct 27 05:58:08.455 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.456 INFO kablam! --> src/main.rs:68:26 Oct 27 05:58:08.456 INFO kablam! | Oct 27 05:58:08.456 INFO kablam! 68 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:08.456 INFO kablam! | ----^^^^ Oct 27 05:58:08.457 INFO kablam! | | Oct 27 05:58:08.457 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.457 INFO kablam! Oct 27 05:58:08.459 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.459 INFO kablam! --> src/main.rs:146:26 Oct 27 05:58:08.459 INFO kablam! | Oct 27 05:58:08.459 INFO kablam! 146 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:08.459 INFO kablam! | ----^^^^ Oct 27 05:58:08.459 INFO kablam! | | Oct 27 05:58:08.459 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.459 INFO kablam! Oct 27 05:58:08.474 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.474 INFO kablam! --> src/main.rs:182:26 Oct 27 05:58:08.474 INFO kablam! | Oct 27 05:58:08.474 INFO kablam! 182 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:08.474 INFO kablam! | ----^^^^ Oct 27 05:58:08.474 INFO kablam! | | Oct 27 05:58:08.474 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.474 INFO kablam! Oct 27 05:58:08.483 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.483 INFO kablam! --> src/main.rs:209:13 Oct 27 05:58:08.483 INFO kablam! | Oct 27 05:58:08.483 INFO kablam! 209 | let mut border = window.set_content(Box::new(TestBorder::new(Thickness::hv(4.0, 8.0)))); Oct 27 05:58:08.483 INFO kablam! | ----^^^^^^ Oct 27 05:58:08.483 INFO kablam! | | Oct 27 05:58:08.483 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.483 INFO kablam! Oct 27 05:58:08.483 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.483 INFO kablam! --> src/main.rs:211:13 Oct 27 05:58:08.483 INFO kablam! | Oct 27 05:58:08.483 INFO kablam! 211 | let mut list = border.cast_element_mut::().unwrap().set_content(Box::new(TestList::new())); Oct 27 05:58:08.483 INFO kablam! | ----^^^^ Oct 27 05:58:08.483 INFO kablam! | | Oct 27 05:58:08.483 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.483 INFO kablam! Oct 27 05:58:08.547 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.547 INFO kablam! --> src/window.rs:103:21 Oct 27 05:58:08.547 INFO kablam! | Oct 27 05:58:08.547 INFO kablam! 103 | if let Some(mut root) = self.tree.root() { Oct 27 05:58:08.547 INFO kablam! | ----^^^^ Oct 27 05:58:08.547 INFO kablam! | | Oct 27 05:58:08.547 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.547 INFO kablam! Oct 27 05:58:08.599 INFO kablam! warning: unused import: `glium::glutin` Oct 27 05:58:08.599 INFO kablam! --> src/render.rs:3:5 Oct 27 05:58:08.599 INFO kablam! | Oct 27 05:58:08.599 INFO kablam! 3 | use glium::glutin; Oct 27 05:58:08.599 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:58:08.599 INFO kablam! | Oct 27 05:58:08.599 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:58:08.599 INFO kablam! Oct 27 05:58:08.599 INFO kablam! warning: unused import: `std::any::Any` Oct 27 05:58:08.599 INFO kablam! --> src/main.rs:18:5 Oct 27 05:58:08.599 INFO kablam! | Oct 27 05:58:08.599 INFO kablam! 18 | use std::any::Any; Oct 27 05:58:08.599 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:58:08.599 INFO kablam! Oct 27 05:58:08.603 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:58:08.603 INFO kablam! --> src/primitives.rs:14:5 Oct 27 05:58:08.603 INFO kablam! | Oct 27 05:58:08.603 INFO kablam! 14 | pub fn from_tuple(t: (f32, f32)) -> Point { Oct 27 05:58:08.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.603 INFO kablam! | Oct 27 05:58:08.603 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:58:08.603 INFO kablam! Oct 27 05:58:08.603 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:58:08.603 INFO kablam! --> src/primitives.rs:58:5 Oct 27 05:58:08.603 INFO kablam! | Oct 27 05:58:08.603 INFO kablam! 58 | pub fn from_tuple(t: (f32, f32)) -> Size { Oct 27 05:58:08.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.603 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `to_tuple_argb` Oct 27 05:58:08.604 INFO kablam! --> src/primitives.rs:85:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 85 | pub fn to_tuple_argb(&self) -> (f32, f32, f32, f32){ Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `transform_to_inner` Oct 27 05:58:08.604 INFO kablam! --> src/primitives.rs:153:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 153 | pub fn transform_to_inner(&self, rect: Rect) -> Rect { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `expand` Oct 27 05:58:08.604 INFO kablam! --> src/primitives.rs:157:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 157 | pub fn expand(&self, margin: Thickness) -> Rect { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `rect_in` Oct 27 05:58:08.604 INFO kablam! --> src/primitives.rs:190:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 190 | pub fn rect_in(&self, container: Size) -> Rect { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `cast_element_ref` Oct 27 05:58:08.604 INFO kablam! --> src/tree.rs:24:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 24 | pub fn cast_element_ref(&self) -> Option<&T> { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `parrent` Oct 27 05:58:08.604 INFO kablam! --> src/tree.rs:104:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 104 | pub fn parrent(&self) -> Option { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `rect` Oct 27 05:58:08.604 INFO kablam! --> src/tree.rs:108:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 108 | pub fn rect(&self) -> Rect { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `element` Oct 27 05:58:08.604 INFO kablam! --> src/tree.rs:116:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 116 | pub fn element(&self) -> Ref { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `element_mut` Oct 27 05:58:08.604 INFO kablam! --> src/tree.rs:120:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 120 | pub fn element_mut(&self) -> RefMut { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `cast_element` Oct 27 05:58:08.604 INFO kablam! --> src/tree.rs:124:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 124 | pub fn cast_element(&self) -> Option> { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: field is never used: `title` Oct 27 05:58:08.604 INFO kablam! --> src/window.rs:13:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 13 | title: String, Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `with_size` Oct 27 05:58:08.604 INFO kablam! --> src/window.rs:135:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 135 | pub fn with_size(mut self, size: Size) -> WindowBuilder { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: method is never used: `with_content` Oct 27 05:58:08.604 INFO kablam! --> src/window.rs:146:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 146 | pub fn with_content(mut self, content: T) -> WindowBuilder { Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: variant is never constructed: `ReadOnly` Oct 27 05:58:08.604 INFO kablam! --> src/property.rs:3:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.604 INFO kablam! 3 | ReadOnly, Oct 27 05:58:08.604 INFO kablam! | ^^^^^^^^ Oct 27 05:58:08.604 INFO kablam! Oct 27 05:58:08.604 INFO kablam! warning: variant is never constructed: `WriteOnly` Oct 27 05:58:08.604 INFO kablam! --> src/property.rs:4:5 Oct 27 05:58:08.604 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 4 | WriteOnly, Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `read_enabled` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:9:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 9 | pub fn read_enabled(&self) -> bool { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `write_enabled` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:16:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 16 | pub fn write_enabled(&self) -> bool { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `read_write_enabled` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:23:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 23 | pub fn read_write_enabled(&self) -> bool { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `suits` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:30:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 30 | pub fn suits(&self, other: AccessType) -> bool{ Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: struct is never constructed: `Property` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:39:1 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 39 | pub struct Property { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `new` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:52:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 52 | pub fn new>(name: S, access_type: AccessType, source: Box>) -> Result, String> { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `name` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:64:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 64 | pub fn name(&self) -> &str { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `access_type` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:68:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 68 | pub fn access_type(&self) -> AccessType { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `get` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:72:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 72 | pub fn get(&self) -> T { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `set` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:79:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 79 | pub fn set(&self, value: T) { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: struct is never constructed: `Variable` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:92:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 92 | pub struct Variable { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: method is never used: `new` Oct 27 05:58:08.605 INFO kablam! --> src/property.rs:97:9 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 97 | pub fn new(default: T) -> Variable { Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.605 INFO kablam! Oct 27 05:58:08.605 INFO kablam! warning: variant is never constructed: `Rect` Oct 27 05:58:08.605 INFO kablam! --> src/render.rs:187:5 Oct 27 05:58:08.605 INFO kablam! | Oct 27 05:58:08.605 INFO kablam! 187 | Rect(Rect, Color), Oct 27 05:58:08.605 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.606 INFO kablam! Oct 27 05:58:08.606 INFO kablam! warning: method is never used: `add_many` Oct 27 05:58:08.606 INFO kablam! --> src/render.rs:205:5 Oct 27 05:58:08.606 INFO kablam! | Oct 27 05:58:08.606 INFO kablam! 205 | pub fn add_many(&mut self, commands: RenderCommandList) { Oct 27 05:58:08.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.606 INFO kablam! Oct 27 05:58:08.606 INFO kablam! warning: method is never used: `get_message_type_id` Oct 27 05:58:08.606 INFO kablam! --> src/msg.rs:4:5 Oct 27 05:58:08.606 INFO kablam! | Oct 27 05:58:08.606 INFO kablam! 4 | fn get_message_type_id(&self) -> TypeId { Oct 27 05:58:08.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.606 INFO kablam! Oct 27 05:58:08.606 INFO kablam! warning: method is never used: `cast` Oct 27 05:58:08.606 INFO kablam! --> src/msg.rs:8:5 Oct 27 05:58:08.606 INFO kablam! | Oct 27 05:58:08.606 INFO kablam! 8 | pub fn cast(self: Box) -> Option { Oct 27 05:58:08.606 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.606 INFO kablam! Oct 27 05:58:08.606 INFO kablam! warning: the feature `ptr_eq` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 05:58:08.606 INFO kablam! --> src/main.rs:1:12 Oct 27 05:58:08.606 INFO kablam! | Oct 27 05:58:08.606 INFO kablam! 1 | #![feature(ptr_eq)] Oct 27 05:58:08.606 INFO kablam! | ^^^^^^ Oct 27 05:58:08.606 INFO kablam! | Oct 27 05:58:08.606 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:58:08.606 INFO kablam! Oct 27 05:58:08.635 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:58:08.635 INFO kablam! --> src/main.rs:202:5 Oct 27 05:58:08.635 INFO kablam! | Oct 27 05:58:08.635 INFO kablam! 202 | my_logger::init(log::LogLevel::Debug); Oct 27 05:58:08.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:08.635 INFO kablam! | Oct 27 05:58:08.635 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:58:08.635 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:58:08.635 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.987 INFO kablam! --> src/tree.rs:235:28 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 235 | fn init(&mut self, node: NodeRef) { Oct 27 05:58:08.987 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:58:08.987 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.987 INFO kablam! --> src/tree.rs:239:27 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 239 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.987 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.987 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.987 INFO kablam! --> src/tree.rs:243:30 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 243 | fn layout(&mut self, node: NodeRef, container: Size) { Oct 27 05:58:08.987 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.987 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `container` Oct 27 05:58:08.987 INFO kablam! --> src/tree.rs:243:45 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 243 | fn layout(&mut self, node: NodeRef, container: Size) { Oct 27 05:58:08.987 INFO kablam! | ^^^^^^^^^ help: consider using `_container` instead Oct 27 05:58:08.987 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.987 INFO kablam! --> src/tree.rs:247:26 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 247 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.987 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.987 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.987 INFO kablam! --> src/main.rs:29:24 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 29 | fn init(&mut self, node: NodeRef){ Oct 27 05:58:08.987 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.987 INFO kablam! Oct 27 05:58:08.987 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.987 INFO kablam! --> src/main.rs:33:23 Oct 27 05:58:08.987 INFO kablam! | Oct 27 05:58:08.987 INFO kablam! 33 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:43:22 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 43 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:63:23 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 63 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:77:22 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 77 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:141:23 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 141 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:160:22 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 160 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:169:24 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 169 | fn init(&mut self, node: NodeRef){ Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.988 INFO kablam! warning: unused variable: `node` Oct 27 05:58:08.988 INFO kablam! --> src/main.rs:195:22 Oct 27 05:58:08.988 INFO kablam! | Oct 27 05:58:08.988 INFO kablam! 195 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:58:08.988 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:58:08.988 INFO kablam! Oct 27 05:58:08.994 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.994 INFO kablam! --> src/main.rs:38:26 Oct 27 05:58:08.994 INFO kablam! | Oct 27 05:58:08.994 INFO kablam! 38 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:08.994 INFO kablam! | ----^^^^ Oct 27 05:58:08.994 INFO kablam! | | Oct 27 05:58:08.994 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.994 INFO kablam! | Oct 27 05:58:08.994 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:58:08.994 INFO kablam! Oct 27 05:58:08.999 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:08.999 INFO kablam! --> src/main.rs:68:26 Oct 27 05:58:08.999 INFO kablam! | Oct 27 05:58:08.999 INFO kablam! 68 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:08.999 INFO kablam! | ----^^^^ Oct 27 05:58:08.999 INFO kablam! | | Oct 27 05:58:08.999 INFO kablam! | help: remove this `mut` Oct 27 05:58:08.999 INFO kablam! Oct 27 05:58:09.003 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:09.007 INFO kablam! --> src/main.rs:146:26 Oct 27 05:58:09.007 INFO kablam! | Oct 27 05:58:09.007 INFO kablam! 146 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:09.007 INFO kablam! | ----^^^^ Oct 27 05:58:09.007 INFO kablam! | | Oct 27 05:58:09.007 INFO kablam! | help: remove this `mut` Oct 27 05:58:09.007 INFO kablam! Oct 27 05:58:09.011 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:09.011 INFO kablam! --> src/main.rs:182:26 Oct 27 05:58:09.011 INFO kablam! | Oct 27 05:58:09.011 INFO kablam! 182 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:58:09.011 INFO kablam! | ----^^^^ Oct 27 05:58:09.011 INFO kablam! | | Oct 27 05:58:09.011 INFO kablam! | help: remove this `mut` Oct 27 05:58:09.011 INFO kablam! Oct 27 05:58:09.011 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:09.011 INFO kablam! --> src/main.rs:209:13 Oct 27 05:58:09.011 INFO kablam! | Oct 27 05:58:09.011 INFO kablam! 209 | let mut border = window.set_content(Box::new(TestBorder::new(Thickness::hv(4.0, 8.0)))); Oct 27 05:58:09.011 INFO kablam! | ----^^^^^^ Oct 27 05:58:09.011 INFO kablam! | | Oct 27 05:58:09.011 INFO kablam! | help: remove this `mut` Oct 27 05:58:09.011 INFO kablam! Oct 27 05:58:09.011 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:09.011 INFO kablam! --> src/main.rs:211:13 Oct 27 05:58:09.011 INFO kablam! | Oct 27 05:58:09.011 INFO kablam! 211 | let mut list = border.cast_element_mut::().unwrap().set_content(Box::new(TestList::new())); Oct 27 05:58:09.011 INFO kablam! | ----^^^^ Oct 27 05:58:09.011 INFO kablam! | | Oct 27 05:58:09.011 INFO kablam! | help: remove this `mut` Oct 27 05:58:09.011 INFO kablam! Oct 27 05:58:09.055 INFO kablam! warning: variable does not need to be mutable Oct 27 05:58:09.055 INFO kablam! --> src/window.rs:103:21 Oct 27 05:58:09.055 INFO kablam! | Oct 27 05:58:09.055 INFO kablam! 103 | if let Some(mut root) = self.tree.root() { Oct 27 05:58:09.055 INFO kablam! | ----^^^^ Oct 27 05:58:09.055 INFO kablam! | | Oct 27 05:58:09.055 INFO kablam! | help: remove this `mut` Oct 27 05:58:09.055 INFO kablam! Oct 27 05:58:09.099 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:58:09.099 INFO kablam! --> src/primitives.rs:14:5 Oct 27 05:58:09.099 INFO kablam! | Oct 27 05:58:09.099 INFO kablam! 14 | pub fn from_tuple(t: (f32, f32)) -> Point { Oct 27 05:58:09.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.099 INFO kablam! | Oct 27 05:58:09.099 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:58:09.099 INFO kablam! Oct 27 05:58:09.099 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:58:09.099 INFO kablam! --> src/primitives.rs:58:5 Oct 27 05:58:09.099 INFO kablam! | Oct 27 05:58:09.099 INFO kablam! 58 | pub fn from_tuple(t: (f32, f32)) -> Size { Oct 27 05:58:09.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.099 INFO kablam! Oct 27 05:58:09.099 INFO kablam! warning: method is never used: `to_tuple_argb` Oct 27 05:58:09.099 INFO kablam! --> src/primitives.rs:85:5 Oct 27 05:58:09.099 INFO kablam! | Oct 27 05:58:09.099 INFO kablam! 85 | pub fn to_tuple_argb(&self) -> (f32, f32, f32, f32){ Oct 27 05:58:09.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.099 INFO kablam! Oct 27 05:58:09.099 INFO kablam! warning: method is never used: `transform_to_inner` Oct 27 05:58:09.099 INFO kablam! --> src/primitives.rs:153:5 Oct 27 05:58:09.099 INFO kablam! | Oct 27 05:58:09.099 INFO kablam! 153 | pub fn transform_to_inner(&self, rect: Rect) -> Rect { Oct 27 05:58:09.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.099 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `expand` Oct 27 05:58:09.103 INFO kablam! --> src/primitives.rs:157:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 157 | pub fn expand(&self, margin: Thickness) -> Rect { Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `rect_in` Oct 27 05:58:09.103 INFO kablam! --> src/primitives.rs:190:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 190 | pub fn rect_in(&self, container: Size) -> Rect { Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `rect` Oct 27 05:58:09.103 INFO kablam! --> src/tree.rs:108:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 108 | pub fn rect(&self) -> Rect { Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `element` Oct 27 05:58:09.103 INFO kablam! --> src/tree.rs:116:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 116 | pub fn element(&self) -> Ref { Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `element_mut` Oct 27 05:58:09.103 INFO kablam! --> src/tree.rs:120:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 120 | pub fn element_mut(&self) -> RefMut { Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: field is never used: `title` Oct 27 05:58:09.103 INFO kablam! --> src/window.rs:13:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 13 | title: String, Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `with_size` Oct 27 05:58:09.103 INFO kablam! --> src/window.rs:135:5 Oct 27 05:58:09.103 INFO kablam! | Oct 27 05:58:09.103 INFO kablam! 135 | pub fn with_size(mut self, size: Size) -> WindowBuilder { Oct 27 05:58:09.103 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.103 INFO kablam! Oct 27 05:58:09.103 INFO kablam! warning: method is never used: `with_content` Oct 27 05:58:09.103 INFO kablam! --> src/window.rs:146:5 Oct 27 05:58:09.104 INFO kablam! | Oct 27 05:58:09.104 INFO kablam! 146 | pub fn with_content(mut self, content: T) -> WindowBuilder { Oct 27 05:58:09.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.104 INFO kablam! Oct 27 05:58:09.104 INFO kablam! warning: method is never used: `access_type` Oct 27 05:58:09.104 INFO kablam! --> src/property.rs:68:5 Oct 27 05:58:09.104 INFO kablam! | Oct 27 05:58:09.104 INFO kablam! 68 | pub fn access_type(&self) -> AccessType { Oct 27 05:58:09.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.104 INFO kablam! Oct 27 05:58:09.104 INFO kablam! warning: variant is never constructed: `Rect` Oct 27 05:58:09.104 INFO kablam! --> src/render.rs:187:5 Oct 27 05:58:09.104 INFO kablam! | Oct 27 05:58:09.104 INFO kablam! 187 | Rect(Rect, Color), Oct 27 05:58:09.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.104 INFO kablam! Oct 27 05:58:09.104 INFO kablam! warning: method is never used: `add_many` Oct 27 05:58:09.104 INFO kablam! --> src/render.rs:205:5 Oct 27 05:58:09.104 INFO kablam! | Oct 27 05:58:09.104 INFO kablam! 205 | pub fn add_many(&mut self, commands: RenderCommandList) { Oct 27 05:58:09.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.104 INFO kablam! Oct 27 05:58:09.104 INFO kablam! warning: the feature `ptr_eq` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 27 05:58:09.104 INFO kablam! --> src/main.rs:1:12 Oct 27 05:58:09.104 INFO kablam! | Oct 27 05:58:09.104 INFO kablam! 1 | #![feature(ptr_eq)] Oct 27 05:58:09.104 INFO kablam! | ^^^^^^ Oct 27 05:58:09.104 INFO kablam! | Oct 27 05:58:09.104 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:58:09.104 INFO kablam! Oct 27 05:58:09.118 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:58:09.118 INFO kablam! --> src/main.rs:202:5 Oct 27 05:58:09.118 INFO kablam! | Oct 27 05:58:09.118 INFO kablam! 202 | my_logger::init(log::LogLevel::Debug); Oct 27 05:58:09.118 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:58:09.118 INFO kablam! | Oct 27 05:58:09.118 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:58:09.118 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:58:09.118 INFO kablam! Oct 27 05:58:09.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 27 05:58:09.163 INFO kablam! su: No module specific data is present Oct 27 05:58:10.285 INFO running `"docker" "rm" "-f" "532e09bd6cde99e454df6000a7ca80e4fcae96a440bdaa389d535ab8256accfb"` Oct 27 05:58:10.596 INFO blam! 532e09bd6cde99e454df6000a7ca80e4fcae96a440bdaa389d535ab8256accfb