Sep 17 19:59:02.877 INFO checking pistoncore-event-0.4.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 19:59:02.877 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 19:59:02.877 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 19:59:03.299 INFO blam! 9a6a1f58b0151505311ea12f2ea67aaa11e81bd2968bff6b7e69ad4e0761b56a Sep 17 19:59:03.311 INFO running `"docker" "start" "-a" "9a6a1f58b0151505311ea12f2ea67aaa11e81bd2968bff6b7e69ad4e0761b56a"` Sep 17 19:59:04.389 INFO kablam! usermod: no changes Sep 17 19:59:04.458 INFO kablam! Checking piston-float v0.1.0 Sep 17 19:59:04.459 INFO kablam! Checking clock_ticks v0.0.6 Sep 17 19:59:04.462 INFO kablam! Checking pistoncore-input v0.2.0 Sep 17 19:59:04.887 INFO kablam! Checking piston-viewport v0.1.0 Sep 17 19:59:06.659 INFO kablam! Checking pistoncore-window v0.3.0 Sep 17 19:59:07.199 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 17 19:59:07.847 INFO kablam! Checking pistoncore-event v0.4.0 (/source) Sep 17 19:59:08.294 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.294 INFO kablam! --> src/generic_event.rs:37:5 Sep 17 19:59:08.294 INFO kablam! | Sep 17 19:59:08.294 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 17 19:59:08.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.294 INFO kablam! | Sep 17 19:59:08.294 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.294 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.294 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.294 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.294 INFO kablam! Sep 17 19:59:08.294 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.294 INFO kablam! --> src/render.rs:8:5 Sep 17 19:59:08.294 INFO kablam! | Sep 17 19:59:08.294 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 17 19:59:08.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.294 INFO kablam! | Sep 17 19:59:08.294 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.294 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.294 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.294 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.294 INFO kablam! Sep 17 19:59:08.294 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.294 INFO kablam! --> src/after_render.rs:10:5 Sep 17 19:59:08.294 INFO kablam! | Sep 17 19:59:08.294 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 17 19:59:08.294 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.295 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.295 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.295 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.295 INFO kablam! Sep 17 19:59:08.295 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.295 INFO kablam! --> src/press.rs:9:5 Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 17 19:59:08.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.295 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.295 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.295 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.295 INFO kablam! Sep 17 19:59:08.295 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.295 INFO kablam! --> src/release.rs:9:5 Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 17 19:59:08.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.295 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.295 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.295 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.295 INFO kablam! Sep 17 19:59:08.295 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.295 INFO kablam! --> src/mouse.rs:8:5 Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 17 19:59:08.295 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.295 INFO kablam! | Sep 17 19:59:08.295 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.295 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.295 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.295 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.295 INFO kablam! Sep 17 19:59:08.296 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.296 INFO kablam! --> src/mouse.rs:42:5 Sep 17 19:59:08.296 INFO kablam! | Sep 17 19:59:08.296 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 17 19:59:08.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.296 INFO kablam! | Sep 17 19:59:08.296 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.296 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.296 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.296 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.296 INFO kablam! Sep 17 19:59:08.296 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.296 INFO kablam! --> src/mouse.rs:76:5 Sep 17 19:59:08.296 INFO kablam! | Sep 17 19:59:08.296 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 17 19:59:08.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.296 INFO kablam! | Sep 17 19:59:08.296 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.297 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.297 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.297 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.297 INFO kablam! Sep 17 19:59:08.297 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.297 INFO kablam! --> src/text.rs:9:5 Sep 17 19:59:08.297 INFO kablam! | Sep 17 19:59:08.297 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 17 19:59:08.297 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.297 INFO kablam! | Sep 17 19:59:08.297 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.297 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.297 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.297 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.297 INFO kablam! Sep 17 19:59:08.298 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.298 INFO kablam! --> src/resize.rs:8:5 Sep 17 19:59:08.298 INFO kablam! | Sep 17 19:59:08.298 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 17 19:59:08.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.298 INFO kablam! | Sep 17 19:59:08.298 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.298 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.298 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.298 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.298 INFO kablam! Sep 17 19:59:08.298 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.298 INFO kablam! --> src/focus.rs:8:5 Sep 17 19:59:08.298 INFO kablam! | Sep 17 19:59:08.298 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 17 19:59:08.298 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.298 INFO kablam! | Sep 17 19:59:08.298 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.298 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.298 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.298 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.298 INFO kablam! Sep 17 19:59:08.307 INFO kablam! error: aborting due to 11 previous errors Sep 17 19:59:08.307 INFO kablam! Sep 17 19:59:08.307 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:59:08.314 INFO kablam! error: Could not compile `pistoncore-event`. Sep 17 19:59:08.314 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:59:08.314 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.314 INFO kablam! --> src/generic_event.rs:37:5 Sep 17 19:59:08.314 INFO kablam! | Sep 17 19:59:08.314 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 17 19:59:08.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.314 INFO kablam! | Sep 17 19:59:08.314 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.314 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.314 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.314 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.314 INFO kablam! Sep 17 19:59:08.315 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.315 INFO kablam! --> src/render.rs:8:5 Sep 17 19:59:08.315 INFO kablam! | Sep 17 19:59:08.315 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 17 19:59:08.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.315 INFO kablam! | Sep 17 19:59:08.315 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.315 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.315 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.315 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.315 INFO kablam! Sep 17 19:59:08.315 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.315 INFO kablam! --> src/after_render.rs:10:5 Sep 17 19:59:08.315 INFO kablam! | Sep 17 19:59:08.315 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 17 19:59:08.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.315 INFO kablam! | Sep 17 19:59:08.315 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.315 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.315 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.315 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.315 INFO kablam! Sep 17 19:59:08.316 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.316 INFO kablam! --> src/press.rs:9:5 Sep 17 19:59:08.316 INFO kablam! | Sep 17 19:59:08.316 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 17 19:59:08.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.316 INFO kablam! | Sep 17 19:59:08.316 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.316 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.316 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.316 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.316 INFO kablam! Sep 17 19:59:08.316 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.316 INFO kablam! --> src/release.rs:9:5 Sep 17 19:59:08.316 INFO kablam! | Sep 17 19:59:08.316 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 17 19:59:08.316 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.316 INFO kablam! | Sep 17 19:59:08.316 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.316 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.316 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.316 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.316 INFO kablam! Sep 17 19:59:08.317 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.317 INFO kablam! --> src/mouse.rs:8:5 Sep 17 19:59:08.317 INFO kablam! | Sep 17 19:59:08.317 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 17 19:59:08.317 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.317 INFO kablam! | Sep 17 19:59:08.317 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.317 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.317 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.317 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.317 INFO kablam! Sep 17 19:59:08.318 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.318 INFO kablam! --> src/mouse.rs:42:5 Sep 17 19:59:08.318 INFO kablam! | Sep 17 19:59:08.318 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 17 19:59:08.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.318 INFO kablam! | Sep 17 19:59:08.318 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.318 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.318 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.318 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.318 INFO kablam! Sep 17 19:59:08.319 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.319 INFO kablam! --> src/mouse.rs:76:5 Sep 17 19:59:08.319 INFO kablam! | Sep 17 19:59:08.319 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 17 19:59:08.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.319 INFO kablam! | Sep 17 19:59:08.319 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.319 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.319 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.319 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.319 INFO kablam! Sep 17 19:59:08.319 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.319 INFO kablam! --> src/text.rs:9:5 Sep 17 19:59:08.319 INFO kablam! | Sep 17 19:59:08.319 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 17 19:59:08.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.319 INFO kablam! | Sep 17 19:59:08.319 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.319 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.319 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.319 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.319 INFO kablam! Sep 17 19:59:08.320 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.320 INFO kablam! --> src/resize.rs:8:5 Sep 17 19:59:08.320 INFO kablam! | Sep 17 19:59:08.320 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 17 19:59:08.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.320 INFO kablam! | Sep 17 19:59:08.320 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.320 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.320 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.320 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.320 INFO kablam! Sep 17 19:59:08.320 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 17 19:59:08.320 INFO kablam! --> src/focus.rs:8:5 Sep 17 19:59:08.320 INFO kablam! | Sep 17 19:59:08.320 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 17 19:59:08.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 17 19:59:08.320 INFO kablam! | Sep 17 19:59:08.320 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 17 19:59:08.320 INFO kablam! = note: to learn more, visit Sep 17 19:59:08.321 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 17 19:59:08.321 INFO kablam! = note: required by `std::option::Option` Sep 17 19:59:08.321 INFO kablam! Sep 17 19:59:08.330 INFO kablam! error: aborting due to 11 previous errors Sep 17 19:59:08.330 INFO kablam! Sep 17 19:59:08.330 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 17 19:59:08.338 INFO kablam! error: Could not compile `pistoncore-event`. Sep 17 19:59:08.338 INFO kablam! Sep 17 19:59:08.338 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:59:08.340 INFO kablam! su: No module specific data is present Sep 17 19:59:08.891 INFO running `"docker" "rm" "-f" "9a6a1f58b0151505311ea12f2ea67aaa11e81bd2968bff6b7e69ad4e0761b56a"` Sep 17 19:59:09.021 INFO blam! 9a6a1f58b0151505311ea12f2ea67aaa11e81bd2968bff6b7e69ad4e0761b56a