Sep 01 11:21:54.396 INFO checking pistoncore-event-0.4.0 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 11:21:54.396 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 11:21:54.397 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 11:21:54.549 INFO blam! 551489a9511ed3c16434cadd226527b06cba40946b8b1924760f3f6b01b726c9 Sep 01 11:21:54.551 INFO running `"docker" "start" "-a" "551489a9511ed3c16434cadd226527b06cba40946b8b1924760f3f6b01b726c9"` Sep 01 11:21:55.388 INFO kablam! Checking piston-float v0.1.0 Sep 01 11:21:55.388 INFO kablam! Checking clock_ticks v0.0.6 Sep 01 11:21:55.390 INFO kablam! Checking pistoncore-input v0.2.0 Sep 01 11:21:55.893 INFO kablam! Checking piston-viewport v0.1.0 Sep 01 11:21:58.065 INFO kablam! Checking pistoncore-window v0.3.0 Sep 01 11:21:58.962 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 01 11:21:59.856 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 01 11:22:01.081 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.081 INFO kablam! --> src/generic_event.rs:37:5 Sep 01 11:22:01.081 INFO kablam! | Sep 01 11:22:01.081 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 01 11:22:01.081 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.081 INFO kablam! | Sep 01 11:22:01.081 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.082 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.082 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.082 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.082 INFO kablam! Sep 01 11:22:01.083 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.083 INFO kablam! --> src/render.rs:8:5 Sep 01 11:22:01.083 INFO kablam! | Sep 01 11:22:01.083 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 01 11:22:01.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.083 INFO kablam! | Sep 01 11:22:01.083 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.083 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.083 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.083 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.083 INFO kablam! Sep 01 11:22:01.083 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.083 INFO kablam! --> src/after_render.rs:10:5 Sep 01 11:22:01.083 INFO kablam! | Sep 01 11:22:01.083 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 01 11:22:01.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.084 INFO kablam! | Sep 01 11:22:01.084 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.084 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.085 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.085 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.085 INFO kablam! Sep 01 11:22:01.086 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.086 INFO kablam! --> src/press.rs:9:5 Sep 01 11:22:01.086 INFO kablam! | Sep 01 11:22:01.086 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 01 11:22:01.086 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.086 INFO kablam! | Sep 01 11:22:01.086 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.086 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.086 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.086 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.086 INFO kablam! Sep 01 11:22:01.087 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.088 INFO kablam! --> src/release.rs:9:5 Sep 01 11:22:01.088 INFO kablam! | Sep 01 11:22:01.088 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 01 11:22:01.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.088 INFO kablam! | Sep 01 11:22:01.088 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.088 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.088 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.088 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.088 INFO kablam! Sep 01 11:22:01.088 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.088 INFO kablam! --> src/mouse.rs:8:5 Sep 01 11:22:01.088 INFO kablam! | Sep 01 11:22:01.088 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 01 11:22:01.088 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.088 INFO kablam! | Sep 01 11:22:01.089 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.089 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.089 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.089 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.089 INFO kablam! Sep 01 11:22:01.090 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.090 INFO kablam! --> src/mouse.rs:42:5 Sep 01 11:22:01.090 INFO kablam! | Sep 01 11:22:01.090 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 01 11:22:01.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.090 INFO kablam! | Sep 01 11:22:01.090 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.091 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.091 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.091 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.091 INFO kablam! Sep 01 11:22:01.091 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.091 INFO kablam! --> src/mouse.rs:76:5 Sep 01 11:22:01.092 INFO kablam! | Sep 01 11:22:01.092 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 01 11:22:01.092 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.092 INFO kablam! | Sep 01 11:22:01.092 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.092 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.092 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.092 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.092 INFO kablam! Sep 01 11:22:01.094 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.094 INFO kablam! --> src/text.rs:9:5 Sep 01 11:22:01.094 INFO kablam! | Sep 01 11:22:01.094 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 01 11:22:01.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.095 INFO kablam! | Sep 01 11:22:01.095 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.095 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.095 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.095 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.095 INFO kablam! Sep 01 11:22:01.095 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.095 INFO kablam! --> src/resize.rs:8:5 Sep 01 11:22:01.095 INFO kablam! | Sep 01 11:22:01.095 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 01 11:22:01.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.095 INFO kablam! | Sep 01 11:22:01.095 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.095 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.095 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.095 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.095 INFO kablam! Sep 01 11:22:01.095 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.095 INFO kablam! --> src/focus.rs:8:5 Sep 01 11:22:01.095 INFO kablam! | Sep 01 11:22:01.095 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 01 11:22:01.095 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.095 INFO kablam! | Sep 01 11:22:01.095 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.096 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.096 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.096 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.096 INFO kablam! Sep 01 11:22:01.106 INFO kablam! error: aborting due to 11 previous errors Sep 01 11:22:01.106 INFO kablam! Sep 01 11:22:01.106 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:22:01.113 INFO kablam! error: Could not compile `pistoncore-event`. Sep 01 11:22:01.113 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 11:22:01.196 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.196 INFO kablam! --> src/generic_event.rs:37:5 Sep 01 11:22:01.196 INFO kablam! | Sep 01 11:22:01.196 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 01 11:22:01.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.196 INFO kablam! | Sep 01 11:22:01.196 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.196 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.196 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.196 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.196 INFO kablam! Sep 01 11:22:01.197 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.197 INFO kablam! --> src/render.rs:8:5 Sep 01 11:22:01.198 INFO kablam! | Sep 01 11:22:01.198 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 01 11:22:01.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.198 INFO kablam! | Sep 01 11:22:01.198 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.198 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.198 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.198 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.198 INFO kablam! Sep 01 11:22:01.198 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.198 INFO kablam! --> src/after_render.rs:10:5 Sep 01 11:22:01.199 INFO kablam! | Sep 01 11:22:01.199 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 01 11:22:01.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.199 INFO kablam! | Sep 01 11:22:01.199 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.199 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.199 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.199 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.199 INFO kablam! Sep 01 11:22:01.200 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.200 INFO kablam! --> src/press.rs:9:5 Sep 01 11:22:01.201 INFO kablam! | Sep 01 11:22:01.201 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 01 11:22:01.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.201 INFO kablam! | Sep 01 11:22:01.201 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.201 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.201 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.201 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.201 INFO kablam! Sep 01 11:22:01.202 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.202 INFO kablam! --> src/release.rs:9:5 Sep 01 11:22:01.202 INFO kablam! | Sep 01 11:22:01.202 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 01 11:22:01.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.202 INFO kablam! | Sep 01 11:22:01.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.202 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.202 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.202 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.203 INFO kablam! Sep 01 11:22:01.203 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.203 INFO kablam! --> src/mouse.rs:8:5 Sep 01 11:22:01.203 INFO kablam! | Sep 01 11:22:01.203 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 01 11:22:01.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.203 INFO kablam! | Sep 01 11:22:01.203 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.203 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.203 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.203 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.203 INFO kablam! Sep 01 11:22:01.206 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.206 INFO kablam! --> src/mouse.rs:42:5 Sep 01 11:22:01.206 INFO kablam! | Sep 01 11:22:01.207 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 01 11:22:01.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.207 INFO kablam! | Sep 01 11:22:01.207 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.207 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.207 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.207 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.207 INFO kablam! Sep 01 11:22:01.208 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.208 INFO kablam! --> src/mouse.rs:76:5 Sep 01 11:22:01.208 INFO kablam! | Sep 01 11:22:01.208 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 01 11:22:01.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.208 INFO kablam! | Sep 01 11:22:01.208 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.208 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.208 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.208 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.208 INFO kablam! Sep 01 11:22:01.210 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.210 INFO kablam! --> src/text.rs:9:5 Sep 01 11:22:01.210 INFO kablam! | Sep 01 11:22:01.210 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 01 11:22:01.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.210 INFO kablam! | Sep 01 11:22:01.210 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.210 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.210 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.210 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.210 INFO kablam! Sep 01 11:22:01.211 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.211 INFO kablam! --> src/resize.rs:8:5 Sep 01 11:22:01.211 INFO kablam! | Sep 01 11:22:01.211 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 01 11:22:01.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.211 INFO kablam! | Sep 01 11:22:01.211 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.211 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.211 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.211 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.211 INFO kablam! Sep 01 11:22:01.214 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 01 11:22:01.214 INFO kablam! --> src/focus.rs:8:5 Sep 01 11:22:01.214 INFO kablam! | Sep 01 11:22:01.214 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 01 11:22:01.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 01 11:22:01.214 INFO kablam! | Sep 01 11:22:01.214 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 01 11:22:01.214 INFO kablam! = note: to learn more, visit Sep 01 11:22:01.214 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 01 11:22:01.214 INFO kablam! = note: required by `std::option::Option` Sep 01 11:22:01.214 INFO kablam! Sep 01 11:22:01.232 INFO kablam! error: aborting due to 11 previous errors Sep 01 11:22:01.232 INFO kablam! Sep 01 11:22:01.232 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 01 11:22:01.241 INFO kablam! error: Could not compile `pistoncore-event`. Sep 01 11:22:01.241 INFO kablam! Sep 01 11:22:01.241 INFO kablam! To learn more, run the command again with --verbose. Sep 01 11:22:01.243 INFO kablam! su: No module specific data is present Sep 01 11:22:01.805 INFO running `"docker" "rm" "-f" "551489a9511ed3c16434cadd226527b06cba40946b8b1924760f3f6b01b726c9"` Sep 01 11:22:01.898 INFO blam! 551489a9511ed3c16434cadd226527b06cba40946b8b1924760f3f6b01b726c9