Sep 04 11:10:48.574 INFO checking pistoncore-event-0.4.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 11:10:48.574 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 11:10:48.574 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 11:10:48.742 INFO blam! 96be00b95b282db9da82d32efe630acd622c6b4301a2686a540e7865ad513505 Sep 04 11:10:48.744 INFO running `"docker" "start" "-a" "96be00b95b282db9da82d32efe630acd622c6b4301a2686a540e7865ad513505"` Sep 04 11:10:49.554 INFO kablam! Checking piston-float v0.1.0 Sep 04 11:10:49.554 INFO kablam! Checking clock_ticks v0.0.6 Sep 04 11:10:49.556 INFO kablam! Checking pistoncore-input v0.2.0 Sep 04 11:10:50.121 INFO kablam! Checking piston-viewport v0.1.0 Sep 04 11:10:52.117 INFO kablam! Checking pistoncore-window v0.3.0 Sep 04 11:10:52.890 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 04 11:10:53.894 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 04 11:10:55.194 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.194 INFO kablam! --> src/generic_event.rs:37:5 Sep 04 11:10:55.194 INFO kablam! | Sep 04 11:10:55.194 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 04 11:10:55.194 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.194 INFO kablam! | Sep 04 11:10:55.194 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.194 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.194 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.194 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.194 INFO kablam! Sep 04 11:10:55.195 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.195 INFO kablam! --> src/render.rs:8:5 Sep 04 11:10:55.195 INFO kablam! | Sep 04 11:10:55.195 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 04 11:10:55.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.195 INFO kablam! | Sep 04 11:10:55.195 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.196 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.196 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.196 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.196 INFO kablam! Sep 04 11:10:55.197 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.197 INFO kablam! --> src/after_render.rs:10:5 Sep 04 11:10:55.197 INFO kablam! | Sep 04 11:10:55.197 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 04 11:10:55.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.197 INFO kablam! | Sep 04 11:10:55.197 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.197 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.197 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.197 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.197 INFO kablam! Sep 04 11:10:55.198 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.198 INFO kablam! --> src/press.rs:9:5 Sep 04 11:10:55.198 INFO kablam! | Sep 04 11:10:55.198 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 11:10:55.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.198 INFO kablam! | Sep 04 11:10:55.198 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.198 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.199 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.199 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.199 INFO kablam! Sep 04 11:10:55.200 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.200 INFO kablam! --> src/release.rs:9:5 Sep 04 11:10:55.200 INFO kablam! | Sep 04 11:10:55.200 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 11:10:55.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.200 INFO kablam! | Sep 04 11:10:55.200 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.200 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.200 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.200 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.200 INFO kablam! Sep 04 11:10:55.201 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.201 INFO kablam! --> src/mouse.rs:8:5 Sep 04 11:10:55.201 INFO kablam! | Sep 04 11:10:55.201 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 11:10:55.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.201 INFO kablam! | Sep 04 11:10:55.201 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.201 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.201 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.201 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.201 INFO kablam! Sep 04 11:10:55.203 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.203 INFO kablam! --> src/mouse.rs:42:5 Sep 04 11:10:55.203 INFO kablam! | Sep 04 11:10:55.203 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 11:10:55.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.203 INFO kablam! | Sep 04 11:10:55.204 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.204 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.204 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.204 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.204 INFO kablam! Sep 04 11:10:55.205 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.205 INFO kablam! --> src/mouse.rs:76:5 Sep 04 11:10:55.205 INFO kablam! | Sep 04 11:10:55.205 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 11:10:55.205 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.205 INFO kablam! | Sep 04 11:10:55.205 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.205 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.205 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.205 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.205 INFO kablam! Sep 04 11:10:55.206 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.206 INFO kablam! --> src/text.rs:9:5 Sep 04 11:10:55.206 INFO kablam! | Sep 04 11:10:55.206 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 04 11:10:55.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.206 INFO kablam! | Sep 04 11:10:55.206 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.206 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.206 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.206 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.206 INFO kablam! Sep 04 11:10:55.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.207 INFO kablam! --> src/resize.rs:8:5 Sep 04 11:10:55.207 INFO kablam! | Sep 04 11:10:55.207 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 04 11:10:55.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.207 INFO kablam! | Sep 04 11:10:55.207 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.207 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.207 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.208 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.208 INFO kablam! Sep 04 11:10:55.209 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.209 INFO kablam! --> src/focus.rs:8:5 Sep 04 11:10:55.209 INFO kablam! | Sep 04 11:10:55.209 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 04 11:10:55.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.209 INFO kablam! | Sep 04 11:10:55.209 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.209 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.209 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.210 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.210 INFO kablam! Sep 04 11:10:55.225 INFO kablam! error: aborting due to 11 previous errors Sep 04 11:10:55.225 INFO kablam! Sep 04 11:10:55.225 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:55.234 INFO kablam! error: Could not compile `pistoncore-event`. Sep 04 11:10:55.234 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 11:10:55.272 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.272 INFO kablam! --> src/generic_event.rs:37:5 Sep 04 11:10:55.272 INFO kablam! | Sep 04 11:10:55.273 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 04 11:10:55.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.273 INFO kablam! | Sep 04 11:10:55.273 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.273 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.273 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.273 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.273 INFO kablam! Sep 04 11:10:55.274 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.274 INFO kablam! --> src/render.rs:8:5 Sep 04 11:10:55.274 INFO kablam! | Sep 04 11:10:55.274 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 04 11:10:55.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.274 INFO kablam! | Sep 04 11:10:55.274 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.274 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.275 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.275 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.275 INFO kablam! Sep 04 11:10:55.275 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.275 INFO kablam! --> src/after_render.rs:10:5 Sep 04 11:10:55.275 INFO kablam! | Sep 04 11:10:55.275 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 04 11:10:55.275 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.275 INFO kablam! | Sep 04 11:10:55.276 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.276 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.276 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.276 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.276 INFO kablam! Sep 04 11:10:55.276 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.276 INFO kablam! --> src/press.rs:9:5 Sep 04 11:10:55.276 INFO kablam! | Sep 04 11:10:55.276 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 11:10:55.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.277 INFO kablam! | Sep 04 11:10:55.277 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.277 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.277 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.277 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.277 INFO kablam! Sep 04 11:10:55.277 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.277 INFO kablam! --> src/release.rs:9:5 Sep 04 11:10:55.277 INFO kablam! | Sep 04 11:10:55.278 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 11:10:55.278 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.278 INFO kablam! | Sep 04 11:10:55.278 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.278 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.278 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.278 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.278 INFO kablam! Sep 04 11:10:55.278 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.279 INFO kablam! --> src/mouse.rs:8:5 Sep 04 11:10:55.279 INFO kablam! | Sep 04 11:10:55.279 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 11:10:55.279 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.279 INFO kablam! | Sep 04 11:10:55.279 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.279 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.279 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.279 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.279 INFO kablam! Sep 04 11:10:55.281 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.281 INFO kablam! --> src/mouse.rs:42:5 Sep 04 11:10:55.281 INFO kablam! | Sep 04 11:10:55.281 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 11:10:55.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.282 INFO kablam! | Sep 04 11:10:55.282 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.282 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.282 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.282 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.282 INFO kablam! Sep 04 11:10:55.282 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.283 INFO kablam! --> src/mouse.rs:76:5 Sep 04 11:10:55.283 INFO kablam! | Sep 04 11:10:55.283 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 11:10:55.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.283 INFO kablam! | Sep 04 11:10:55.283 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.283 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.283 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.283 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.284 INFO kablam! Sep 04 11:10:55.284 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.284 INFO kablam! --> src/text.rs:9:5 Sep 04 11:10:55.284 INFO kablam! | Sep 04 11:10:55.284 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 04 11:10:55.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.284 INFO kablam! | Sep 04 11:10:55.285 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.285 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.285 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.285 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.285 INFO kablam! Sep 04 11:10:55.285 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.285 INFO kablam! --> src/resize.rs:8:5 Sep 04 11:10:55.285 INFO kablam! | Sep 04 11:10:55.285 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 04 11:10:55.286 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.286 INFO kablam! | Sep 04 11:10:55.286 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.286 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.286 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.286 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.286 INFO kablam! Sep 04 11:10:55.286 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 11:10:55.286 INFO kablam! --> src/focus.rs:8:5 Sep 04 11:10:55.287 INFO kablam! | Sep 04 11:10:55.287 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 04 11:10:55.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 11:10:55.287 INFO kablam! | Sep 04 11:10:55.287 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 11:10:55.287 INFO kablam! = note: to learn more, visit Sep 04 11:10:55.287 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 11:10:55.287 INFO kablam! = note: required by `std::option::Option` Sep 04 11:10:55.287 INFO kablam! Sep 04 11:10:55.304 INFO kablam! error: aborting due to 11 previous errors Sep 04 11:10:55.304 INFO kablam! Sep 04 11:10:55.304 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 11:10:55.315 INFO kablam! error: Could not compile `pistoncore-event`. Sep 04 11:10:55.315 INFO kablam! Sep 04 11:10:55.315 INFO kablam! To learn more, run the command again with --verbose. Sep 04 11:10:55.317 INFO kablam! su: No module specific data is present Sep 04 11:10:55.735 INFO running `"docker" "rm" "-f" "96be00b95b282db9da82d32efe630acd622c6b4301a2686a540e7865ad513505"` Sep 04 11:10:55.825 INFO blam! 96be00b95b282db9da82d32efe630acd622c6b4301a2686a540e7865ad513505