Sep 19 22:50:40.667 INFO checking pistoncore-event-0.4.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 22:50:40.667 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 22:50:40.667 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:50:40.931 INFO blam! 296f58a777e230ab62d98fc5dbcac9764b099f4840b92b5a9e5a74544f367ef7 Sep 19 22:50:40.933 INFO running `"docker" "start" "-a" "296f58a777e230ab62d98fc5dbcac9764b099f4840b92b5a9e5a74544f367ef7"` Sep 19 22:50:41.822 INFO kablam! usermod: no changes Sep 19 22:50:41.966 INFO kablam! Checking bitflags v0.3.3 Sep 19 22:50:41.967 INFO kablam! Checking piston-float v0.1.0 Sep 19 22:50:41.967 INFO kablam! Checking clock_ticks v0.0.6 Sep 19 22:50:42.312 INFO kablam! Checking pistoncore-input v0.2.0 Sep 19 22:50:42.327 INFO kablam! Checking piston-viewport v0.1.0 Sep 19 22:50:43.962 INFO kablam! Checking pistoncore-window v0.3.0 Sep 19 22:50:44.491 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 19 22:50:45.171 INFO kablam! Checking pistoncore-event v0.4.0 (/source) Sep 19 22:50:45.758 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.758 INFO kablam! --> src/generic_event.rs:37:5 Sep 19 22:50:45.758 INFO kablam! | Sep 19 22:50:45.758 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 19 22:50:45.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.758 INFO kablam! | Sep 19 22:50:45.758 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.758 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.758 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.758 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.758 INFO kablam! Sep 19 22:50:45.758 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.758 INFO kablam! --> src/render.rs:8:5 Sep 19 22:50:45.758 INFO kablam! | Sep 19 22:50:45.758 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 19 22:50:45.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.758 INFO kablam! | Sep 19 22:50:45.758 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.758 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.758 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.758 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.758 INFO kablam! Sep 19 22:50:45.758 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.758 INFO kablam! --> src/after_render.rs:10:5 Sep 19 22:50:45.758 INFO kablam! | Sep 19 22:50:45.758 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 19 22:50:45.758 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.759 INFO kablam! | Sep 19 22:50:45.759 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.759 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.759 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.759 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.759 INFO kablam! Sep 19 22:50:45.759 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.759 INFO kablam! --> src/press.rs:9:5 Sep 19 22:50:45.759 INFO kablam! | Sep 19 22:50:45.759 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 22:50:45.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.759 INFO kablam! | Sep 19 22:50:45.759 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.759 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.759 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.759 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.759 INFO kablam! Sep 19 22:50:45.759 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.759 INFO kablam! --> src/release.rs:9:5 Sep 19 22:50:45.759 INFO kablam! | Sep 19 22:50:45.759 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 22:50:45.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.759 INFO kablam! | Sep 19 22:50:45.759 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.759 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.759 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.759 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.759 INFO kablam! Sep 19 22:50:45.760 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.760 INFO kablam! --> src/mouse.rs:8:5 Sep 19 22:50:45.760 INFO kablam! | Sep 19 22:50:45.760 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 22:50:45.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.760 INFO kablam! | Sep 19 22:50:45.760 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.760 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.760 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.760 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.760 INFO kablam! Sep 19 22:50:45.762 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.762 INFO kablam! --> src/mouse.rs:42:5 Sep 19 22:50:45.762 INFO kablam! | Sep 19 22:50:45.762 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 22:50:45.762 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.762 INFO kablam! | Sep 19 22:50:45.762 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.762 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.762 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.762 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.762 INFO kablam! Sep 19 22:50:45.763 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.763 INFO kablam! --> src/mouse.rs:76:5 Sep 19 22:50:45.763 INFO kablam! | Sep 19 22:50:45.763 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 22:50:45.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.763 INFO kablam! | Sep 19 22:50:45.763 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.763 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.763 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.763 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.763 INFO kablam! Sep 19 22:50:45.763 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.764 INFO kablam! --> src/text.rs:9:5 Sep 19 22:50:45.764 INFO kablam! | Sep 19 22:50:45.764 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 19 22:50:45.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.764 INFO kablam! | Sep 19 22:50:45.764 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.764 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.764 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.765 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.765 INFO kablam! Sep 19 22:50:45.765 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.765 INFO kablam! --> src/resize.rs:8:5 Sep 19 22:50:45.765 INFO kablam! | Sep 19 22:50:45.765 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 19 22:50:45.765 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.765 INFO kablam! | Sep 19 22:50:45.765 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.765 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.765 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.766 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.766 INFO kablam! Sep 19 22:50:45.766 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:45.766 INFO kablam! --> src/focus.rs:8:5 Sep 19 22:50:45.766 INFO kablam! | Sep 19 22:50:45.766 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 19 22:50:45.766 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:45.766 INFO kablam! | Sep 19 22:50:45.766 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:45.766 INFO kablam! = note: to learn more, visit Sep 19 22:50:45.766 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:45.766 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:45.767 INFO kablam! Sep 19 22:50:45.778 INFO kablam! error: aborting due to 11 previous errors Sep 19 22:50:45.778 INFO kablam! Sep 19 22:50:45.778 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:45.784 INFO kablam! error: Could not compile `pistoncore-event`. Sep 19 22:50:45.784 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 22:50:46.043 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.043 INFO kablam! --> src/generic_event.rs:37:5 Sep 19 22:50:46.043 INFO kablam! | Sep 19 22:50:46.043 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 19 22:50:46.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.043 INFO kablam! | Sep 19 22:50:46.043 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.043 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.043 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.043 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.043 INFO kablam! Sep 19 22:50:46.046 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.046 INFO kablam! --> src/render.rs:8:5 Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 19 22:50:46.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.046 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.046 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.046 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.046 INFO kablam! Sep 19 22:50:46.046 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.046 INFO kablam! --> src/after_render.rs:10:5 Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 19 22:50:46.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.046 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.046 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.046 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.046 INFO kablam! Sep 19 22:50:46.046 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.046 INFO kablam! --> src/press.rs:9:5 Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 22:50:46.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.046 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.046 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.046 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.046 INFO kablam! Sep 19 22:50:46.046 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.046 INFO kablam! --> src/release.rs:9:5 Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 22:50:46.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.046 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.046 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.046 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.046 INFO kablam! Sep 19 22:50:46.046 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.046 INFO kablam! --> src/mouse.rs:8:5 Sep 19 22:50:46.046 INFO kablam! | Sep 19 22:50:46.046 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 22:50:46.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.047 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.047 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.047 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.047 INFO kablam! Sep 19 22:50:46.047 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.047 INFO kablam! --> src/mouse.rs:42:5 Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 22:50:46.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.047 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.047 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.047 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.047 INFO kablam! Sep 19 22:50:46.047 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.047 INFO kablam! --> src/mouse.rs:76:5 Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 22:50:46.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.047 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.047 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.047 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.047 INFO kablam! Sep 19 22:50:46.047 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.047 INFO kablam! --> src/text.rs:9:5 Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 19 22:50:46.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.047 INFO kablam! | Sep 19 22:50:46.047 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.047 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.050 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.050 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.050 INFO kablam! Sep 19 22:50:46.050 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.050 INFO kablam! --> src/resize.rs:8:5 Sep 19 22:50:46.050 INFO kablam! | Sep 19 22:50:46.050 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 19 22:50:46.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.050 INFO kablam! | Sep 19 22:50:46.050 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.050 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.050 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.050 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.050 INFO kablam! Sep 19 22:50:46.050 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 22:50:46.050 INFO kablam! --> src/focus.rs:8:5 Sep 19 22:50:46.050 INFO kablam! | Sep 19 22:50:46.050 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 19 22:50:46.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 22:50:46.050 INFO kablam! | Sep 19 22:50:46.050 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 22:50:46.050 INFO kablam! = note: to learn more, visit Sep 19 22:50:46.050 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 22:50:46.050 INFO kablam! = note: required by `std::option::Option` Sep 19 22:50:46.050 INFO kablam! Sep 19 22:50:46.062 INFO kablam! error: aborting due to 11 previous errors Sep 19 22:50:46.062 INFO kablam! Sep 19 22:50:46.062 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 22:50:46.072 INFO kablam! error: Could not compile `pistoncore-event`. Sep 19 22:50:46.073 INFO kablam! Sep 19 22:50:46.073 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:50:46.074 INFO kablam! su: No module specific data is present Sep 19 22:50:46.961 INFO running `"docker" "rm" "-f" "296f58a777e230ab62d98fc5dbcac9764b099f4840b92b5a9e5a74544f367ef7"` Sep 19 22:50:47.068 INFO blam! 296f58a777e230ab62d98fc5dbcac9764b099f4840b92b5a9e5a74544f367ef7