Sep 06 02:29:55.556 INFO checking pistoncore-event-0.4.0 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 06 02:29:55.556 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 06 02:29:55.556 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 02:29:55.773 INFO blam! e23b7534c1cf28c9138aa3fdaa4736a966920b5db5aa3f0566bb1dbf89ac4743 Sep 06 02:29:55.776 INFO running `"docker" "start" "-a" "e23b7534c1cf28c9138aa3fdaa4736a966920b5db5aa3f0566bb1dbf89ac4743"` Sep 06 02:29:57.194 INFO kablam! usermod: no changes Sep 06 02:29:57.274 INFO kablam! Checking piston-float v0.1.0 Sep 06 02:29:57.274 INFO kablam! Checking shader_version v0.2.2 Sep 06 02:29:57.274 INFO kablam! Checking clock_ticks v0.0.6 Sep 06 02:29:57.290 INFO kablam! Checking pistoncore-input v0.2.0 Sep 06 02:29:58.286 INFO kablam! Checking piston-viewport v0.1.0 Sep 06 02:29:59.598 INFO kablam! Checking pistoncore-window v0.3.0 Sep 06 02:30:00.106 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 06 02:30:00.686 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 06 02:30:01.281 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.281 INFO kablam! --> src/generic_event.rs:37:5 Sep 06 02:30:01.281 INFO kablam! | Sep 06 02:30:01.281 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 06 02:30:01.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.281 INFO kablam! | Sep 06 02:30:01.281 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.281 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.281 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.281 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.281 INFO kablam! Sep 06 02:30:01.281 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.281 INFO kablam! --> src/render.rs:8:5 Sep 06 02:30:01.281 INFO kablam! | Sep 06 02:30:01.281 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 06 02:30:01.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.281 INFO kablam! | Sep 06 02:30:01.281 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.282 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.282 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.282 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.282 INFO kablam! Sep 06 02:30:01.282 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.282 INFO kablam! --> src/after_render.rs:10:5 Sep 06 02:30:01.282 INFO kablam! | Sep 06 02:30:01.282 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 06 02:30:01.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.282 INFO kablam! | Sep 06 02:30:01.282 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.282 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.282 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.282 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.282 INFO kablam! Sep 06 02:30:01.282 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.282 INFO kablam! --> src/press.rs:9:5 Sep 06 02:30:01.282 INFO kablam! | Sep 06 02:30:01.282 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 06 02:30:01.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.282 INFO kablam! | Sep 06 02:30:01.282 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.282 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.282 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.282 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.282 INFO kablam! Sep 06 02:30:01.283 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.283 INFO kablam! --> src/release.rs:9:5 Sep 06 02:30:01.283 INFO kablam! | Sep 06 02:30:01.283 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 06 02:30:01.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.283 INFO kablam! | Sep 06 02:30:01.283 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.283 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.283 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.283 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.283 INFO kablam! Sep 06 02:30:01.283 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.284 INFO kablam! --> src/mouse.rs:8:5 Sep 06 02:30:01.284 INFO kablam! | Sep 06 02:30:01.284 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 06 02:30:01.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.284 INFO kablam! | Sep 06 02:30:01.284 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.284 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.284 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.284 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.284 INFO kablam! Sep 06 02:30:01.285 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.285 INFO kablam! --> src/mouse.rs:42:5 Sep 06 02:30:01.285 INFO kablam! | Sep 06 02:30:01.285 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 06 02:30:01.285 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.285 INFO kablam! | Sep 06 02:30:01.285 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.285 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.285 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.285 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.285 INFO kablam! Sep 06 02:30:01.287 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.287 INFO kablam! --> src/mouse.rs:76:5 Sep 06 02:30:01.287 INFO kablam! | Sep 06 02:30:01.287 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 06 02:30:01.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.287 INFO kablam! | Sep 06 02:30:01.287 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.287 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.287 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.287 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.287 INFO kablam! Sep 06 02:30:01.287 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.287 INFO kablam! --> src/text.rs:9:5 Sep 06 02:30:01.287 INFO kablam! | Sep 06 02:30:01.287 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 06 02:30:01.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.287 INFO kablam! | Sep 06 02:30:01.287 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.287 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.287 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.287 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.287 INFO kablam! Sep 06 02:30:01.287 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.287 INFO kablam! --> src/resize.rs:8:5 Sep 06 02:30:01.287 INFO kablam! | Sep 06 02:30:01.287 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 06 02:30:01.287 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.287 INFO kablam! | Sep 06 02:30:01.287 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.287 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.287 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.287 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.287 INFO kablam! Sep 06 02:30:01.288 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.288 INFO kablam! --> src/focus.rs:8:5 Sep 06 02:30:01.288 INFO kablam! | Sep 06 02:30:01.288 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 06 02:30:01.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.288 INFO kablam! | Sep 06 02:30:01.288 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.288 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.288 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.288 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.288 INFO kablam! Sep 06 02:30:01.298 INFO kablam! error: aborting due to 11 previous errors Sep 06 02:30:01.298 INFO kablam! Sep 06 02:30:01.298 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:30:01.302 INFO kablam! error: Could not compile `pistoncore-event`. Sep 06 02:30:01.302 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 06 02:30:01.357 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.357 INFO kablam! --> src/generic_event.rs:37:5 Sep 06 02:30:01.357 INFO kablam! | Sep 06 02:30:01.357 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 06 02:30:01.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.357 INFO kablam! | Sep 06 02:30:01.357 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.357 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.357 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.357 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.357 INFO kablam! Sep 06 02:30:01.357 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.357 INFO kablam! --> src/render.rs:8:5 Sep 06 02:30:01.357 INFO kablam! | Sep 06 02:30:01.357 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 06 02:30:01.357 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.357 INFO kablam! | Sep 06 02:30:01.357 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.366 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.366 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.366 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.366 INFO kablam! Sep 06 02:30:01.366 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.366 INFO kablam! --> src/after_render.rs:10:5 Sep 06 02:30:01.366 INFO kablam! | Sep 06 02:30:01.366 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 06 02:30:01.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.366 INFO kablam! | Sep 06 02:30:01.366 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.366 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.366 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.366 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.366 INFO kablam! Sep 06 02:30:01.366 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.366 INFO kablam! --> src/press.rs:9:5 Sep 06 02:30:01.366 INFO kablam! | Sep 06 02:30:01.366 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 06 02:30:01.366 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.366 INFO kablam! | Sep 06 02:30:01.366 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.366 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.366 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.367 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.367 INFO kablam! Sep 06 02:30:01.367 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.367 INFO kablam! --> src/release.rs:9:5 Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 06 02:30:01.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.367 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.367 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.367 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.367 INFO kablam! Sep 06 02:30:01.367 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.367 INFO kablam! --> src/mouse.rs:8:5 Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 06 02:30:01.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.367 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.367 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.367 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.367 INFO kablam! Sep 06 02:30:01.367 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.367 INFO kablam! --> src/mouse.rs:42:5 Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 06 02:30:01.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.367 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.367 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.367 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.367 INFO kablam! Sep 06 02:30:01.367 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.367 INFO kablam! --> src/mouse.rs:76:5 Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 06 02:30:01.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.367 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.367 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.367 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.367 INFO kablam! Sep 06 02:30:01.367 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.367 INFO kablam! --> src/text.rs:9:5 Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 06 02:30:01.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.367 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.367 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.367 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.367 INFO kablam! Sep 06 02:30:01.367 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.367 INFO kablam! --> src/resize.rs:8:5 Sep 06 02:30:01.367 INFO kablam! | Sep 06 02:30:01.367 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 06 02:30:01.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.368 INFO kablam! | Sep 06 02:30:01.368 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.368 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.368 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.368 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.368 INFO kablam! Sep 06 02:30:01.368 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 06 02:30:01.368 INFO kablam! --> src/focus.rs:8:5 Sep 06 02:30:01.368 INFO kablam! | Sep 06 02:30:01.368 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 06 02:30:01.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 06 02:30:01.368 INFO kablam! | Sep 06 02:30:01.368 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 06 02:30:01.368 INFO kablam! = note: to learn more, visit Sep 06 02:30:01.368 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 06 02:30:01.368 INFO kablam! = note: required by `std::option::Option` Sep 06 02:30:01.368 INFO kablam! Sep 06 02:30:01.373 INFO kablam! error: aborting due to 11 previous errors Sep 06 02:30:01.373 INFO kablam! Sep 06 02:30:01.373 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 06 02:30:01.385 INFO kablam! error: Could not compile `pistoncore-event`. Sep 06 02:30:01.385 INFO kablam! Sep 06 02:30:01.385 INFO kablam! To learn more, run the command again with --verbose. Sep 06 02:30:01.386 INFO kablam! su: No module specific data is present Sep 06 02:30:02.145 INFO running `"docker" "rm" "-f" "e23b7534c1cf28c9138aa3fdaa4736a966920b5db5aa3f0566bb1dbf89ac4743"` Sep 06 02:30:02.273 INFO blam! e23b7534c1cf28c9138aa3fdaa4736a966920b5db5aa3f0566bb1dbf89ac4743