Sep 14 11:47:20.833 INFO checking pistoncore-event-0.4.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:47:20.833 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:47:20.833 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-7/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:47:21.010 INFO blam! 9e7d9d68e100bf13d12445f898108dd0ead16074ad2341debfae7dd9ddb55d95 Sep 14 11:47:21.012 INFO running `"docker" "start" "-a" "9e7d9d68e100bf13d12445f898108dd0ead16074ad2341debfae7dd9ddb55d95"` Sep 14 11:47:21.796 INFO kablam! usermod: no changes Sep 14 11:47:21.984 INFO kablam! Checking piston-float v0.1.0 Sep 14 11:47:21.984 INFO kablam! Checking clock_ticks v0.0.6 Sep 14 11:47:21.989 INFO kablam! Checking pistoncore-input v0.2.0 Sep 14 11:47:22.681 INFO kablam! Checking piston-viewport v0.1.0 Sep 14 11:47:24.059 INFO kablam! Checking pistoncore-window v0.3.0 Sep 14 11:47:24.634 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 14 11:47:25.243 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 14 11:47:26.015 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.015 INFO kablam! --> src/generic_event.rs:37:5 Sep 14 11:47:26.015 INFO kablam! | Sep 14 11:47:26.015 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 14 11:47:26.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.015 INFO kablam! | Sep 14 11:47:26.015 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.015 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.015 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.015 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.015 INFO kablam! Sep 14 11:47:26.016 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.016 INFO kablam! --> src/render.rs:8:5 Sep 14 11:47:26.016 INFO kablam! | Sep 14 11:47:26.016 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 14 11:47:26.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.016 INFO kablam! | Sep 14 11:47:26.016 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.016 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.016 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.016 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.016 INFO kablam! Sep 14 11:47:26.016 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.016 INFO kablam! --> src/after_render.rs:10:5 Sep 14 11:47:26.016 INFO kablam! | Sep 14 11:47:26.016 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 14 11:47:26.016 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.016 INFO kablam! | Sep 14 11:47:26.016 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.016 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.016 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.016 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.016 INFO kablam! Sep 14 11:47:26.017 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.017 INFO kablam! --> src/press.rs:9:5 Sep 14 11:47:26.017 INFO kablam! | Sep 14 11:47:26.017 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 14 11:47:26.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.017 INFO kablam! | Sep 14 11:47:26.017 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.017 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.017 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.017 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.018 INFO kablam! Sep 14 11:47:26.018 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.018 INFO kablam! --> src/release.rs:9:5 Sep 14 11:47:26.018 INFO kablam! | Sep 14 11:47:26.018 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 14 11:47:26.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.018 INFO kablam! | Sep 14 11:47:26.018 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.018 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.018 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.018 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.018 INFO kablam! Sep 14 11:47:26.018 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.018 INFO kablam! --> src/mouse.rs:8:5 Sep 14 11:47:26.018 INFO kablam! | Sep 14 11:47:26.018 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 14 11:47:26.018 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.018 INFO kablam! | Sep 14 11:47:26.018 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.018 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.018 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.018 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.018 INFO kablam! Sep 14 11:47:26.023 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.023 INFO kablam! --> src/mouse.rs:42:5 Sep 14 11:47:26.023 INFO kablam! | Sep 14 11:47:26.023 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 14 11:47:26.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.023 INFO kablam! | Sep 14 11:47:26.023 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.023 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.023 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.023 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.023 INFO kablam! Sep 14 11:47:26.023 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.024 INFO kablam! --> src/mouse.rs:76:5 Sep 14 11:47:26.024 INFO kablam! | Sep 14 11:47:26.024 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 14 11:47:26.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.024 INFO kablam! | Sep 14 11:47:26.024 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.024 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.024 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.024 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.024 INFO kablam! Sep 14 11:47:26.024 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.024 INFO kablam! --> src/text.rs:9:5 Sep 14 11:47:26.024 INFO kablam! | Sep 14 11:47:26.024 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 14 11:47:26.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.024 INFO kablam! | Sep 14 11:47:26.024 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.024 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.024 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.024 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.024 INFO kablam! Sep 14 11:47:26.024 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.024 INFO kablam! --> src/resize.rs:8:5 Sep 14 11:47:26.024 INFO kablam! | Sep 14 11:47:26.024 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 14 11:47:26.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.024 INFO kablam! | Sep 14 11:47:26.025 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.025 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.025 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.025 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.025 INFO kablam! Sep 14 11:47:26.025 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.025 INFO kablam! --> src/focus.rs:8:5 Sep 14 11:47:26.025 INFO kablam! | Sep 14 11:47:26.025 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 14 11:47:26.025 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.025 INFO kablam! | Sep 14 11:47:26.025 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.025 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.025 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.025 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.025 INFO kablam! Sep 14 11:47:26.038 INFO kablam! error: aborting due to 11 previous errors Sep 14 11:47:26.039 INFO kablam! Sep 14 11:47:26.039 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:26.046 INFO kablam! error: Could not compile `pistoncore-event`. Sep 14 11:47:26.047 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:47:26.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.207 INFO kablam! --> src/generic_event.rs:37:5 Sep 14 11:47:26.207 INFO kablam! | Sep 14 11:47:26.207 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 14 11:47:26.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.207 INFO kablam! | Sep 14 11:47:26.207 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.207 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.207 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.207 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.207 INFO kablam! Sep 14 11:47:26.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.207 INFO kablam! --> src/render.rs:8:5 Sep 14 11:47:26.207 INFO kablam! | Sep 14 11:47:26.207 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 14 11:47:26.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.207 INFO kablam! | Sep 14 11:47:26.207 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.207 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.207 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.207 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.207 INFO kablam! Sep 14 11:47:26.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.207 INFO kablam! --> src/after_render.rs:10:5 Sep 14 11:47:26.207 INFO kablam! | Sep 14 11:47:26.207 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 14 11:47:26.207 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.207 INFO kablam! | Sep 14 11:47:26.207 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.207 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.207 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.207 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.207 INFO kablam! Sep 14 11:47:26.207 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.207 INFO kablam! --> src/press.rs:9:5 Sep 14 11:47:26.208 INFO kablam! | Sep 14 11:47:26.208 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 14 11:47:26.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.208 INFO kablam! | Sep 14 11:47:26.208 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.208 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.208 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.208 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.208 INFO kablam! Sep 14 11:47:26.208 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.208 INFO kablam! --> src/release.rs:9:5 Sep 14 11:47:26.208 INFO kablam! | Sep 14 11:47:26.208 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 14 11:47:26.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.208 INFO kablam! | Sep 14 11:47:26.208 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.208 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.208 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.208 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.208 INFO kablam! Sep 14 11:47:26.211 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.211 INFO kablam! --> src/mouse.rs:8:5 Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 14 11:47:26.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.211 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.211 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.211 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.211 INFO kablam! Sep 14 11:47:26.211 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.211 INFO kablam! --> src/mouse.rs:42:5 Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 14 11:47:26.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.211 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.211 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.211 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.211 INFO kablam! Sep 14 11:47:26.211 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.211 INFO kablam! --> src/mouse.rs:76:5 Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 14 11:47:26.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.211 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.211 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.211 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.211 INFO kablam! Sep 14 11:47:26.211 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.211 INFO kablam! --> src/text.rs:9:5 Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 14 11:47:26.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.211 INFO kablam! | Sep 14 11:47:26.211 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.211 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.212 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.212 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.212 INFO kablam! Sep 14 11:47:26.212 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.212 INFO kablam! --> src/resize.rs:8:5 Sep 14 11:47:26.212 INFO kablam! | Sep 14 11:47:26.212 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 14 11:47:26.212 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.212 INFO kablam! | Sep 14 11:47:26.212 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.212 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.212 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.212 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.212 INFO kablam! Sep 14 11:47:26.220 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 14 11:47:26.220 INFO kablam! --> src/focus.rs:8:5 Sep 14 11:47:26.220 INFO kablam! | Sep 14 11:47:26.220 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 14 11:47:26.220 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 14 11:47:26.220 INFO kablam! | Sep 14 11:47:26.220 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 14 11:47:26.220 INFO kablam! = note: to learn more, visit Sep 14 11:47:26.220 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 14 11:47:26.220 INFO kablam! = note: required by `std::option::Option` Sep 14 11:47:26.220 INFO kablam! Sep 14 11:47:26.237 INFO kablam! error: aborting due to 11 previous errors Sep 14 11:47:26.237 INFO kablam! Sep 14 11:47:26.237 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:47:26.246 INFO kablam! error: Could not compile `pistoncore-event`. Sep 14 11:47:26.247 INFO kablam! Sep 14 11:47:26.247 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:47:26.247 INFO kablam! su: No module specific data is present Sep 14 11:47:27.113 INFO running `"docker" "rm" "-f" "9e7d9d68e100bf13d12445f898108dd0ead16074ad2341debfae7dd9ddb55d95"` Sep 14 11:47:27.250 INFO blam! 9e7d9d68e100bf13d12445f898108dd0ead16074ad2341debfae7dd9ddb55d95