Sep 21 05:42:42.633 INFO checking pistoncore-event-0.4.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 05:42:42.633 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 05:42:42.633 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-3/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 05:42:42.852 INFO blam! 1221c7a0dfb90dbd6d149da4f8f6e7844fc57eb503293ac36feeb7caf3b435ec Sep 21 05:42:42.854 INFO running `"docker" "start" "-a" "1221c7a0dfb90dbd6d149da4f8f6e7844fc57eb503293ac36feeb7caf3b435ec"` Sep 21 05:42:43.978 INFO kablam! usermod: no changes Sep 21 05:42:44.054 INFO kablam! Checking piston-float v0.1.0 Sep 21 05:42:44.054 INFO kablam! Checking clock_ticks v0.0.6 Sep 21 05:42:44.054 INFO kablam! Checking pistoncore-input v0.2.0 Sep 21 05:42:44.598 INFO kablam! Checking piston-viewport v0.1.0 Sep 21 05:42:45.534 INFO kablam! Checking pistoncore-window v0.3.0 Sep 21 05:42:45.977 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 21 05:42:46.545 INFO kablam! Checking pistoncore-event v0.4.0 (/source) Sep 21 05:42:47.133 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.133 INFO kablam! --> src/generic_event.rs:37:5 Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 21 05:42:47.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.133 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.133 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.133 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.133 INFO kablam! Sep 21 05:42:47.133 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.133 INFO kablam! --> src/render.rs:8:5 Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 21 05:42:47.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.133 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.133 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.133 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.133 INFO kablam! Sep 21 05:42:47.133 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.133 INFO kablam! --> src/after_render.rs:10:5 Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 21 05:42:47.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.133 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.133 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.133 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.133 INFO kablam! Sep 21 05:42:47.133 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.133 INFO kablam! --> src/press.rs:9:5 Sep 21 05:42:47.133 INFO kablam! | Sep 21 05:42:47.133 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 21 05:42:47.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.134 INFO kablam! | Sep 21 05:42:47.134 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.134 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.134 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.134 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.134 INFO kablam! Sep 21 05:42:47.146 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.146 INFO kablam! --> src/release.rs:9:5 Sep 21 05:42:47.146 INFO kablam! | Sep 21 05:42:47.146 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 21 05:42:47.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.146 INFO kablam! | Sep 21 05:42:47.146 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.146 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.146 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.146 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.146 INFO kablam! Sep 21 05:42:47.146 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.146 INFO kablam! --> src/mouse.rs:8:5 Sep 21 05:42:47.146 INFO kablam! | Sep 21 05:42:47.146 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 21 05:42:47.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.146 INFO kablam! | Sep 21 05:42:47.146 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.146 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.146 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.146 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.146 INFO kablam! Sep 21 05:42:47.152 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.152 INFO kablam! --> src/mouse.rs:42:5 Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 21 05:42:47.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.152 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.152 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.152 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.152 INFO kablam! Sep 21 05:42:47.152 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.152 INFO kablam! --> src/mouse.rs:76:5 Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 21 05:42:47.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.152 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.152 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.152 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.152 INFO kablam! Sep 21 05:42:47.152 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.152 INFO kablam! --> src/text.rs:9:5 Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 21 05:42:47.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.152 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.152 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.152 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.152 INFO kablam! Sep 21 05:42:47.152 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.152 INFO kablam! --> src/resize.rs:8:5 Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 21 05:42:47.152 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.152 INFO kablam! | Sep 21 05:42:47.152 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.152 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.152 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.152 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.152 INFO kablam! Sep 21 05:42:47.153 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.153 INFO kablam! --> src/focus.rs:8:5 Sep 21 05:42:47.153 INFO kablam! | Sep 21 05:42:47.153 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 21 05:42:47.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.153 INFO kablam! | Sep 21 05:42:47.153 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.153 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.153 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.153 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.153 INFO kablam! Sep 21 05:42:47.170 INFO kablam! error: aborting due to 11 previous errors Sep 21 05:42:47.170 INFO kablam! Sep 21 05:42:47.170 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:47.182 INFO kablam! error: Could not compile `pistoncore-event`. Sep 21 05:42:47.182 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 21 05:42:47.202 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.202 INFO kablam! --> src/generic_event.rs:37:5 Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 21 05:42:47.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.202 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.202 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.202 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.202 INFO kablam! Sep 21 05:42:47.202 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.202 INFO kablam! --> src/render.rs:8:5 Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 21 05:42:47.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.202 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.202 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.202 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.202 INFO kablam! Sep 21 05:42:47.202 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.202 INFO kablam! --> src/after_render.rs:10:5 Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 21 05:42:47.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.202 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.202 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.202 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.202 INFO kablam! Sep 21 05:42:47.202 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.202 INFO kablam! --> src/press.rs:9:5 Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 21 05:42:47.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.202 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.202 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.202 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.202 INFO kablam! Sep 21 05:42:47.202 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.202 INFO kablam! --> src/release.rs:9:5 Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 21 05:42:47.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.202 INFO kablam! | Sep 21 05:42:47.202 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.203 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.203 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.203 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.203 INFO kablam! Sep 21 05:42:47.203 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.203 INFO kablam! --> src/mouse.rs:8:5 Sep 21 05:42:47.203 INFO kablam! | Sep 21 05:42:47.203 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 21 05:42:47.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.203 INFO kablam! | Sep 21 05:42:47.203 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.203 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.203 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.203 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.203 INFO kablam! Sep 21 05:42:47.203 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.203 INFO kablam! --> src/mouse.rs:42:5 Sep 21 05:42:47.203 INFO kablam! | Sep 21 05:42:47.203 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 21 05:42:47.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.203 INFO kablam! | Sep 21 05:42:47.203 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.203 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.203 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.203 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.203 INFO kablam! Sep 21 05:42:47.210 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.210 INFO kablam! --> src/mouse.rs:76:5 Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 21 05:42:47.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.210 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.210 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.210 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.210 INFO kablam! Sep 21 05:42:47.210 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.210 INFO kablam! --> src/text.rs:9:5 Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 21 05:42:47.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.210 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.210 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.210 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.210 INFO kablam! Sep 21 05:42:47.210 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.210 INFO kablam! --> src/resize.rs:8:5 Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 21 05:42:47.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.210 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.210 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.210 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.210 INFO kablam! Sep 21 05:42:47.210 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 21 05:42:47.210 INFO kablam! --> src/focus.rs:8:5 Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 21 05:42:47.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 21 05:42:47.210 INFO kablam! | Sep 21 05:42:47.210 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 21 05:42:47.210 INFO kablam! = note: to learn more, visit Sep 21 05:42:47.210 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 21 05:42:47.210 INFO kablam! = note: required by `std::option::Option` Sep 21 05:42:47.210 INFO kablam! Sep 21 05:42:47.217 INFO kablam! error: aborting due to 11 previous errors Sep 21 05:42:47.217 INFO kablam! Sep 21 05:42:47.218 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 21 05:42:47.226 INFO kablam! error: Could not compile `pistoncore-event`. Sep 21 05:42:47.226 INFO kablam! Sep 21 05:42:47.227 INFO kablam! To learn more, run the command again with --verbose. Sep 21 05:42:47.227 INFO kablam! su: No module specific data is present Sep 21 05:42:48.079 INFO running `"docker" "rm" "-f" "1221c7a0dfb90dbd6d149da4f8f6e7844fc57eb503293ac36feeb7caf3b435ec"` Sep 21 05:42:48.144 INFO blam! 1221c7a0dfb90dbd6d149da4f8f6e7844fc57eb503293ac36feeb7caf3b435ec