Oct 14 23:09:29.001 INFO testing definedD4/my-ui against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:09:29.003 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:09:29.478 INFO blam! 56865f3fb8fdb9f58f8e06007dea0e984c9c52818c54df104e080101a0c97e4a Oct 14 23:09:29.481 INFO running `"docker" "start" "-a" "56865f3fb8fdb9f58f8e06007dea0e984c9c52818c54df104e080101a0c97e4a"` Oct 14 23:09:31.148 INFO kablam! usermod: no changes Oct 14 23:09:31.427 INFO kablam! Compiling siphasher v0.2.1 Oct 14 23:09:31.428 INFO kablam! Compiling serde v0.9.10 Oct 14 23:09:31.437 INFO kablam! Compiling shared_library v0.1.5 Oct 14 23:09:31.437 INFO kablam! Compiling x11-dl v2.12.0 Oct 14 23:09:31.437 INFO kablam! Compiling gl_generator v0.5.2 Oct 14 23:09:31.437 INFO kablam! Compiling backtrace-sys v0.1.10 Oct 14 23:09:32.899 INFO kablam! Compiling backtrace v0.2.3 Oct 14 23:09:33.787 INFO kablam! Compiling phf_shared v0.7.21 Oct 14 23:09:34.799 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 14 23:09:35.483 INFO kablam! Compiling phf_generator v0.7.21 Oct 14 23:09:35.485 INFO kablam! Compiling phf v0.7.21 Oct 14 23:09:37.851 INFO kablam! Compiling phf_codegen v0.7.21 Oct 14 23:09:40.449 INFO kablam! Compiling glutin v0.7.4 Oct 14 23:09:40.451 INFO kablam! Compiling glium v0.16.0 Oct 14 23:09:40.792 INFO kablam! Compiling target_build_utils v0.3.0 Oct 14 23:10:06.047 INFO kablam! Compiling serde_json v0.9.8 Oct 14 23:10:14.452 INFO kablam! Compiling libloading v0.3.2 Oct 14 23:10:16.580 INFO kablam! Compiling dlib v0.3.1 Oct 14 23:10:16.805 INFO kablam! Compiling wayland-sys v0.7.8 Oct 14 23:10:17.699 INFO kablam! Compiling wayland-client v0.7.8 Oct 14 23:10:19.193 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 14 23:10:19.193 INFO kablam! Compiling wayland-window v0.4.4 Oct 14 23:10:20.999 INFO kablam! Compiling winit v0.5.11 Oct 14 23:10:55.664 INFO kablam! Compiling my-ui v0.1.0 (/source) Oct 14 23:10:56.631 INFO kablam! warning: unused import: `glium::glutin` Oct 14 23:10:56.631 INFO kablam! --> src/render.rs:3:5 Oct 14 23:10:56.631 INFO kablam! | Oct 14 23:10:56.631 INFO kablam! 3 | use glium::glutin; Oct 14 23:10:56.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:10:56.631 INFO kablam! | Oct 14 23:10:56.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:10:56.631 INFO kablam! Oct 14 23:10:56.631 INFO kablam! warning: unused import: `std::any::Any` Oct 14 23:10:56.631 INFO kablam! --> src/main.rs:18:5 Oct 14 23:10:56.631 INFO kablam! | Oct 14 23:10:56.631 INFO kablam! 18 | use std::any::Any; Oct 14 23:10:56.631 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:10:56.631 INFO kablam! Oct 14 23:10:56.947 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.947 INFO kablam! --> src/main.rs:29:24 Oct 14 23:10:56.947 INFO kablam! | Oct 14 23:10:56.947 INFO kablam! 29 | fn init(&mut self, node: NodeRef){ Oct 14 23:10:56.947 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.947 INFO kablam! | Oct 14 23:10:56.947 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:10:56.947 INFO kablam! Oct 14 23:10:56.947 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.947 INFO kablam! --> src/main.rs:33:23 Oct 14 23:10:56.947 INFO kablam! | Oct 14 23:10:56.947 INFO kablam! 33 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:10:56.947 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.947 INFO kablam! Oct 14 23:10:56.947 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.947 INFO kablam! --> src/main.rs:43:22 Oct 14 23:10:56.947 INFO kablam! | Oct 14 23:10:56.947 INFO kablam! 43 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:10:56.947 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.947 INFO kablam! Oct 14 23:10:56.947 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.947 INFO kablam! --> src/main.rs:63:23 Oct 14 23:10:56.947 INFO kablam! | Oct 14 23:10:56.947 INFO kablam! 63 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:10:56.947 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.947 INFO kablam! Oct 14 23:10:56.947 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.947 INFO kablam! --> src/main.rs:77:22 Oct 14 23:10:56.947 INFO kablam! | Oct 14 23:10:56.947 INFO kablam! 77 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:10:56.947 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.947 INFO kablam! Oct 14 23:10:56.947 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.948 INFO kablam! --> src/main.rs:141:23 Oct 14 23:10:56.948 INFO kablam! | Oct 14 23:10:56.948 INFO kablam! 141 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:10:56.948 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.948 INFO kablam! Oct 14 23:10:56.948 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.948 INFO kablam! --> src/main.rs:160:22 Oct 14 23:10:56.948 INFO kablam! | Oct 14 23:10:56.948 INFO kablam! 160 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:10:56.948 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.948 INFO kablam! Oct 14 23:10:56.948 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.948 INFO kablam! --> src/main.rs:169:24 Oct 14 23:10:56.948 INFO kablam! | Oct 14 23:10:56.948 INFO kablam! 169 | fn init(&mut self, node: NodeRef){ Oct 14 23:10:56.948 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.948 INFO kablam! Oct 14 23:10:56.948 INFO kablam! warning: unused variable: `node` Oct 14 23:10:56.948 INFO kablam! --> src/main.rs:195:22 Oct 14 23:10:56.948 INFO kablam! | Oct 14 23:10:56.948 INFO kablam! 195 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:10:56.948 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:10:56.948 INFO kablam! Oct 14 23:10:56.951 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:56.951 INFO kablam! --> src/main.rs:38:26 Oct 14 23:10:56.951 INFO kablam! | Oct 14 23:10:56.951 INFO kablam! 38 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:10:56.951 INFO kablam! | ----^^^^ Oct 14 23:10:56.951 INFO kablam! | | Oct 14 23:10:56.951 INFO kablam! | help: remove this `mut` Oct 14 23:10:56.951 INFO kablam! | Oct 14 23:10:56.951 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:10:56.951 INFO kablam! Oct 14 23:10:56.959 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:56.959 INFO kablam! --> src/main.rs:68:26 Oct 14 23:10:56.959 INFO kablam! | Oct 14 23:10:56.959 INFO kablam! 68 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:10:56.959 INFO kablam! | ----^^^^ Oct 14 23:10:56.959 INFO kablam! | | Oct 14 23:10:56.959 INFO kablam! | help: remove this `mut` Oct 14 23:10:56.959 INFO kablam! Oct 14 23:10:56.959 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:56.959 INFO kablam! --> src/main.rs:146:26 Oct 14 23:10:56.959 INFO kablam! | Oct 14 23:10:56.959 INFO kablam! 146 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:10:56.959 INFO kablam! | ----^^^^ Oct 14 23:10:56.959 INFO kablam! | | Oct 14 23:10:56.959 INFO kablam! | help: remove this `mut` Oct 14 23:10:56.959 INFO kablam! Oct 14 23:10:56.967 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:56.967 INFO kablam! --> src/main.rs:182:26 Oct 14 23:10:56.967 INFO kablam! | Oct 14 23:10:56.967 INFO kablam! 182 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:10:56.967 INFO kablam! | ----^^^^ Oct 14 23:10:56.967 INFO kablam! | | Oct 14 23:10:56.967 INFO kablam! | help: remove this `mut` Oct 14 23:10:56.967 INFO kablam! Oct 14 23:10:56.979 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:56.979 INFO kablam! --> src/main.rs:209:13 Oct 14 23:10:56.979 INFO kablam! | Oct 14 23:10:56.979 INFO kablam! 209 | let mut border = window.set_content(Box::new(TestBorder::new(Thickness::hv(4.0, 8.0)))); Oct 14 23:10:56.979 INFO kablam! | ----^^^^^^ Oct 14 23:10:56.979 INFO kablam! | | Oct 14 23:10:56.979 INFO kablam! | help: remove this `mut` Oct 14 23:10:56.979 INFO kablam! Oct 14 23:10:56.979 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:56.979 INFO kablam! --> src/main.rs:211:13 Oct 14 23:10:56.979 INFO kablam! | Oct 14 23:10:56.979 INFO kablam! 211 | let mut list = border.cast_element_mut::().unwrap().set_content(Box::new(TestList::new())); Oct 14 23:10:56.979 INFO kablam! | ----^^^^ Oct 14 23:10:56.979 INFO kablam! | | Oct 14 23:10:56.979 INFO kablam! | help: remove this `mut` Oct 14 23:10:56.979 INFO kablam! Oct 14 23:10:57.011 INFO kablam! warning: variable does not need to be mutable Oct 14 23:10:57.011 INFO kablam! --> src/window.rs:103:21 Oct 14 23:10:57.019 INFO kablam! | Oct 14 23:10:57.019 INFO kablam! 103 | if let Some(mut root) = self.tree.root() { Oct 14 23:10:57.019 INFO kablam! | ----^^^^ Oct 14 23:10:57.019 INFO kablam! | | Oct 14 23:10:57.019 INFO kablam! | help: remove this `mut` Oct 14 23:10:57.019 INFO kablam! Oct 14 23:10:57.043 INFO kablam! warning: method is never used: `from_tuple` Oct 14 23:10:57.044 INFO kablam! --> src/primitives.rs:14:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 14 | pub fn from_tuple(t: (f32, f32)) -> Point { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `from_tuple` Oct 14 23:10:57.044 INFO kablam! --> src/primitives.rs:58:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 58 | pub fn from_tuple(t: (f32, f32)) -> Size { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `to_tuple_argb` Oct 14 23:10:57.044 INFO kablam! --> src/primitives.rs:85:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 85 | pub fn to_tuple_argb(&self) -> (f32, f32, f32, f32){ Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `transform_to_inner` Oct 14 23:10:57.044 INFO kablam! --> src/primitives.rs:153:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 153 | pub fn transform_to_inner(&self, rect: Rect) -> Rect { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `expand` Oct 14 23:10:57.044 INFO kablam! --> src/primitives.rs:157:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 157 | pub fn expand(&self, margin: Thickness) -> Rect { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `rect_in` Oct 14 23:10:57.044 INFO kablam! --> src/primitives.rs:190:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 190 | pub fn rect_in(&self, container: Size) -> Rect { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `cast_element_ref` Oct 14 23:10:57.044 INFO kablam! --> src/tree.rs:24:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 24 | pub fn cast_element_ref(&self) -> Option<&T> { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `parrent` Oct 14 23:10:57.044 INFO kablam! --> src/tree.rs:104:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 104 | pub fn parrent(&self) -> Option { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `rect` Oct 14 23:10:57.044 INFO kablam! --> src/tree.rs:108:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 108 | pub fn rect(&self) -> Rect { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `element` Oct 14 23:10:57.044 INFO kablam! --> src/tree.rs:116:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 116 | pub fn element(&self) -> Ref { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `element_mut` Oct 14 23:10:57.044 INFO kablam! --> src/tree.rs:120:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 120 | pub fn element_mut(&self) -> RefMut { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `cast_element` Oct 14 23:10:57.044 INFO kablam! --> src/tree.rs:124:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 124 | pub fn cast_element(&self) -> Option> { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: field is never used: `title` Oct 14 23:10:57.044 INFO kablam! --> src/window.rs:13:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 13 | title: String, Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.044 INFO kablam! warning: method is never used: `with_size` Oct 14 23:10:57.044 INFO kablam! --> src/window.rs:135:5 Oct 14 23:10:57.044 INFO kablam! | Oct 14 23:10:57.044 INFO kablam! 135 | pub fn with_size(mut self, size: Size) -> WindowBuilder { Oct 14 23:10:57.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.044 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `with_content` Oct 14 23:10:57.045 INFO kablam! --> src/window.rs:146:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 146 | pub fn with_content(mut self, content: T) -> WindowBuilder { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: variant is never constructed: `ReadOnly` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:3:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 3 | ReadOnly, Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: variant is never constructed: `WriteOnly` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:4:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 4 | WriteOnly, Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `read_enabled` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:9:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 9 | pub fn read_enabled(&self) -> bool { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `write_enabled` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:16:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 16 | pub fn write_enabled(&self) -> bool { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `read_write_enabled` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:23:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 23 | pub fn read_write_enabled(&self) -> bool { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `suits` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:30:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 30 | pub fn suits(&self, other: AccessType) -> bool{ Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: struct is never constructed: `Property` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:39:1 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 39 | pub struct Property { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `new` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:52:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 52 | pub fn new>(name: S, access_type: AccessType, source: Box>) -> Result, String> { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `name` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:64:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 64 | pub fn name(&self) -> &str { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `access_type` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:68:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 68 | pub fn access_type(&self) -> AccessType { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `get` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:72:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 72 | pub fn get(&self) -> T { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `set` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:79:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 79 | pub fn set(&self, value: T) { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: struct is never constructed: `Variable` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:92:5 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.045 INFO kablam! 92 | pub struct Variable { Oct 14 23:10:57.045 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.045 INFO kablam! Oct 14 23:10:57.045 INFO kablam! warning: method is never used: `new` Oct 14 23:10:57.045 INFO kablam! --> src/property.rs:97:9 Oct 14 23:10:57.045 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! 97 | pub fn new(default: T) -> Variable { Oct 14 23:10:57.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.046 INFO kablam! Oct 14 23:10:57.046 INFO kablam! warning: variant is never constructed: `Rect` Oct 14 23:10:57.046 INFO kablam! --> src/render.rs:187:5 Oct 14 23:10:57.046 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! 187 | Rect(Rect, Color), Oct 14 23:10:57.046 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.046 INFO kablam! Oct 14 23:10:57.046 INFO kablam! warning: method is never used: `add_many` Oct 14 23:10:57.046 INFO kablam! --> src/render.rs:205:5 Oct 14 23:10:57.046 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! 205 | pub fn add_many(&mut self, commands: RenderCommandList) { Oct 14 23:10:57.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.046 INFO kablam! Oct 14 23:10:57.046 INFO kablam! warning: method is never used: `get_message_type_id` Oct 14 23:10:57.046 INFO kablam! --> src/msg.rs:4:5 Oct 14 23:10:57.046 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! 4 | fn get_message_type_id(&self) -> TypeId { Oct 14 23:10:57.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.046 INFO kablam! Oct 14 23:10:57.046 INFO kablam! warning: method is never used: `cast` Oct 14 23:10:57.046 INFO kablam! --> src/msg.rs:8:5 Oct 14 23:10:57.046 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! 8 | pub fn cast(self: Box) -> Option { Oct 14 23:10:57.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.046 INFO kablam! Oct 14 23:10:57.046 INFO kablam! warning: the feature `ptr_eq` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 14 23:10:57.046 INFO kablam! --> src/main.rs:1:12 Oct 14 23:10:57.046 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! 1 | #![feature(ptr_eq)] Oct 14 23:10:57.046 INFO kablam! | ^^^^^^ Oct 14 23:10:57.046 INFO kablam! | Oct 14 23:10:57.046 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:10:57.046 INFO kablam! Oct 14 23:10:57.059 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:10:57.059 INFO kablam! --> src/main.rs:202:5 Oct 14 23:10:57.059 INFO kablam! | Oct 14 23:10:57.059 INFO kablam! 202 | my_logger::init(log::LogLevel::Debug); Oct 14 23:10:57.059 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:57.059 INFO kablam! | Oct 14 23:10:57.059 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:10:57.059 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:10:57.059 INFO kablam! Oct 14 23:11:01.152 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 29s Oct 14 23:11:01.159 INFO kablam! su: No module specific data is present Oct 14 23:11:01.915 INFO running `"docker" "rm" "-f" "56865f3fb8fdb9f58f8e06007dea0e984c9c52818c54df104e080101a0c97e4a"` Oct 14 23:11:02.191 INFO blam! 56865f3fb8fdb9f58f8e06007dea0e984c9c52818c54df104e080101a0c97e4a Oct 14 23:11:02.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:11:02.659 INFO blam! dcb7205de1fd4d2cebe16661076776ef332a3265abd24e36004ccfea23190b7c Oct 14 23:11:02.661 INFO running `"docker" "start" "-a" "dcb7205de1fd4d2cebe16661076776ef332a3265abd24e36004ccfea23190b7c"` Oct 14 23:11:04.722 INFO kablam! usermod: no changes Oct 14 23:11:04.951 INFO kablam! Compiling my-ui v0.1.0 (/source) Oct 14 23:11:05.934 INFO kablam! warning: unused import: `glium::glutin` Oct 14 23:11:05.934 INFO kablam! --> src/render.rs:3:5 Oct 14 23:11:05.934 INFO kablam! | Oct 14 23:11:05.934 INFO kablam! 3 | use glium::glutin; Oct 14 23:11:05.934 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:11:05.935 INFO kablam! | Oct 14 23:11:05.935 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 23:11:05.935 INFO kablam! Oct 14 23:11:05.935 INFO kablam! warning: unused import: `std::any::Any` Oct 14 23:11:05.935 INFO kablam! --> src/main.rs:18:5 Oct 14 23:11:05.935 INFO kablam! | Oct 14 23:11:05.935 INFO kablam! 18 | use std::any::Any; Oct 14 23:11:05.935 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:11:05.935 INFO kablam! Oct 14 23:11:06.307 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.307 INFO kablam! --> src/tree.rs:235:28 Oct 14 23:11:06.307 INFO kablam! | Oct 14 23:11:06.307 INFO kablam! 235 | fn init(&mut self, node: NodeRef) { Oct 14 23:11:06.307 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.307 INFO kablam! | Oct 14 23:11:06.307 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:11:06.307 INFO kablam! Oct 14 23:11:06.307 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.307 INFO kablam! --> src/tree.rs:239:27 Oct 14 23:11:06.307 INFO kablam! | Oct 14 23:11:06.307 INFO kablam! 239 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:11:06.307 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.307 INFO kablam! Oct 14 23:11:06.307 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.307 INFO kablam! --> src/tree.rs:243:30 Oct 14 23:11:06.307 INFO kablam! | Oct 14 23:11:06.307 INFO kablam! 243 | fn layout(&mut self, node: NodeRef, container: Size) { Oct 14 23:11:06.307 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.307 INFO kablam! Oct 14 23:11:06.307 INFO kablam! warning: unused variable: `container` Oct 14 23:11:06.307 INFO kablam! --> src/tree.rs:243:45 Oct 14 23:11:06.307 INFO kablam! | Oct 14 23:11:06.307 INFO kablam! 243 | fn layout(&mut self, node: NodeRef, container: Size) { Oct 14 23:11:06.307 INFO kablam! | ^^^^^^^^^ help: consider using `_container` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/tree.rs:247:26 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 247 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:29:24 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 29 | fn init(&mut self, node: NodeRef){ Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:33:23 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 33 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:43:22 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 43 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:63:23 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 63 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:77:22 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 77 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:141:23 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 141 | fn measure(&self, node: NodeRef) -> Size { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:160:22 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 160 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:169:24 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 169 | fn init(&mut self, node: NodeRef){ Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.308 INFO kablam! warning: unused variable: `node` Oct 14 23:11:06.308 INFO kablam! --> src/main.rs:195:22 Oct 14 23:11:06.308 INFO kablam! | Oct 14 23:11:06.308 INFO kablam! 195 | fn render(&self, node: NodeRef) -> RenderCommandList { Oct 14 23:11:06.308 INFO kablam! | ^^^^ help: consider using `_node` instead Oct 14 23:11:06.308 INFO kablam! Oct 14 23:11:06.319 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.319 INFO kablam! --> src/main.rs:38:26 Oct 14 23:11:06.319 INFO kablam! | Oct 14 23:11:06.319 INFO kablam! 38 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:11:06.319 INFO kablam! | ----^^^^ Oct 14 23:11:06.319 INFO kablam! | | Oct 14 23:11:06.319 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.319 INFO kablam! | Oct 14 23:11:06.319 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 23:11:06.319 INFO kablam! Oct 14 23:11:06.319 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.319 INFO kablam! --> src/main.rs:68:26 Oct 14 23:11:06.319 INFO kablam! | Oct 14 23:11:06.319 INFO kablam! 68 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:11:06.319 INFO kablam! | ----^^^^ Oct 14 23:11:06.319 INFO kablam! | | Oct 14 23:11:06.319 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.319 INFO kablam! Oct 14 23:11:06.339 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.339 INFO kablam! --> src/main.rs:146:26 Oct 14 23:11:06.339 INFO kablam! | Oct 14 23:11:06.339 INFO kablam! 146 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:11:06.339 INFO kablam! | ----^^^^ Oct 14 23:11:06.339 INFO kablam! | | Oct 14 23:11:06.339 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.339 INFO kablam! Oct 14 23:11:06.342 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.342 INFO kablam! --> src/main.rs:182:26 Oct 14 23:11:06.342 INFO kablam! | Oct 14 23:11:06.342 INFO kablam! 182 | fn layout(&mut self, mut node: NodeRef, container: Size) { Oct 14 23:11:06.342 INFO kablam! | ----^^^^ Oct 14 23:11:06.342 INFO kablam! | | Oct 14 23:11:06.342 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.342 INFO kablam! Oct 14 23:11:06.343 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.343 INFO kablam! --> src/main.rs:209:13 Oct 14 23:11:06.343 INFO kablam! | Oct 14 23:11:06.343 INFO kablam! 209 | let mut border = window.set_content(Box::new(TestBorder::new(Thickness::hv(4.0, 8.0)))); Oct 14 23:11:06.343 INFO kablam! | ----^^^^^^ Oct 14 23:11:06.343 INFO kablam! | | Oct 14 23:11:06.343 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.343 INFO kablam! Oct 14 23:11:06.355 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.355 INFO kablam! --> src/main.rs:211:13 Oct 14 23:11:06.355 INFO kablam! | Oct 14 23:11:06.355 INFO kablam! 211 | let mut list = border.cast_element_mut::().unwrap().set_content(Box::new(TestList::new())); Oct 14 23:11:06.355 INFO kablam! | ----^^^^ Oct 14 23:11:06.355 INFO kablam! | | Oct 14 23:11:06.355 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.355 INFO kablam! Oct 14 23:11:06.411 INFO kablam! warning: variable does not need to be mutable Oct 14 23:11:06.411 INFO kablam! --> src/window.rs:103:21 Oct 14 23:11:06.411 INFO kablam! | Oct 14 23:11:06.411 INFO kablam! 103 | if let Some(mut root) = self.tree.root() { Oct 14 23:11:06.411 INFO kablam! | ----^^^^ Oct 14 23:11:06.411 INFO kablam! | | Oct 14 23:11:06.411 INFO kablam! | help: remove this `mut` Oct 14 23:11:06.411 INFO kablam! Oct 14 23:11:06.443 INFO kablam! warning: method is never used: `from_tuple` Oct 14 23:11:06.443 INFO kablam! --> src/primitives.rs:14:5 Oct 14 23:11:06.443 INFO kablam! | Oct 14 23:11:06.443 INFO kablam! 14 | pub fn from_tuple(t: (f32, f32)) -> Point { Oct 14 23:11:06.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.443 INFO kablam! | Oct 14 23:11:06.451 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:11:06.451 INFO kablam! Oct 14 23:11:06.451 INFO kablam! warning: method is never used: `from_tuple` Oct 14 23:11:06.451 INFO kablam! --> src/primitives.rs:58:5 Oct 14 23:11:06.451 INFO kablam! | Oct 14 23:11:06.451 INFO kablam! 58 | pub fn from_tuple(t: (f32, f32)) -> Size { Oct 14 23:11:06.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.451 INFO kablam! Oct 14 23:11:06.451 INFO kablam! warning: method is never used: `to_tuple_argb` Oct 14 23:11:06.451 INFO kablam! --> src/primitives.rs:85:5 Oct 14 23:11:06.451 INFO kablam! | Oct 14 23:11:06.451 INFO kablam! 85 | pub fn to_tuple_argb(&self) -> (f32, f32, f32, f32){ Oct 14 23:11:06.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.451 INFO kablam! Oct 14 23:11:06.451 INFO kablam! warning: method is never used: `transform_to_inner` Oct 14 23:11:06.451 INFO kablam! --> src/primitives.rs:153:5 Oct 14 23:11:06.451 INFO kablam! | Oct 14 23:11:06.451 INFO kablam! 153 | pub fn transform_to_inner(&self, rect: Rect) -> Rect { Oct 14 23:11:06.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.451 INFO kablam! Oct 14 23:11:06.451 INFO kablam! warning: method is never used: `expand` Oct 14 23:11:06.451 INFO kablam! --> src/primitives.rs:157:5 Oct 14 23:11:06.451 INFO kablam! | Oct 14 23:11:06.451 INFO kablam! 157 | pub fn expand(&self, margin: Thickness) -> Rect { Oct 14 23:11:06.451 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.451 INFO kablam! Oct 14 23:11:06.451 INFO kablam! warning: method is never used: `rect_in` Oct 14 23:11:06.451 INFO kablam! --> src/primitives.rs:190:5 Oct 14 23:11:06.451 INFO kablam! | Oct 14 23:11:06.451 INFO kablam! 190 | pub fn rect_in(&self, container: Size) -> Rect { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `rect` Oct 14 23:11:06.452 INFO kablam! --> src/tree.rs:108:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 108 | pub fn rect(&self) -> Rect { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `element` Oct 14 23:11:06.452 INFO kablam! --> src/tree.rs:116:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 116 | pub fn element(&self) -> Ref { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `element_mut` Oct 14 23:11:06.452 INFO kablam! --> src/tree.rs:120:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 120 | pub fn element_mut(&self) -> RefMut { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: field is never used: `title` Oct 14 23:11:06.452 INFO kablam! --> src/window.rs:13:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 13 | title: String, Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `with_size` Oct 14 23:11:06.452 INFO kablam! --> src/window.rs:135:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 135 | pub fn with_size(mut self, size: Size) -> WindowBuilder { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `with_content` Oct 14 23:11:06.452 INFO kablam! --> src/window.rs:146:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 146 | pub fn with_content(mut self, content: T) -> WindowBuilder { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `access_type` Oct 14 23:11:06.452 INFO kablam! --> src/property.rs:68:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 68 | pub fn access_type(&self) -> AccessType { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: variant is never constructed: `Rect` Oct 14 23:11:06.452 INFO kablam! --> src/render.rs:187:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 187 | Rect(Rect, Color), Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: method is never used: `add_many` Oct 14 23:11:06.452 INFO kablam! --> src/render.rs:205:5 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 205 | pub fn add_many(&mut self, commands: RenderCommandList) { Oct 14 23:11:06.452 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.452 INFO kablam! warning: the feature `ptr_eq` has been stable since 1.17.0 and no longer requires an attribute to enable Oct 14 23:11:06.452 INFO kablam! --> src/main.rs:1:12 Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! 1 | #![feature(ptr_eq)] Oct 14 23:11:06.452 INFO kablam! | ^^^^^^ Oct 14 23:11:06.452 INFO kablam! | Oct 14 23:11:06.452 INFO kablam! = note: #[warn(stable_features)] on by default Oct 14 23:11:06.452 INFO kablam! Oct 14 23:11:06.467 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 23:11:06.467 INFO kablam! --> src/main.rs:202:5 Oct 14 23:11:06.467 INFO kablam! | Oct 14 23:11:06.467 INFO kablam! 202 | my_logger::init(log::LogLevel::Debug); Oct 14 23:11:06.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:11:06.467 INFO kablam! | Oct 14 23:11:06.467 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 23:11:06.467 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 23:11:06.467 INFO kablam! Oct 14 23:11:08.670 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.92s Oct 14 23:11:08.680 INFO kablam! su: No module specific data is present Oct 14 23:11:10.221 INFO running `"docker" "rm" "-f" "dcb7205de1fd4d2cebe16661076776ef332a3265abd24e36004ccfea23190b7c"` Oct 14 23:11:10.547 INFO blam! dcb7205de1fd4d2cebe16661076776ef332a3265abd24e36004ccfea23190b7c Oct 14 23:11:10.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 23:11:11.063 INFO blam! b401c656555baf4ad9d7d65a5b77027716f9dae3a83c3d3de4a1b36aff728625 Oct 14 23:11:11.069 INFO running `"docker" "start" "-a" "b401c656555baf4ad9d7d65a5b77027716f9dae3a83c3d3de4a1b36aff728625"` Oct 14 23:11:12.798 INFO kablam! usermod: no changes Oct 14 23:11:12.923 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 23:11:12.937 INFO kablam! Running /target/debug/deps/my_ui-40971fb5a857ef4a Oct 14 23:11:12.947 INFO blam! Oct 14 23:11:12.947 INFO blam! running 10 tests Oct 14 23:11:12.951 INFO blam! test tree::tests::add_child_adds_child ... ok Oct 14 23:11:12.959 INFO blam! test msg::tests::cast_to_none ... ok Oct 14 23:11:12.959 INFO blam! test property::tests::variable_property ... ok Oct 14 23:11:12.959 INFO blam! test msg::tests::cast_to_some ... ok Oct 14 23:11:12.959 INFO blam! test property::tests::property_name_get ... ok Oct 14 23:11:12.959 INFO blam! test tree::tests::new_tree_has_empty_root ... ok Oct 14 23:11:12.959 INFO blam! test tree::tests::tree_root_has_no_parrent ... ok Oct 14 23:11:12.962 INFO blam! test tree::tests::tree_set_root_sets_root ... ok Oct 14 23:11:12.999 INFO blam! test property::tests::set_read_only_property ... ok Oct 14 23:11:12.999 INFO blam! test property::tests::read_write_only_property ... ok Oct 14 23:11:12.999 INFO blam! Oct 14 23:11:12.999 INFO blam! test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:11:12.999 INFO blam! Oct 14 23:11:12.999 INFO kablam! su: No module specific data is present Oct 14 23:11:13.669 INFO running `"docker" "rm" "-f" "b401c656555baf4ad9d7d65a5b77027716f9dae3a83c3d3de4a1b36aff728625"` Oct 14 23:11:13.957 INFO blam! b401c656555baf4ad9d7d65a5b77027716f9dae3a83c3d3de4a1b36aff728625