Sep 02 04:47:48.322 INFO checking pistoncore-event-0.4.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 04:47:48.323 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 04:47:48.323 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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.484 INFO blam! 007dd2284d906fd073f2a8b48f5466e90adf903479be738be8b8a0104c93a6e5 Sep 02 04:47:48.486 INFO running `"docker" "start" "-a" "007dd2284d906fd073f2a8b48f5466e90adf903479be738be8b8a0104c93a6e5"` Sep 02 04:47:49.205 INFO kablam! Checking piston-float v0.1.0 Sep 02 04:47:49.205 INFO kablam! Checking clock_ticks v0.0.6 Sep 02 04:47:49.208 INFO kablam! Checking pistoncore-input v0.2.0 Sep 02 04:47:49.859 INFO kablam! Checking piston-viewport v0.1.0 Sep 02 04:47:52.111 INFO kablam! Checking pistoncore-window v0.3.0 Sep 02 04:47:52.994 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 02 04:47:54.019 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 02 04:47:55.211 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/generic_event.rs:37:5 Sep 02 04:47:55.212 INFO kablam! | Sep 02 04:47:55.213 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, 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.214 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.214 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.214 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.214 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/render.rs:8:5 Sep 02 04:47:55.214 INFO kablam! | Sep 02 04:47:55.214 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, 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.215 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.215 INFO kablam! --> src/after_render.rs:10:5 Sep 02 04:47:55.215 INFO kablam! | Sep 02 04:47:55.215 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.215 INFO kablam! | Sep 02 04:47:55.215 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.215 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.215 INFO kablam! --> src/press.rs:9:5 Sep 02 04:47:55.215 INFO kablam! | Sep 02 04:47:55.215 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.215 INFO kablam! | Sep 02 04:47:55.215 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.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/release.rs:9:5 Sep 02 04:47:55.217 INFO kablam! | Sep 02 04:47:55.217 INFO kablam! 9 | fn from_button(button: Button, 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.218 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.218 INFO kablam! Sep 02 04:47:55.218 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.218 INFO kablam! --> src/mouse.rs:8:5 Sep 02 04:47:55.218 INFO kablam! | Sep 02 04:47:55.218 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.218 INFO kablam! | Sep 02 04:47:55.218 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.218 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.218 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.218 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.218 INFO kablam! Sep 02 04:47:55.221 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.221 INFO kablam! --> src/mouse.rs:42:5 Sep 02 04:47:55.221 INFO kablam! | Sep 02 04:47:55.221 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.221 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.221 INFO kablam! | Sep 02 04:47:55.221 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.221 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.221 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.222 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.222 INFO kablam! Sep 02 04:47:55.223 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.223 INFO kablam! --> src/mouse.rs:76:5 Sep 02 04:47:55.223 INFO kablam! | Sep 02 04:47:55.223 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.223 INFO kablam! | Sep 02 04:47:55.223 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.223 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.223 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.223 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.223 INFO kablam! Sep 02 04:47:55.224 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.224 INFO kablam! --> src/text.rs:9:5 Sep 02 04:47:55.224 INFO kablam! | Sep 02 04:47:55.224 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 02 04:47:55.225 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.225 INFO kablam! | Sep 02 04:47:55.225 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.225 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.225 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.225 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.225 INFO kablam! Sep 02 04:47:55.225 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.225 INFO kablam! --> src/resize.rs:8:5 Sep 02 04:47:55.226 INFO kablam! | Sep 02 04:47:55.226 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 02 04:47:55.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.226 INFO kablam! | Sep 02 04:47:55.226 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.226 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.226 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.226 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.227 INFO kablam! Sep 02 04:47:55.227 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.227 INFO kablam! --> src/focus.rs:8:5 Sep 02 04:47:55.227 INFO kablam! | Sep 02 04:47:55.227 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 02 04:47:55.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.228 INFO kablam! | Sep 02 04:47:55.228 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.228 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.228 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.228 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.228 INFO kablam! Sep 02 04:47:55.246 INFO kablam! error: aborting due to 11 previous errors Sep 02 04:47:55.247 INFO kablam! Sep 02 04:47:55.247 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:55.256 INFO kablam! error: Could not compile `pistoncore-event`. Sep 02 04:47:55.256 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 04:47:55.633 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.633 INFO kablam! --> src/generic_event.rs:37:5 Sep 02 04:47:55.633 INFO kablam! | Sep 02 04:47:55.633 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 02 04:47:55.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.633 INFO kablam! | Sep 02 04:47:55.633 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.633 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.634 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.634 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.634 INFO kablam! Sep 02 04:47:55.635 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.635 INFO kablam! --> src/render.rs:8:5 Sep 02 04:47:55.635 INFO kablam! | Sep 02 04:47:55.635 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.635 INFO kablam! | Sep 02 04:47:55.635 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.635 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.635 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.635 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.635 INFO kablam! Sep 02 04:47:55.636 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.636 INFO kablam! --> src/after_render.rs:10:5 Sep 02 04:47:55.636 INFO kablam! | Sep 02 04:47:55.636 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 02 04:47:55.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.636 INFO kablam! | Sep 02 04:47:55.636 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.636 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.636 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.636 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.636 INFO kablam! Sep 02 04:47:55.637 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.637 INFO kablam! --> src/press.rs:9:5 Sep 02 04:47:55.637 INFO kablam! | Sep 02 04:47:55.638 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.638 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.638 INFO kablam! | Sep 02 04:47:55.638 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.638 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.638 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.638 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.638 INFO kablam! Sep 02 04:47:55.639 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.639 INFO kablam! --> src/release.rs:9:5 Sep 02 04:47:55.639 INFO kablam! | Sep 02 04:47:55.639 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 02 04:47:55.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.639 INFO kablam! | Sep 02 04:47:55.639 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.639 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.639 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.639 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.640 INFO kablam! Sep 02 04:47:55.640 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.640 INFO kablam! --> src/mouse.rs:8:5 Sep 02 04:47:55.640 INFO kablam! | Sep 02 04:47:55.640 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.640 INFO kablam! | Sep 02 04:47:55.640 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.640 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.640 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.640 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.641 INFO kablam! Sep 02 04:47:55.643 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.643 INFO kablam! --> src/mouse.rs:42:5 Sep 02 04:47:55.643 INFO kablam! | Sep 02 04:47:55.643 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.644 INFO kablam! | Sep 02 04:47:55.644 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.644 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.644 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.644 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.644 INFO kablam! Sep 02 04:47:55.645 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.645 INFO kablam! --> src/mouse.rs:76:5 Sep 02 04:47:55.645 INFO kablam! | Sep 02 04:47:55.645 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 02 04:47:55.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.645 INFO kablam! | Sep 02 04:47:55.645 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.645 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.645 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.645 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.645 INFO kablam! Sep 02 04:47:55.647 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.647 INFO kablam! --> src/text.rs:9:5 Sep 02 04:47:55.647 INFO kablam! | Sep 02 04:47:55.648 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 02 04:47:55.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.648 INFO kablam! | Sep 02 04:47:55.648 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.648 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.648 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.648 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.648 INFO kablam! Sep 02 04:47:55.648 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.648 INFO kablam! --> src/resize.rs:8:5 Sep 02 04:47:55.648 INFO kablam! | Sep 02 04:47:55.648 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 02 04:47:55.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.648 INFO kablam! | Sep 02 04:47:55.648 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.648 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.648 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.648 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.648 INFO kablam! Sep 02 04:47:55.649 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 02 04:47:55.649 INFO kablam! --> src/focus.rs:8:5 Sep 02 04:47:55.649 INFO kablam! | Sep 02 04:47:55.649 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 02 04:47:55.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 02 04:47:55.649 INFO kablam! | Sep 02 04:47:55.649 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 02 04:47:55.649 INFO kablam! = note: to learn more, visit Sep 02 04:47:55.649 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 02 04:47:55.650 INFO kablam! = note: required by `std::option::Option` Sep 02 04:47:55.650 INFO kablam! Sep 02 04:47:55.668 INFO kablam! error: aborting due to 11 previous errors Sep 02 04:47:55.668 INFO kablam! Sep 02 04:47:55.668 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 02 04:47:55.678 INFO kablam! error: Could not compile `pistoncore-event`. Sep 02 04:47:55.678 INFO kablam! Sep 02 04:47:55.678 INFO kablam! To learn more, run the command again with --verbose. Sep 02 04:47:55.680 INFO kablam! su: No module specific data is present Sep 02 04:47:56.213 INFO running `"docker" "rm" "-f" "007dd2284d906fd073f2a8b48f5466e90adf903479be738be8b8a0104c93a6e5"` Sep 02 04:47:56.328 INFO blam! 007dd2284d906fd073f2a8b48f5466e90adf903479be738be8b8a0104c93a6e5