Sep 19 20:56:57.670 INFO checking pistoncore-event-0.4.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 20:56:57.670 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 20:56:57.670 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:56:58.064 INFO blam! 7383ecdbc557404fb9b7921fe4bda9b4f2c9632c1c4e9c6a12b6aa55d29047fa Sep 19 20:56:58.064 INFO running `"docker" "start" "-a" "7383ecdbc557404fb9b7921fe4bda9b4f2c9632c1c4e9c6a12b6aa55d29047fa"` Sep 19 20:56:59.194 INFO kablam! usermod: no changes Sep 19 20:56:59.339 INFO kablam! Checking piston-float v0.1.0 Sep 19 20:56:59.339 INFO kablam! Checking clock_ticks v0.0.6 Sep 19 20:56:59.359 INFO kablam! Checking pistoncore-input v0.2.0 Sep 19 20:56:59.911 INFO kablam! Checking piston-viewport v0.1.0 Sep 19 20:57:01.335 INFO kablam! Checking pistoncore-window v0.3.0 Sep 19 20:57:01.834 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 19 20:57:02.526 INFO kablam! Checking pistoncore-event v0.4.0 (/source) Sep 19 20:57:03.177 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.177 INFO kablam! --> src/generic_event.rs:37:5 Sep 19 20:57:03.177 INFO kablam! | Sep 19 20:57:03.177 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 19 20:57:03.177 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.177 INFO kablam! | Sep 19 20:57:03.177 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.177 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.177 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.177 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.177 INFO kablam! Sep 19 20:57:03.178 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.178 INFO kablam! --> src/render.rs:8:5 Sep 19 20:57:03.178 INFO kablam! | Sep 19 20:57:03.178 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 19 20:57:03.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.178 INFO kablam! | Sep 19 20:57:03.178 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.178 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.178 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.178 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.178 INFO kablam! Sep 19 20:57:03.178 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.178 INFO kablam! --> src/after_render.rs:10:5 Sep 19 20:57:03.178 INFO kablam! | Sep 19 20:57:03.178 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 19 20:57:03.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.178 INFO kablam! | Sep 19 20:57:03.178 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.178 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.178 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.178 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.178 INFO kablam! Sep 19 20:57:03.179 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.179 INFO kablam! --> src/press.rs:9:5 Sep 19 20:57:03.179 INFO kablam! | Sep 19 20:57:03.179 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:03.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.179 INFO kablam! | Sep 19 20:57:03.179 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.179 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.179 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.180 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.180 INFO kablam! Sep 19 20:57:03.180 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.180 INFO kablam! --> src/release.rs:9:5 Sep 19 20:57:03.180 INFO kablam! | Sep 19 20:57:03.180 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:03.180 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.180 INFO kablam! | Sep 19 20:57:03.180 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.180 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.180 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.180 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.180 INFO kablam! Sep 19 20:57:03.181 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.181 INFO kablam! --> src/mouse.rs:8:5 Sep 19 20:57:03.181 INFO kablam! | Sep 19 20:57:03.181 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:03.181 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.181 INFO kablam! | Sep 19 20:57:03.181 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.181 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.181 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.181 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.181 INFO kablam! Sep 19 20:57:03.183 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.183 INFO kablam! --> src/mouse.rs:42:5 Sep 19 20:57:03.183 INFO kablam! | Sep 19 20:57:03.183 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:03.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.183 INFO kablam! | Sep 19 20:57:03.183 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.183 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.183 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.183 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.183 INFO kablam! Sep 19 20:57:03.184 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.184 INFO kablam! --> src/mouse.rs:76:5 Sep 19 20:57:03.184 INFO kablam! | Sep 19 20:57:03.184 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:03.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.184 INFO kablam! | Sep 19 20:57:03.184 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.184 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.184 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.184 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.184 INFO kablam! Sep 19 20:57:03.185 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.185 INFO kablam! --> src/text.rs:9:5 Sep 19 20:57:03.185 INFO kablam! | Sep 19 20:57:03.185 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 19 20:57:03.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.185 INFO kablam! | Sep 19 20:57:03.185 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.185 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.185 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.185 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.185 INFO kablam! Sep 19 20:57:03.185 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.185 INFO kablam! --> src/resize.rs:8:5 Sep 19 20:57:03.185 INFO kablam! | Sep 19 20:57:03.185 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 19 20:57:03.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.185 INFO kablam! | Sep 19 20:57:03.185 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.185 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.185 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.185 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.185 INFO kablam! Sep 19 20:57:03.186 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.186 INFO kablam! --> src/focus.rs:8:5 Sep 19 20:57:03.186 INFO kablam! | Sep 19 20:57:03.186 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 19 20:57:03.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.186 INFO kablam! | Sep 19 20:57:03.186 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.186 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.186 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.186 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.186 INFO kablam! Sep 19 20:57:03.199 INFO kablam! error: aborting due to 11 previous errors Sep 19 20:57:03.199 INFO kablam! Sep 19 20:57:03.203 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 20:57:03.209 INFO kablam! error: Could not compile `pistoncore-event`. Sep 19 20:57:03.209 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:57:03.267 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.267 INFO kablam! --> src/generic_event.rs:37:5 Sep 19 20:57:03.267 INFO kablam! | Sep 19 20:57:03.267 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 19 20:57:03.267 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.267 INFO kablam! | Sep 19 20:57:03.267 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.267 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.267 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.267 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.267 INFO kablam! Sep 19 20:57:03.269 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.269 INFO kablam! --> src/render.rs:8:5 Sep 19 20:57:03.269 INFO kablam! | Sep 19 20:57:03.269 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 19 20:57:03.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.269 INFO kablam! | Sep 19 20:57:03.269 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.269 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.269 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.269 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.269 INFO kablam! Sep 19 20:57:03.269 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.269 INFO kablam! --> src/after_render.rs:10:5 Sep 19 20:57:03.269 INFO kablam! | Sep 19 20:57:03.269 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 19 20:57:03.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.269 INFO kablam! | Sep 19 20:57:03.269 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.269 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.269 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.269 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.269 INFO kablam! Sep 19 20:57:03.269 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.269 INFO kablam! --> src/press.rs:9:5 Sep 19 20:57:03.269 INFO kablam! | Sep 19 20:57:03.269 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:03.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.269 INFO kablam! | Sep 19 20:57:03.269 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.269 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.269 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.269 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.269 INFO kablam! Sep 19 20:57:03.270 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.270 INFO kablam! --> src/release.rs:9:5 Sep 19 20:57:03.270 INFO kablam! | Sep 19 20:57:03.270 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:03.270 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.270 INFO kablam! | Sep 19 20:57:03.270 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.270 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.270 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.270 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.270 INFO kablam! Sep 19 20:57:03.270 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.270 INFO kablam! --> src/mouse.rs:8:5 Sep 19 20:57:03.270 INFO kablam! | Sep 19 20:57:03.270 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:03.271 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.271 INFO kablam! | Sep 19 20:57:03.271 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.271 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.271 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.271 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.271 INFO kablam! Sep 19 20:57:03.272 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.272 INFO kablam! --> src/mouse.rs:42:5 Sep 19 20:57:03.272 INFO kablam! | Sep 19 20:57:03.272 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:03.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.273 INFO kablam! | Sep 19 20:57:03.273 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.273 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.273 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.273 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.273 INFO kablam! Sep 19 20:57:03.273 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.273 INFO kablam! --> src/mouse.rs:76:5 Sep 19 20:57:03.273 INFO kablam! | Sep 19 20:57:03.273 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:03.273 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.273 INFO kablam! | Sep 19 20:57:03.273 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.274 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.274 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.274 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.274 INFO kablam! Sep 19 20:57:03.274 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.274 INFO kablam! --> src/text.rs:9:5 Sep 19 20:57:03.274 INFO kablam! | Sep 19 20:57:03.274 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 19 20:57:03.274 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.274 INFO kablam! | Sep 19 20:57:03.274 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.274 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.274 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.274 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.274 INFO kablam! Sep 19 20:57:03.277 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.277 INFO kablam! --> src/resize.rs:8:5 Sep 19 20:57:03.277 INFO kablam! | Sep 19 20:57:03.277 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 19 20:57:03.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.277 INFO kablam! | Sep 19 20:57:03.277 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.277 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.277 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.277 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.277 INFO kablam! Sep 19 20:57:03.277 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:03.277 INFO kablam! --> src/focus.rs:8:5 Sep 19 20:57:03.277 INFO kablam! | Sep 19 20:57:03.277 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 19 20:57:03.277 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:03.277 INFO kablam! | Sep 19 20:57:03.277 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:03.278 INFO kablam! = note: to learn more, visit Sep 19 20:57:03.278 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:03.278 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:03.278 INFO kablam! Sep 19 20:57:03.287 INFO kablam! error: aborting due to 11 previous errors Sep 19 20:57:03.287 INFO kablam! Sep 19 20:57:03.287 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 20:57:03.299 INFO kablam! error: Could not compile `pistoncore-event`. Sep 19 20:57:03.299 INFO kablam! Sep 19 20:57:03.299 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:57:03.300 INFO kablam! su: No module specific data is present Sep 19 20:57:03.973 INFO running `"docker" "rm" "-f" "7383ecdbc557404fb9b7921fe4bda9b4f2c9632c1c4e9c6a12b6aa55d29047fa"` Sep 19 20:57:04.079 INFO blam! 7383ecdbc557404fb9b7921fe4bda9b4f2c9632c1c4e9c6a12b6aa55d29047fa