Sep 10 12:57:32.587 INFO checking pistoncore-event-0.4.0 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 12:57:32.587 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 12:57:32.587 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-7/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 12:57:32.799 INFO blam! 3b68823f8134e2014f03a12ccd3203136b5cccfc20c448b3423feb7ce5f166ce Sep 10 12:57:32.801 INFO running `"docker" "start" "-a" "3b68823f8134e2014f03a12ccd3203136b5cccfc20c448b3423feb7ce5f166ce"` Sep 10 12:57:33.373 INFO kablam! usermod: no changes Sep 10 12:57:33.454 INFO kablam! Checking piston-float v0.1.0 Sep 10 12:57:33.454 INFO kablam! Checking shader_version v0.2.2 Sep 10 12:57:33.454 INFO kablam! Checking clock_ticks v0.0.6 Sep 10 12:57:33.455 INFO kablam! Checking pistoncore-input v0.2.0 Sep 10 12:57:34.122 INFO kablam! Checking piston-viewport v0.1.0 Sep 10 12:57:35.891 INFO kablam! Checking pistoncore-window v0.3.0 Sep 10 12:57:36.443 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 10 12:57:36.909 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 10 12:57:37.430 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.430 INFO kablam! --> src/generic_event.rs:37:5 Sep 10 12:57:37.430 INFO kablam! | Sep 10 12:57:37.430 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 10 12:57:37.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.430 INFO kablam! | Sep 10 12:57:37.430 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.430 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.430 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.430 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.430 INFO kablam! Sep 10 12:57:37.438 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.438 INFO kablam! --> src/render.rs:8:5 Sep 10 12:57:37.438 INFO kablam! | Sep 10 12:57:37.438 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 10 12:57:37.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.438 INFO kablam! | Sep 10 12:57:37.438 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.438 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.438 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.438 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.438 INFO kablam! Sep 10 12:57:37.438 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.438 INFO kablam! --> src/after_render.rs:10:5 Sep 10 12:57:37.438 INFO kablam! | Sep 10 12:57:37.438 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 10 12:57:37.438 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.438 INFO kablam! | Sep 10 12:57:37.438 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.438 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.439 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.439 INFO kablam! Sep 10 12:57:37.439 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.439 INFO kablam! --> src/press.rs:9:5 Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 10 12:57:37.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.439 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.439 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.439 INFO kablam! Sep 10 12:57:37.439 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.439 INFO kablam! --> src/release.rs:9:5 Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 10 12:57:37.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.439 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.439 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.439 INFO kablam! Sep 10 12:57:37.439 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.439 INFO kablam! --> src/mouse.rs:8:5 Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 10 12:57:37.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.439 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.439 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.439 INFO kablam! Sep 10 12:57:37.439 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.439 INFO kablam! --> src/mouse.rs:42:5 Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 10 12:57:37.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.439 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.439 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.439 INFO kablam! Sep 10 12:57:37.439 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.439 INFO kablam! --> src/mouse.rs:76:5 Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 10 12:57:37.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.439 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.439 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.439 INFO kablam! Sep 10 12:57:37.439 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.439 INFO kablam! --> src/text.rs:9:5 Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 10 12:57:37.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.439 INFO kablam! | Sep 10 12:57:37.439 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.439 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.439 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.440 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.440 INFO kablam! Sep 10 12:57:37.440 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.440 INFO kablam! --> src/resize.rs:8:5 Sep 10 12:57:37.440 INFO kablam! | Sep 10 12:57:37.440 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 10 12:57:37.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.440 INFO kablam! | Sep 10 12:57:37.440 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.440 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.440 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.440 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.440 INFO kablam! Sep 10 12:57:37.440 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.440 INFO kablam! --> src/focus.rs:8:5 Sep 10 12:57:37.440 INFO kablam! | Sep 10 12:57:37.440 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 10 12:57:37.440 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.440 INFO kablam! | Sep 10 12:57:37.440 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.440 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.440 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.440 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.440 INFO kablam! Sep 10 12:57:37.448 INFO kablam! error: aborting due to 11 previous errors Sep 10 12:57:37.448 INFO kablam! Sep 10 12:57:37.448 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:37.456 INFO kablam! error: Could not compile `pistoncore-event`. Sep 10 12:57:37.456 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 10 12:57:37.507 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.508 INFO kablam! --> src/generic_event.rs:37:5 Sep 10 12:57:37.508 INFO kablam! | Sep 10 12:57:37.508 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 10 12:57:37.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.508 INFO kablam! | Sep 10 12:57:37.508 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.508 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.508 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.508 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.508 INFO kablam! Sep 10 12:57:37.508 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.508 INFO kablam! --> src/render.rs:8:5 Sep 10 12:57:37.508 INFO kablam! | Sep 10 12:57:37.508 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 10 12:57:37.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.508 INFO kablam! | Sep 10 12:57:37.508 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.508 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.508 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.508 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.508 INFO kablam! Sep 10 12:57:37.508 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.508 INFO kablam! --> src/after_render.rs:10:5 Sep 10 12:57:37.508 INFO kablam! | Sep 10 12:57:37.508 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 10 12:57:37.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.508 INFO kablam! | Sep 10 12:57:37.508 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.508 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.508 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.508 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.508 INFO kablam! Sep 10 12:57:37.510 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.510 INFO kablam! --> src/press.rs:9:5 Sep 10 12:57:37.510 INFO kablam! | Sep 10 12:57:37.510 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 10 12:57:37.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.510 INFO kablam! | Sep 10 12:57:37.510 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.510 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.510 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.510 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.510 INFO kablam! Sep 10 12:57:37.510 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.510 INFO kablam! --> src/release.rs:9:5 Sep 10 12:57:37.510 INFO kablam! | Sep 10 12:57:37.510 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 10 12:57:37.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.510 INFO kablam! | Sep 10 12:57:37.510 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.510 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.510 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.510 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.510 INFO kablam! Sep 10 12:57:37.511 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.511 INFO kablam! --> src/mouse.rs:8:5 Sep 10 12:57:37.511 INFO kablam! | Sep 10 12:57:37.511 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 10 12:57:37.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.511 INFO kablam! | Sep 10 12:57:37.511 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.511 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.511 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.511 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.511 INFO kablam! Sep 10 12:57:37.512 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.512 INFO kablam! --> src/mouse.rs:42:5 Sep 10 12:57:37.512 INFO kablam! | Sep 10 12:57:37.512 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 10 12:57:37.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.512 INFO kablam! | Sep 10 12:57:37.512 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.512 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.512 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.512 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.512 INFO kablam! Sep 10 12:57:37.512 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.512 INFO kablam! --> src/mouse.rs:76:5 Sep 10 12:57:37.512 INFO kablam! | Sep 10 12:57:37.513 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 10 12:57:37.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.513 INFO kablam! | Sep 10 12:57:37.513 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.513 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.513 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.513 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.513 INFO kablam! Sep 10 12:57:37.513 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.513 INFO kablam! --> src/text.rs:9:5 Sep 10 12:57:37.513 INFO kablam! | Sep 10 12:57:37.513 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 10 12:57:37.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.513 INFO kablam! | Sep 10 12:57:37.513 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.513 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.513 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.513 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.513 INFO kablam! Sep 10 12:57:37.513 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.513 INFO kablam! --> src/resize.rs:8:5 Sep 10 12:57:37.513 INFO kablam! | Sep 10 12:57:37.513 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 10 12:57:37.513 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.513 INFO kablam! | Sep 10 12:57:37.514 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.514 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.514 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.514 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.514 INFO kablam! Sep 10 12:57:37.519 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 10 12:57:37.519 INFO kablam! --> src/focus.rs:8:5 Sep 10 12:57:37.519 INFO kablam! | Sep 10 12:57:37.519 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 10 12:57:37.519 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 10 12:57:37.519 INFO kablam! | Sep 10 12:57:37.519 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 10 12:57:37.519 INFO kablam! = note: to learn more, visit Sep 10 12:57:37.519 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 10 12:57:37.519 INFO kablam! = note: required by `std::option::Option` Sep 10 12:57:37.519 INFO kablam! Sep 10 12:57:37.528 INFO kablam! error: aborting due to 11 previous errors Sep 10 12:57:37.528 INFO kablam! Sep 10 12:57:37.528 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 10 12:57:37.540 INFO kablam! error: Could not compile `pistoncore-event`. Sep 10 12:57:37.540 INFO kablam! Sep 10 12:57:37.540 INFO kablam! To learn more, run the command again with --verbose. Sep 10 12:57:37.540 INFO kablam! su: No module specific data is present Sep 10 12:57:38.113 INFO running `"docker" "rm" "-f" "3b68823f8134e2014f03a12ccd3203136b5cccfc20c448b3423feb7ce5f166ce"` Sep 10 12:57:38.184 INFO blam! 3b68823f8134e2014f03a12ccd3203136b5cccfc20c448b3423feb7ce5f166ce