Sep 02 04:47:48.549 INFO checking pistoncore-event-0.4.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 04:47:48.549 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 04:47:48.549 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 04:47:48.729 INFO blam! 4ce7a4916569255905aa42ba295dc44f4d0cba9ce423ab776ed44892e61315cb Sep 02 04:47:48.731 INFO running `"docker" "start" "-a" "4ce7a4916569255905aa42ba295dc44f4d0cba9ce423ab776ed44892e61315cb"` Sep 02 04:47:49.363 INFO kablam! Checking piston-float v0.1.0 Sep 02 04:47:49.363 INFO kablam! Checking clock_ticks v0.0.6 Sep 02 04:47:49.366 INFO kablam! Checking pistoncore-input v0.2.0 Sep 02 04:47:50.016 INFO kablam! Checking piston-viewport v0.1.0 Sep 02 04:47:52.311 INFO kablam! Checking pistoncore-window v0.3.0 Sep 02 04:47:53.212 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 02 04:47:54.209 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 02 04:47:55.201 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.201 INFO kablam! --> src/generic_event.rs:37:5 Sep 02 04:47:55.202 INFO kablam! | Sep 02 04:47:55.202 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 02 04:47:55.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.202 INFO kablam! | Sep 02 04:47:55.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.202 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.202 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.202 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.202 INFO kablam! Sep 02 04:47:55.203 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.203 INFO kablam! --> src/render.rs:8:5 Sep 02 04:47:55.203 INFO kablam! | Sep 02 04:47:55.203 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.203 INFO kablam! | Sep 02 04:47:55.203 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.203 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.203 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.203 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.203 INFO kablam! Sep 02 04:47:55.204 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.204 INFO kablam! --> src/after_render.rs:10:5 Sep 02 04:47:55.204 INFO kablam! | Sep 02 04:47:55.204 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.205 INFO kablam! | Sep 02 04:47:55.205 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.205 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.205 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.205 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.205 INFO kablam! Sep 02 04:47:55.206 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.206 INFO kablam! --> src/press.rs:9:5 Sep 02 04:47:55.206 INFO kablam! | Sep 02 04:47:55.206 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.206 INFO kablam! | Sep 02 04:47:55.206 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.206 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.207 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.207 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.207 INFO kablam! Sep 02 04:47:55.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.208 INFO kablam! --> src/release.rs:9:5 Sep 02 04:47:55.208 INFO kablam! | Sep 02 04:47:55.208 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.208 INFO kablam! | Sep 02 04:47:55.208 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.208 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.208 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.208 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.208 INFO kablam! Sep 02 04:47:55.212 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.212 INFO kablam! --> src/mouse.rs:8:5 Sep 02 04:47:55.212 INFO kablam! | Sep 02 04:47:55.212 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.212 INFO kablam! | Sep 02 04:47:55.212 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.212 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.212 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.212 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.212 INFO kablam! Sep 02 04:47:55.212 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.213 INFO kablam! --> src/mouse.rs:42:5 Sep 02 04:47:55.213 INFO kablam! | Sep 02 04:47:55.213 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.213 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.213 INFO kablam! | Sep 02 04:47:55.213 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.213 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.213 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.213 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.213 INFO kablam! Sep 02 04:47:55.214 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.214 INFO kablam! --> src/mouse.rs:76:5 Sep 02 04:47:55.214 INFO kablam! | Sep 02 04:47:55.214 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.214 INFO kablam! | Sep 02 04:47:55.214 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.215 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.215 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.215 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.215 INFO kablam! Sep 02 04:47:55.216 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.216 INFO kablam! --> src/text.rs:9:5 Sep 02 04:47:55.216 INFO kablam! | Sep 02 04:47:55.216 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 02 04:47:55.216 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.216 INFO kablam! | Sep 02 04:47:55.216 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.216 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.216 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.216 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.216 INFO kablam! Sep 02 04:47:55.217 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.217 INFO kablam! --> src/resize.rs:8:5 Sep 02 04:47:55.217 INFO kablam! | Sep 02 04:47:55.217 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 02 04:47:55.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.217 INFO kablam! | Sep 02 04:47:55.217 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.217 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.217 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.217 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.217 INFO kablam! Sep 02 04:47:55.219 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.219 INFO kablam! --> src/focus.rs:8:5 Sep 02 04:47:55.219 INFO kablam! | Sep 02 04:47:55.219 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 02 04:47:55.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.219 INFO kablam! | Sep 02 04:47:55.219 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.219 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.219 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.219 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.219 INFO kablam! Sep 02 04:47:55.232 INFO kablam! error: aborting due to 11 previous errors Sep 02 04:47:55.232 INFO kablam! Sep 02 04:47:55.232 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:55.241 INFO kablam! error: Could not compile `pistoncore-event`. Sep 02 04:47:55.241 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:55.791 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.791 INFO kablam! --> src/generic_event.rs:37:5 Sep 02 04:47:55.791 INFO kablam! | Sep 02 04:47:55.791 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 02 04:47:55.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.791 INFO kablam! | Sep 02 04:47:55.791 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.791 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.791 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.791 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.791 INFO kablam! Sep 02 04:47:55.792 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.792 INFO kablam! --> src/render.rs:8:5 Sep 02 04:47:55.792 INFO kablam! | Sep 02 04:47:55.792 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.792 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.793 INFO kablam! | Sep 02 04:47:55.793 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.793 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.793 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.793 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.793 INFO kablam! Sep 02 04:47:55.793 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.793 INFO kablam! --> src/after_render.rs:10:5 Sep 02 04:47:55.793 INFO kablam! | Sep 02 04:47:55.793 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.794 INFO kablam! | Sep 02 04:47:55.794 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.794 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.794 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.794 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.794 INFO kablam! Sep 02 04:47:55.796 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.796 INFO kablam! --> src/press.rs:9:5 Sep 02 04:47:55.796 INFO kablam! | Sep 02 04:47:55.796 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.796 INFO kablam! | Sep 02 04:47:55.796 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.796 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.796 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.796 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.796 INFO kablam! Sep 02 04:47:55.797 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.797 INFO kablam! --> src/release.rs:9:5 Sep 02 04:47:55.797 INFO kablam! | Sep 02 04:47:55.798 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.798 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.798 INFO kablam! | Sep 02 04:47:55.798 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.798 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.798 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.798 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.798 INFO kablam! Sep 02 04:47:55.799 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.799 INFO kablam! --> src/mouse.rs:8:5 Sep 02 04:47:55.799 INFO kablam! | Sep 02 04:47:55.799 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.799 INFO kablam! | Sep 02 04:47:55.799 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.799 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.799 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.799 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.799 INFO kablam! Sep 02 04:47:55.802 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.802 INFO kablam! --> src/mouse.rs:42:5 Sep 02 04:47:55.802 INFO kablam! | Sep 02 04:47:55.802 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.802 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.802 INFO kablam! | Sep 02 04:47:55.802 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.802 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.802 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.802 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.802 INFO kablam! Sep 02 04:47:55.804 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.804 INFO kablam! --> src/mouse.rs:76:5 Sep 02 04:47:55.804 INFO kablam! | Sep 02 04:47:55.804 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.804 INFO kablam! | Sep 02 04:47:55.804 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.804 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.804 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.804 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.804 INFO kablam! Sep 02 04:47:55.805 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.805 INFO kablam! --> src/text.rs:9:5 Sep 02 04:47:55.805 INFO kablam! | Sep 02 04:47:55.805 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 02 04:47:55.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.805 INFO kablam! | Sep 02 04:47:55.805 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.805 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.806 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.806 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.806 INFO kablam! Sep 02 04:47:55.806 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.806 INFO kablam! --> src/resize.rs:8:5 Sep 02 04:47:55.807 INFO kablam! | Sep 02 04:47:55.807 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 02 04:47:55.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.807 INFO kablam! | Sep 02 04:47:55.807 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.807 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.807 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.807 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.807 INFO kablam! Sep 02 04:47:55.808 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.808 INFO kablam! --> src/focus.rs:8:5 Sep 02 04:47:55.808 INFO kablam! | Sep 02 04:47:55.808 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 02 04:47:55.808 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.808 INFO kablam! | Sep 02 04:47:55.808 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.808 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.808 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.808 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.808 INFO kablam! Sep 02 04:47:55.827 INFO kablam! error: aborting due to 11 previous errors Sep 02 04:47:55.827 INFO kablam! Sep 02 04:47:55.827 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:55.838 INFO kablam! error: Could not compile `pistoncore-event`. Sep 02 04:47:55.838 INFO kablam! Sep 02 04:47:55.838 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:47:55.839 INFO kablam! su: No module specific data is present Sep 02 04:47:56.244 INFO running `"docker" "rm" "-f" "4ce7a4916569255905aa42ba295dc44f4d0cba9ce423ab776ed44892e61315cb"` Sep 02 04:47:56.335 INFO blam! 4ce7a4916569255905aa42ba295dc44f4d0cba9ce423ab776ed44892e61315cb