Sep 04 08:10:41.302 INFO checking pistoncore-event-0.4.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 08:10:41.302 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 08:10:41.302 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 08:10:41.509 INFO blam! 144bf8b86fb24463ec2ec985e830c034f73816af4738c2ca614b920da0a7a84c Sep 04 08:10:41.511 INFO running `"docker" "start" "-a" "144bf8b86fb24463ec2ec985e830c034f73816af4738c2ca614b920da0a7a84c"` Sep 04 08:10:42.312 INFO kablam! Checking piston-float v0.1.0 Sep 04 08:10:42.313 INFO kablam! Checking clock_ticks v0.0.6 Sep 04 08:10:42.319 INFO kablam! Checking pistoncore-input v0.2.0 Sep 04 08:10:42.966 INFO kablam! Checking piston-viewport v0.1.0 Sep 04 08:10:45.294 INFO kablam! Checking pistoncore-window v0.3.0 Sep 04 08:10:46.080 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 04 08:10:47.176 INFO kablam! Checking pistoncore-event v0.4.0 (file:///source) Sep 04 08:10:48.647 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.647 INFO kablam! --> src/generic_event.rs:37:5 Sep 04 08:10:48.647 INFO kablam! | Sep 04 08:10:48.648 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 04 08:10:48.648 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.648 INFO kablam! | Sep 04 08:10:48.648 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.648 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.648 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.648 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.648 INFO kablam! Sep 04 08:10:48.649 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.649 INFO kablam! --> src/render.rs:8:5 Sep 04 08:10:48.649 INFO kablam! | Sep 04 08:10:48.649 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 04 08:10:48.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.649 INFO kablam! | Sep 04 08:10:48.649 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.649 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.649 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.649 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.649 INFO kablam! Sep 04 08:10:48.649 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.650 INFO kablam! --> src/after_render.rs:10:5 Sep 04 08:10:48.650 INFO kablam! | Sep 04 08:10:48.650 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 04 08:10:48.650 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.650 INFO kablam! | Sep 04 08:10:48.650 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.650 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.650 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.650 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.650 INFO kablam! Sep 04 08:10:48.651 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.651 INFO kablam! --> src/press.rs:9:5 Sep 04 08:10:48.651 INFO kablam! | Sep 04 08:10:48.652 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 08:10:48.652 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.652 INFO kablam! | Sep 04 08:10:48.652 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.652 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.652 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.652 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.652 INFO kablam! Sep 04 08:10:48.653 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.653 INFO kablam! --> src/release.rs:9:5 Sep 04 08:10:48.653 INFO kablam! | Sep 04 08:10:48.653 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 08:10:48.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.653 INFO kablam! | Sep 04 08:10:48.653 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.653 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.653 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.653 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.653 INFO kablam! Sep 04 08:10:48.654 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.654 INFO kablam! --> src/mouse.rs:8:5 Sep 04 08:10:48.654 INFO kablam! | Sep 04 08:10:48.654 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 08:10:48.654 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.654 INFO kablam! | Sep 04 08:10:48.654 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.654 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.654 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.654 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.654 INFO kablam! Sep 04 08:10:48.657 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.657 INFO kablam! --> src/mouse.rs:42:5 Sep 04 08:10:48.657 INFO kablam! | Sep 04 08:10:48.657 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 08:10:48.657 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.657 INFO kablam! | Sep 04 08:10:48.657 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.657 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.657 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.657 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.657 INFO kablam! Sep 04 08:10:48.658 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.659 INFO kablam! --> src/mouse.rs:76:5 Sep 04 08:10:48.659 INFO kablam! | Sep 04 08:10:48.659 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 08:10:48.659 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.659 INFO kablam! | Sep 04 08:10:48.659 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.659 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.659 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.659 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.659 INFO kablam! Sep 04 08:10:48.660 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.660 INFO kablam! --> src/text.rs:9:5 Sep 04 08:10:48.660 INFO kablam! | Sep 04 08:10:48.660 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 04 08:10:48.660 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.660 INFO kablam! | Sep 04 08:10:48.660 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.660 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.660 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.660 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.660 INFO kablam! Sep 04 08:10:48.661 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.661 INFO kablam! --> src/resize.rs:8:5 Sep 04 08:10:48.661 INFO kablam! | Sep 04 08:10:48.661 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 04 08:10:48.661 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.661 INFO kablam! | Sep 04 08:10:48.661 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.661 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.661 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.661 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.661 INFO kablam! Sep 04 08:10:48.662 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.663 INFO kablam! --> src/focus.rs:8:5 Sep 04 08:10:48.663 INFO kablam! | Sep 04 08:10:48.663 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 04 08:10:48.663 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.663 INFO kablam! | Sep 04 08:10:48.663 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.663 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.663 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.663 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.663 INFO kablam! Sep 04 08:10:48.679 INFO kablam! error: aborting due to 11 previous errors Sep 04 08:10:48.679 INFO kablam! Sep 04 08:10:48.679 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:48.689 INFO kablam! error: Could not compile `pistoncore-event`. Sep 04 08:10:48.689 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 08:10:48.866 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.866 INFO kablam! --> src/generic_event.rs:37:5 Sep 04 08:10:48.866 INFO kablam! | Sep 04 08:10:48.866 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 04 08:10:48.866 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.866 INFO kablam! | Sep 04 08:10:48.866 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.866 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.866 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.866 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.866 INFO kablam! Sep 04 08:10:48.867 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.867 INFO kablam! --> src/render.rs:8:5 Sep 04 08:10:48.867 INFO kablam! | Sep 04 08:10:48.867 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 04 08:10:48.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.867 INFO kablam! | Sep 04 08:10:48.867 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.867 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.867 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.867 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.867 INFO kablam! Sep 04 08:10:48.868 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.868 INFO kablam! --> src/after_render.rs:10:5 Sep 04 08:10:48.868 INFO kablam! | Sep 04 08:10:48.868 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 04 08:10:48.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.868 INFO kablam! | Sep 04 08:10:48.868 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.868 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.868 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.868 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.868 INFO kablam! Sep 04 08:10:48.870 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.870 INFO kablam! --> src/press.rs:9:5 Sep 04 08:10:48.870 INFO kablam! | Sep 04 08:10:48.870 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 08:10:48.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.870 INFO kablam! | Sep 04 08:10:48.870 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.870 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.870 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.870 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.870 INFO kablam! Sep 04 08:10:48.871 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.872 INFO kablam! --> src/release.rs:9:5 Sep 04 08:10:48.872 INFO kablam! | Sep 04 08:10:48.872 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 04 08:10:48.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.872 INFO kablam! | Sep 04 08:10:48.872 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.872 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.872 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.872 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.872 INFO kablam! Sep 04 08:10:48.873 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.873 INFO kablam! --> src/mouse.rs:8:5 Sep 04 08:10:48.873 INFO kablam! | Sep 04 08:10:48.873 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 08:10:48.873 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.873 INFO kablam! | Sep 04 08:10:48.873 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.873 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.873 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.873 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.873 INFO kablam! Sep 04 08:10:48.876 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.876 INFO kablam! --> src/mouse.rs:42:5 Sep 04 08:10:48.876 INFO kablam! | Sep 04 08:10:48.876 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 08:10:48.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.876 INFO kablam! | Sep 04 08:10:48.876 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.876 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.876 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.876 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.876 INFO kablam! Sep 04 08:10:48.877 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.877 INFO kablam! --> src/mouse.rs:76:5 Sep 04 08:10:48.877 INFO kablam! | Sep 04 08:10:48.878 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 04 08:10:48.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.878 INFO kablam! | Sep 04 08:10:48.878 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.878 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.878 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.878 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.878 INFO kablam! Sep 04 08:10:48.879 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.879 INFO kablam! --> src/text.rs:9:5 Sep 04 08:10:48.879 INFO kablam! | Sep 04 08:10:48.879 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 04 08:10:48.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.879 INFO kablam! | Sep 04 08:10:48.879 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.879 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.879 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.879 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.879 INFO kablam! Sep 04 08:10:48.880 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.880 INFO kablam! --> src/resize.rs:8:5 Sep 04 08:10:48.880 INFO kablam! | Sep 04 08:10:48.880 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 04 08:10:48.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.880 INFO kablam! | Sep 04 08:10:48.880 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.880 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.880 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.880 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.880 INFO kablam! Sep 04 08:10:48.881 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 04 08:10:48.881 INFO kablam! --> src/focus.rs:8:5 Sep 04 08:10:48.881 INFO kablam! | Sep 04 08:10:48.882 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 04 08:10:48.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 04 08:10:48.882 INFO kablam! | Sep 04 08:10:48.882 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 04 08:10:48.882 INFO kablam! = note: to learn more, visit Sep 04 08:10:48.882 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 04 08:10:48.882 INFO kablam! = note: required by `std::option::Option` Sep 04 08:10:48.882 INFO kablam! Sep 04 08:10:48.900 INFO kablam! error: aborting due to 11 previous errors Sep 04 08:10:48.900 INFO kablam! Sep 04 08:10:48.900 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 04 08:10:48.911 INFO kablam! error: Could not compile `pistoncore-event`. Sep 04 08:10:48.911 INFO kablam! Sep 04 08:10:48.911 INFO kablam! To learn more, run the command again with --verbose. Sep 04 08:10:48.913 INFO kablam! su: No module specific data is present Sep 04 08:10:49.275 INFO running `"docker" "rm" "-f" "144bf8b86fb24463ec2ec985e830c034f73816af4738c2ca614b920da0a7a84c"` Sep 04 08:10:49.390 INFO blam! 144bf8b86fb24463ec2ec985e830c034f73816af4738c2ca614b920da0a7a84c