Oct 27 05:57:06.531 INFO checking definedD4/my-ui against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:57:06.533 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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:07.019 INFO blam! 2891c234d28c7cb277e86ead13618be6a5356c1042616ca2078f79b3ef7f84b2 Oct 27 05:57:07.021 INFO running `"docker" "start" "-a" "2891c234d28c7cb277e86ead13618be6a5356c1042616ca2078f79b3ef7f84b2"` Oct 27 05:57:09.602 INFO kablam! usermod: no changes Oct 27 05:57:09.813 INFO kablam! Compiling glium v0.16.0 Oct 27 05:57:09.815 INFO kablam! Checking backtrace v0.2.3 Oct 27 05:57:37.543 INFO kablam! Checking my-ui v0.1.0 (/source) Oct 27 05:57:39.486 INFO kablam! warning: unused import: `glium::glutin` Oct 27 05:57:39.487 INFO kablam! --> src/render.rs:3:5 Oct 27 05:57:39.487 INFO kablam! | Oct 27 05:57:39.487 INFO kablam! 3 | use glium::glutin; Oct 27 05:57:39.488 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:39.488 INFO kablam! | Oct 27 05:57:39.488 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:57:39.488 INFO kablam! Oct 27 05:57:39.489 INFO kablam! warning: unused import: `std::any::Any` Oct 27 05:57:39.489 INFO kablam! --> src/main.rs:18:5 Oct 27 05:57:39.489 INFO kablam! | Oct 27 05:57:39.489 INFO kablam! 18 | use std::any::Any; Oct 27 05:57:39.490 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:39.490 INFO kablam! Oct 27 05:57:39.887 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.888 INFO kablam! --> src/tree.rs:235:28 Oct 27 05:57:39.889 INFO kablam! | Oct 27 05:57:39.889 INFO kablam! 235 | fn init(&mut self, node: NodeRef) { Oct 27 05:57:39.890 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.890 INFO kablam! | Oct 27 05:57:39.890 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:57:39.891 INFO kablam! Oct 27 05:57:39.891 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.892 INFO kablam! --> src/tree.rs:239:27 Oct 27 05:57:39.892 INFO kablam! | Oct 27 05:57:39.893 INFO kablam! 239 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:39.893 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.893 INFO kablam! Oct 27 05:57:39.893 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.894 INFO kablam! --> src/tree.rs:243:30 Oct 27 05:57:39.894 INFO kablam! | Oct 27 05:57:39.894 INFO kablam! 243 | fn layout(&mut self, node: NodeRef, container: Size) { Oct 27 05:57:39.897 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.897 INFO kablam! Oct 27 05:57:39.898 INFO kablam! warning: unused variable: `container` Oct 27 05:57:39.898 INFO kablam! --> src/tree.rs:243:45 Oct 27 05:57:39.898 INFO kablam! | Oct 27 05:57:39.899 INFO kablam! 243 | fn layout(&mut self, node: NodeRef, container: Size) { Oct 27 05:57:39.899 INFO kablam! | ^^^^^^^^^ help: consider using `_container` instead Oct 27 05:57:39.899 INFO kablam! Oct 27 05:57:39.900 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.901 INFO kablam! --> src/tree.rs:247:26 Oct 27 05:57:39.901 INFO kablam! | Oct 27 05:57:39.901 INFO kablam! 247 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:39.902 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.903 INFO kablam! Oct 27 05:57:39.903 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.903 INFO kablam! --> src/main.rs:29:24 Oct 27 05:57:39.904 INFO kablam! | Oct 27 05:57:39.904 INFO kablam! 29 | fn init(&mut self, node: NodeRef){ Oct 27 05:57:39.904 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.906 INFO kablam! Oct 27 05:57:39.907 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.907 INFO kablam! --> src/main.rs:33:23 Oct 27 05:57:39.908 INFO kablam! | Oct 27 05:57:39.908 INFO kablam! 33 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:39.908 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.908 INFO kablam! Oct 27 05:57:39.909 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.909 INFO kablam! --> src/main.rs:43:22 Oct 27 05:57:39.909 INFO kablam! | Oct 27 05:57:39.910 INFO kablam! 43 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:39.910 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.910 INFO kablam! Oct 27 05:57:39.911 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.911 INFO kablam! --> src/main.rs:63:23 Oct 27 05:57:39.911 INFO kablam! | Oct 27 05:57:39.912 INFO kablam! 63 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:39.912 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.912 INFO kablam! Oct 27 05:57:39.912 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.913 INFO kablam! --> src/main.rs:77:22 Oct 27 05:57:39.913 INFO kablam! | Oct 27 05:57:39.913 INFO kablam! 77 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:39.913 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.914 INFO kablam! Oct 27 05:57:39.914 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.914 INFO kablam! --> src/main.rs:141:23 Oct 27 05:57:39.915 INFO kablam! | Oct 27 05:57:39.915 INFO kablam! 141 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:39.915 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.915 INFO kablam! Oct 27 05:57:39.916 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.916 INFO kablam! --> src/main.rs:160:22 Oct 27 05:57:39.916 INFO kablam! | Oct 27 05:57:39.919 INFO kablam! 160 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:39.919 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.919 INFO kablam! Oct 27 05:57:39.920 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.921 INFO kablam! --> src/main.rs:169:24 Oct 27 05:57:39.921 INFO kablam! | Oct 27 05:57:39.921 INFO kablam! 169 | fn init(&mut self, node: NodeRef){ Oct 27 05:57:39.921 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.922 INFO kablam! Oct 27 05:57:39.922 INFO kablam! warning: unused variable: `node` Oct 27 05:57:39.922 INFO kablam! --> src/main.rs:195:22 Oct 27 05:57:39.923 INFO kablam! | Oct 27 05:57:39.923 INFO kablam! 195 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:39.923 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:39.923 INFO kablam! Oct 27 05:57:39.924 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.924 INFO kablam! --> src/main.rs:38:26 Oct 27 05:57:39.924 INFO kablam! | Oct 27 05:57:39.925 INFO kablam! 38 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:39.925 INFO kablam! | ----^^^^ Oct 27 05:57:39.925 INFO kablam! | | Oct 27 05:57:39.926 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.926 INFO kablam! | Oct 27 05:57:39.926 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:57:39.926 INFO kablam! Oct 27 05:57:39.931 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.931 INFO kablam! --> src/main.rs:68:26 Oct 27 05:57:39.931 INFO kablam! | Oct 27 05:57:39.932 INFO kablam! 68 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:39.932 INFO kablam! | ----^^^^ Oct 27 05:57:39.932 INFO kablam! | | Oct 27 05:57:39.932 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.933 INFO kablam! Oct 27 05:57:39.933 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.933 INFO kablam! --> src/main.rs:146:26 Oct 27 05:57:39.934 INFO kablam! | Oct 27 05:57:39.934 INFO kablam! 146 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:39.934 INFO kablam! | ----^^^^ Oct 27 05:57:39.934 INFO kablam! | | Oct 27 05:57:39.939 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.939 INFO kablam! Oct 27 05:57:39.939 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.940 INFO kablam! --> src/main.rs:182:26 Oct 27 05:57:39.940 INFO kablam! | Oct 27 05:57:39.940 INFO kablam! 182 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:39.940 INFO kablam! | ----^^^^ Oct 27 05:57:39.941 INFO kablam! | | Oct 27 05:57:39.941 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.941 INFO kablam! Oct 27 05:57:39.942 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.942 INFO kablam! --> src/main.rs:209:13 Oct 27 05:57:39.942 INFO kablam! | Oct 27 05:57:39.942 INFO kablam! 209 | let mut border = window.set_content(Box::new(TestBorder::new(Thickness::hv(4.0, 8.0)))); Oct 27 05:57:39.943 INFO kablam! | ----^^^^^^ Oct 27 05:57:39.943 INFO kablam! | | Oct 27 05:57:39.943 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.943 INFO kablam! Oct 27 05:57:39.944 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.944 INFO kablam! --> src/main.rs:211:13 Oct 27 05:57:39.944 INFO kablam! | Oct 27 05:57:39.945 INFO kablam! 211 | let mut list = border.cast_element_mut::().unwrap().set_content(Box::new(TestList::new())); Oct 27 05:57:39.945 INFO kablam! | ----^^^^ Oct 27 05:57:39.945 INFO kablam! | | Oct 27 05:57:39.945 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.946 INFO kablam! Oct 27 05:57:39.979 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:39.979 INFO kablam! --> src/window.rs:103:21 Oct 27 05:57:39.980 INFO kablam! | Oct 27 05:57:39.980 INFO kablam! 103 | if let Some(mut root) = self.tree.root() { Oct 27 05:57:39.980 INFO kablam! | ----^^^^ Oct 27 05:57:39.980 INFO kablam! | | Oct 27 05:57:39.981 INFO kablam! | help: remove this `mut` Oct 27 05:57:39.981 INFO kablam! Oct 27 05:57:40.008 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:57:40.009 INFO kablam! --> src/primitives.rs:14:5 Oct 27 05:57:40.009 INFO kablam! | Oct 27 05:57:40.009 INFO kablam! 14 | pub fn from_tuple(t: (f32, f32)) -> Point { Oct 27 05:57:40.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.010 INFO kablam! | Oct 27 05:57:40.010 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:57:40.010 INFO kablam! Oct 27 05:57:40.011 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:57:40.011 INFO kablam! --> src/primitives.rs:58:5 Oct 27 05:57:40.011 INFO kablam! | Oct 27 05:57:40.012 INFO kablam! 58 | pub fn from_tuple(t: (f32, f32)) -> Size { Oct 27 05:57:40.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.012 INFO kablam! Oct 27 05:57:40.013 INFO kablam! warning: method is never used: `to_tuple_argb` Oct 27 05:57:40.013 INFO kablam! --> src/primitives.rs:85:5 Oct 27 05:57:40.013 INFO kablam! | Oct 27 05:57:40.013 INFO kablam! 85 | pub fn to_tuple_argb(&self) -> (f32, f32, f32, f32){ Oct 27 05:57:40.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.014 INFO kablam! Oct 27 05:57:40.014 INFO kablam! warning: method is never used: `transform_to_inner` Oct 27 05:57:40.015 INFO kablam! --> src/primitives.rs:153:5 Oct 27 05:57:40.015 INFO kablam! | Oct 27 05:57:40.015 INFO kablam! 153 | pub fn transform_to_inner(&self, rect: Rect) -> Rect { Oct 27 05:57:40.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.016 INFO kablam! Oct 27 05:57:40.016 INFO kablam! warning: method is never used: `expand` Oct 27 05:57:40.017 INFO kablam! --> src/primitives.rs:157:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 157 | pub fn expand(&self, margin: Thickness) -> Rect { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `rect_in` Oct 27 05:57:40.017 INFO kablam! --> src/primitives.rs:190:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 190 | pub fn rect_in(&self, container: Size) -> Rect { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `rect` Oct 27 05:57:40.017 INFO kablam! --> src/tree.rs:108:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 108 | pub fn rect(&self) -> Rect { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `element` Oct 27 05:57:40.017 INFO kablam! --> src/tree.rs:116:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 116 | pub fn element(&self) -> Ref { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `element_mut` Oct 27 05:57:40.017 INFO kablam! --> src/tree.rs:120:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 120 | pub fn element_mut(&self) -> RefMut { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: field is never used: `title` Oct 27 05:57:40.017 INFO kablam! --> src/window.rs:13:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 13 | title: String, Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `with_size` Oct 27 05:57:40.017 INFO kablam! --> src/window.rs:135:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 135 | pub fn with_size(mut self, size: Size) -> WindowBuilder { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `with_content` Oct 27 05:57:40.017 INFO kablam! --> src/window.rs:146:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 146 | pub fn with_content(mut self, content: T) -> WindowBuilder { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `access_type` Oct 27 05:57:40.017 INFO kablam! --> src/property.rs:68:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 68 | pub fn access_type(&self) -> AccessType { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: variant is never constructed: `Rect` Oct 27 05:57:40.017 INFO kablam! --> src/render.rs:187:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 187 | Rect(Rect, Color), Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 INFO kablam! warning: method is never used: `add_many` Oct 27 05:57:40.017 INFO kablam! --> src/render.rs:205:5 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 205 | pub fn add_many(&mut self, commands: RenderCommandList) { Oct 27 05:57:40.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.017 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:57:40.017 INFO kablam! --> src/main.rs:1:12 Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! 1 | #![feature(ptr_eq)] Oct 27 05:57:40.017 INFO kablam! | ^^^^^^ Oct 27 05:57:40.017 INFO kablam! | Oct 27 05:57:40.017 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:57:40.017 INFO kablam! Oct 27 05:57:40.023 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:57:40.023 INFO kablam! --> src/main.rs:202:5 Oct 27 05:57:40.023 INFO kablam! | Oct 27 05:57:40.023 INFO kablam! 202 | my_logger::init(log::LogLevel::Debug); Oct 27 05:57:40.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.023 INFO kablam! | Oct 27 05:57:40.023 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:57:40.023 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:57:40.023 INFO kablam! Oct 27 05:57:40.207 INFO kablam! warning: unused import: `glium::glutin` Oct 27 05:57:40.207 INFO kablam! --> src/render.rs:3:5 Oct 27 05:57:40.207 INFO kablam! | Oct 27 05:57:40.207 INFO kablam! 3 | use glium::glutin; Oct 27 05:57:40.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:40.207 INFO kablam! | Oct 27 05:57:40.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 05:57:40.207 INFO kablam! Oct 27 05:57:40.207 INFO kablam! warning: unused import: `std::any::Any` Oct 27 05:57:40.207 INFO kablam! --> src/main.rs:18:5 Oct 27 05:57:40.207 INFO kablam! | Oct 27 05:57:40.207 INFO kablam! 18 | use std::any::Any; Oct 27 05:57:40.207 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:40.207 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:29:24 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 29 | fn init(&mut self, node: NodeRef){ Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:33:23 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 33 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:43:22 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 43 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:63:23 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 63 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:77:22 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 77 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:141:23 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 141 | fn measure(&self, node: NodeRef) -> Size { Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.475 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.475 INFO kablam! --> src/main.rs:160:22 Oct 27 05:57:40.475 INFO kablam! | Oct 27 05:57:40.475 INFO kablam! 160 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:40.475 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.475 INFO kablam! Oct 27 05:57:40.476 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.476 INFO kablam! --> src/main.rs:169:24 Oct 27 05:57:40.476 INFO kablam! | Oct 27 05:57:40.476 INFO kablam! 169 | fn init(&mut self, node: NodeRef){ Oct 27 05:57:40.476 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.476 INFO kablam! Oct 27 05:57:40.476 INFO kablam! warning: unused variable: `node` Oct 27 05:57:40.476 INFO kablam! --> src/main.rs:195:22 Oct 27 05:57:40.476 INFO kablam! | Oct 27 05:57:40.476 INFO kablam! 195 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 27 05:57:40.476 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 27 05:57:40.476 INFO kablam! Oct 27 05:57:40.476 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.476 INFO kablam! --> src/main.rs:38:26 Oct 27 05:57:40.476 INFO kablam! | Oct 27 05:57:40.476 INFO kablam! 38 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:40.476 INFO kablam! | ----^^^^ Oct 27 05:57:40.476 INFO kablam! | | Oct 27 05:57:40.476 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.476 INFO kablam! | Oct 27 05:57:40.476 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 05:57:40.476 INFO kablam! Oct 27 05:57:40.485 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.485 INFO kablam! --> src/main.rs:68:26 Oct 27 05:57:40.485 INFO kablam! | Oct 27 05:57:40.485 INFO kablam! 68 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:40.485 INFO kablam! | ----^^^^ Oct 27 05:57:40.485 INFO kablam! | | Oct 27 05:57:40.485 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.485 INFO kablam! Oct 27 05:57:40.489 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.489 INFO kablam! --> src/main.rs:146:26 Oct 27 05:57:40.489 INFO kablam! | Oct 27 05:57:40.489 INFO kablam! 146 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:40.489 INFO kablam! | ----^^^^ Oct 27 05:57:40.489 INFO kablam! | | Oct 27 05:57:40.489 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.489 INFO kablam! Oct 27 05:57:40.489 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.489 INFO kablam! --> src/main.rs:182:26 Oct 27 05:57:40.489 INFO kablam! | Oct 27 05:57:40.489 INFO kablam! 182 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 27 05:57:40.489 INFO kablam! | ----^^^^ Oct 27 05:57:40.489 INFO kablam! | | Oct 27 05:57:40.489 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.489 INFO kablam! Oct 27 05:57:40.495 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.495 INFO kablam! --> src/main.rs:209:13 Oct 27 05:57:40.495 INFO kablam! | Oct 27 05:57:40.495 INFO kablam! 209 | let mut border = window.set_content(Box::new(TestBorder::new(Thickness::hv(4.0, 8.0)))); Oct 27 05:57:40.495 INFO kablam! | ----^^^^^^ Oct 27 05:57:40.495 INFO kablam! | | Oct 27 05:57:40.495 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.495 INFO kablam! Oct 27 05:57:40.495 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.495 INFO kablam! --> src/main.rs:211:13 Oct 27 05:57:40.495 INFO kablam! | Oct 27 05:57:40.495 INFO kablam! 211 | let mut list = border.cast_element_mut::().unwrap().set_content(Box::new(TestList::new())); Oct 27 05:57:40.495 INFO kablam! | ----^^^^ Oct 27 05:57:40.495 INFO kablam! | | Oct 27 05:57:40.495 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.495 INFO kablam! Oct 27 05:57:40.531 INFO kablam! warning: variable does not need to be mutable Oct 27 05:57:40.531 INFO kablam! --> src/window.rs:103:21 Oct 27 05:57:40.531 INFO kablam! | Oct 27 05:57:40.531 INFO kablam! 103 | if let Some(mut root) = self.tree.root() { Oct 27 05:57:40.531 INFO kablam! | ----^^^^ Oct 27 05:57:40.531 INFO kablam! | | Oct 27 05:57:40.531 INFO kablam! | help: remove this `mut` Oct 27 05:57:40.531 INFO kablam! Oct 27 05:57:40.555 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:57:40.555 INFO kablam! --> src/primitives.rs:14:5 Oct 27 05:57:40.555 INFO kablam! | Oct 27 05:57:40.555 INFO kablam! 14 | pub fn from_tuple(t: (f32, f32)) -> Point { Oct 27 05:57:40.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.555 INFO kablam! | Oct 27 05:57:40.555 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `from_tuple` Oct 27 05:57:40.556 INFO kablam! --> src/primitives.rs:58:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 58 | pub fn from_tuple(t: (f32, f32)) -> Size { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `to_tuple_argb` Oct 27 05:57:40.556 INFO kablam! --> src/primitives.rs:85:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 85 | pub fn to_tuple_argb(&self) -> (f32, f32, f32, f32){ Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `transform_to_inner` Oct 27 05:57:40.556 INFO kablam! --> src/primitives.rs:153:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 153 | pub fn transform_to_inner(&self, rect: Rect) -> Rect { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `expand` Oct 27 05:57:40.556 INFO kablam! --> src/primitives.rs:157:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 157 | pub fn expand(&self, margin: Thickness) -> Rect { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `rect_in` Oct 27 05:57:40.556 INFO kablam! --> src/primitives.rs:190:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 190 | pub fn rect_in(&self, container: Size) -> Rect { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `cast_element_ref` Oct 27 05:57:40.556 INFO kablam! --> src/tree.rs:24:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 24 | pub fn cast_element_ref(&self) -> Option<&T> { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `parrent` Oct 27 05:57:40.556 INFO kablam! --> src/tree.rs:104:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 104 | pub fn parrent(&self) -> Option { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `rect` Oct 27 05:57:40.556 INFO kablam! --> src/tree.rs:108:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 108 | pub fn rect(&self) -> Rect { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `element` Oct 27 05:57:40.556 INFO kablam! --> src/tree.rs:116:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 116 | pub fn element(&self) -> Ref { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `element_mut` Oct 27 05:57:40.556 INFO kablam! --> src/tree.rs:120:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 120 | pub fn element_mut(&self) -> RefMut { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `cast_element` Oct 27 05:57:40.556 INFO kablam! --> src/tree.rs:124:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 124 | pub fn cast_element(&self) -> Option> { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: field is never used: `title` Oct 27 05:57:40.556 INFO kablam! --> src/window.rs:13:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 13 | title: String, Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `with_size` Oct 27 05:57:40.556 INFO kablam! --> src/window.rs:135:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 135 | pub fn with_size(mut self, size: Size) -> WindowBuilder { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: method is never used: `with_content` Oct 27 05:57:40.556 INFO kablam! --> src/window.rs:146:5 Oct 27 05:57:40.556 INFO kablam! | Oct 27 05:57:40.556 INFO kablam! 146 | pub fn with_content(mut self, content: T) -> WindowBuilder { Oct 27 05:57:40.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.556 INFO kablam! Oct 27 05:57:40.556 INFO kablam! warning: variant is never constructed: `ReadOnly` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:3:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 3 | ReadOnly, Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: variant is never constructed: `WriteOnly` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:4:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 4 | WriteOnly, Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `read_enabled` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:9:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 9 | pub fn read_enabled(&self) -> bool { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `write_enabled` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:16:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 16 | pub fn write_enabled(&self) -> bool { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `read_write_enabled` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:23:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 23 | pub fn read_write_enabled(&self) -> bool { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `suits` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:30:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 30 | pub fn suits(&self, other: AccessType) -> bool{ Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: struct is never constructed: `Property` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:39:1 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 39 | pub struct Property { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `new` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:52:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 52 | pub fn new>(name: S, access_type: AccessType, source: Box>) -> Result, String> { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `name` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:64:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 64 | pub fn name(&self) -> &str { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `access_type` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:68:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 68 | pub fn access_type(&self) -> AccessType { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `get` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:72:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 72 | pub fn get(&self) -> T { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `set` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:79:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 79 | pub fn set(&self, value: T) { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: struct is never constructed: `Variable` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:92:5 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 92 | pub struct Variable { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.557 INFO kablam! Oct 27 05:57:40.557 INFO kablam! warning: method is never used: `new` Oct 27 05:57:40.557 INFO kablam! --> src/property.rs:97:9 Oct 27 05:57:40.557 INFO kablam! | Oct 27 05:57:40.557 INFO kablam! 97 | pub fn new(default: T) -> Variable { Oct 27 05:57:40.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.558 INFO kablam! Oct 27 05:57:40.558 INFO kablam! warning: variant is never constructed: `Rect` Oct 27 05:57:40.558 INFO kablam! --> src/render.rs:187:5 Oct 27 05:57:40.558 INFO kablam! | Oct 27 05:57:40.558 INFO kablam! 187 | Rect(Rect, Color), Oct 27 05:57:40.558 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.558 INFO kablam! Oct 27 05:57:40.563 INFO kablam! warning: method is never used: `add_many` Oct 27 05:57:40.563 INFO kablam! --> src/render.rs:205:5 Oct 27 05:57:40.563 INFO kablam! | Oct 27 05:57:40.563 INFO kablam! 205 | pub fn add_many(&mut self, commands: RenderCommandList) { Oct 27 05:57:40.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.563 INFO kablam! Oct 27 05:57:40.563 INFO kablam! warning: method is never used: `get_message_type_id` Oct 27 05:57:40.563 INFO kablam! --> src/msg.rs:4:5 Oct 27 05:57:40.563 INFO kablam! | Oct 27 05:57:40.563 INFO kablam! 4 | fn get_message_type_id(&self) -> TypeId { Oct 27 05:57:40.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.563 INFO kablam! Oct 27 05:57:40.563 INFO kablam! warning: method is never used: `cast` Oct 27 05:57:40.563 INFO kablam! --> src/msg.rs:8:5 Oct 27 05:57:40.563 INFO kablam! | Oct 27 05:57:40.563 INFO kablam! 8 | pub fn cast(self: Box) -> Option { Oct 27 05:57:40.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.563 INFO kablam! Oct 27 05:57:40.563 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:57:40.563 INFO kablam! --> src/main.rs:1:12 Oct 27 05:57:40.563 INFO kablam! | Oct 27 05:57:40.563 INFO kablam! 1 | #![feature(ptr_eq)] Oct 27 05:57:40.563 INFO kablam! | ^^^^^^ Oct 27 05:57:40.563 INFO kablam! | Oct 27 05:57:40.563 INFO kablam! = note: #[warn(stable_features)] on by default Oct 27 05:57:40.563 INFO kablam! Oct 27 05:57:40.570 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 05:57:40.570 INFO kablam! --> src/main.rs:202:5 Oct 27 05:57:40.570 INFO kablam! | Oct 27 05:57:40.570 INFO kablam! 202 | my_logger::init(log::LogLevel::Debug); Oct 27 05:57:40.570 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 05:57:40.570 INFO kablam! | Oct 27 05:57:40.570 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 05:57:40.570 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 05:57:40.570 INFO kablam! Oct 27 05:57:40.631 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.00s Oct 27 05:57:40.651 INFO kablam! su: No module specific data is present Oct 27 05:57:41.592 INFO running `"docker" "rm" "-f" "2891c234d28c7cb277e86ead13618be6a5356c1042616ca2078f79b3ef7f84b2"` Oct 27 05:57:41.959 INFO blam! 2891c234d28c7cb277e86ead13618be6a5356c1042616ca2078f79b3ef7f84b2