Sep 19 20:56:54.744 INFO checking pistoncore-event-0.4.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 20:56:54.744 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 20:56:54.744 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-3/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:55.247 INFO blam! e83a95c4fafb7c4a1277068428ee9246b70861af9ea05b1d3038985e7cb5f772 Sep 19 20:56:55.249 INFO running `"docker" "start" "-a" "e83a95c4fafb7c4a1277068428ee9246b70861af9ea05b1d3038985e7cb5f772"` Sep 19 20:56:56.863 INFO kablam! usermod: no changes Sep 19 20:56:56.975 INFO kablam! Checking piston-float v0.1.0 Sep 19 20:56:56.975 INFO kablam! Checking clock_ticks v0.0.6 Sep 19 20:56:56.975 INFO kablam! Checking pistoncore-input v0.2.0 Sep 19 20:56:57.471 INFO kablam! Checking piston-viewport v0.1.0 Sep 19 20:56:58.903 INFO kablam! Checking pistoncore-window v0.3.0 Sep 19 20:56:59.483 INFO kablam! Checking pistoncore-event_loop v0.4.0 Sep 19 20:57:00.187 INFO kablam! Checking pistoncore-event v0.4.0 (/source) Sep 19 20:57:01.122 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.122 INFO kablam! --> src/generic_event.rs:37:5 Sep 19 20:57:01.122 INFO kablam! | Sep 19 20:57:01.122 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 19 20:57:01.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.122 INFO kablam! | Sep 19 20:57:01.123 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.123 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.123 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.123 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.123 INFO kablam! Sep 19 20:57:01.124 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.124 INFO kablam! --> src/render.rs:8:5 Sep 19 20:57:01.124 INFO kablam! | Sep 19 20:57:01.124 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 19 20:57:01.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.125 INFO kablam! | Sep 19 20:57:01.125 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.125 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.125 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.125 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.125 INFO kablam! Sep 19 20:57:01.126 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.126 INFO kablam! --> src/after_render.rs:10:5 Sep 19 20:57:01.126 INFO kablam! | Sep 19 20:57:01.126 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 19 20:57:01.126 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.126 INFO kablam! | Sep 19 20:57:01.127 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.127 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.127 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.127 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.127 INFO kablam! Sep 19 20:57:01.128 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.128 INFO kablam! --> src/press.rs:9:5 Sep 19 20:57:01.128 INFO kablam! | Sep 19 20:57:01.128 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:01.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.129 INFO kablam! | Sep 19 20:57:01.129 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.129 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.129 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.129 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.130 INFO kablam! Sep 19 20:57:01.131 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.131 INFO kablam! --> src/release.rs:9:5 Sep 19 20:57:01.131 INFO kablam! | Sep 19 20:57:01.131 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:01.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.131 INFO kablam! | Sep 19 20:57:01.131 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.131 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.131 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.132 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.132 INFO kablam! Sep 19 20:57:01.132 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.132 INFO kablam! --> src/generic_event.rs:37:5 Sep 19 20:57:01.132 INFO kablam! | Sep 19 20:57:01.132 INFO kablam! 37 | fn from_args(event_id: EventId, any: &Any, old_event: &Self) -> Option; Sep 19 20:57:01.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.133 INFO kablam! | Sep 19 20:57:01.133 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.133 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.133 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.133 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.133 INFO kablam! Sep 19 20:57:01.133 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.133 INFO kablam! --> src/render.rs:8:5 Sep 19 20:57:01.133 INFO kablam! | Sep 19 20:57:01.133 INFO kablam! 8 | fn from_render_args(args: &RenderArgs, old_event: &Self) -> Option; Sep 19 20:57:01.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.133 INFO kablam! | Sep 19 20:57:01.133 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.134 INFO kablam! --> src/mouse.rs:8:5 Sep 19 20:57:01.134 INFO kablam! | Sep 19 20:57:01.134 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:01.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.134 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.134 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.134 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.134 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.134 INFO kablam! Sep 19 20:57:01.135 INFO kablam! | Sep 19 20:57:01.135 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.135 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.135 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.135 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.135 INFO kablam! Sep 19 20:57:01.136 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.136 INFO kablam! --> src/after_render.rs:10:5 Sep 19 20:57:01.136 INFO kablam! | Sep 19 20:57:01.136 INFO kablam! 10 | fn from_after_render_args(args: &AfterRenderArgs, old_event: &Self) -> Option; Sep 19 20:57:01.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.136 INFO kablam! | Sep 19 20:57:01.136 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.137 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.137 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.137 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.137 INFO kablam! Sep 19 20:57:01.138 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.138 INFO kablam! --> src/press.rs:9:5 Sep 19 20:57:01.139 INFO kablam! | Sep 19 20:57:01.139 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:01.139 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.139 INFO kablam! | Sep 19 20:57:01.139 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.139 INFO kablam! --> src/mouse.rs:42:5 Sep 19 20:57:01.140 INFO kablam! | Sep 19 20:57:01.140 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:01.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.140 INFO kablam! | Sep 19 20:57:01.140 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.140 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.140 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.141 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.141 INFO kablam! Sep 19 20:57:01.141 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.141 INFO kablam! --> src/mouse.rs:76:5 Sep 19 20:57:01.141 INFO kablam! | Sep 19 20:57:01.141 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:01.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.141 INFO kablam! | Sep 19 20:57:01.141 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.141 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.141 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.141 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.141 INFO kablam! Sep 19 20:57:01.141 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.141 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.141 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.142 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.142 INFO kablam! Sep 19 20:57:01.142 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.142 INFO kablam! --> src/text.rs:9:5 Sep 19 20:57:01.142 INFO kablam! | Sep 19 20:57:01.142 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 19 20:57:01.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.142 INFO kablam! | Sep 19 20:57:01.143 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.143 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.143 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.143 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.143 INFO kablam! Sep 19 20:57:01.143 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.143 INFO kablam! --> src/release.rs:9:5 Sep 19 20:57:01.143 INFO kablam! | Sep 19 20:57:01.143 INFO kablam! 9 | fn from_button(button: Button, old_event: &Self) -> Option; Sep 19 20:57:01.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.143 INFO kablam! | Sep 19 20:57:01.143 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.144 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.144 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.144 INFO kablam! --> src/resize.rs:8:5 Sep 19 20:57:01.144 INFO kablam! | Sep 19 20:57:01.144 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 19 20:57:01.144 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.144 INFO kablam! | Sep 19 20:57:01.145 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.145 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.145 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.145 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.145 INFO kablam! Sep 19 20:57:01.145 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.145 INFO kablam! --> src/focus.rs:8:5 Sep 19 20:57:01.146 INFO kablam! | Sep 19 20:57:01.146 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 19 20:57:01.146 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.146 INFO kablam! | Sep 19 20:57:01.146 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.146 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.146 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.148 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.148 INFO kablam! Sep 19 20:57:01.148 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.148 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.148 INFO kablam! Sep 19 20:57:01.149 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.149 INFO kablam! --> src/mouse.rs:8:5 Sep 19 20:57:01.149 INFO kablam! | Sep 19 20:57:01.150 INFO kablam! 8 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:01.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.150 INFO kablam! | Sep 19 20:57:01.150 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.150 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.151 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.151 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.151 INFO kablam! Sep 19 20:57:01.153 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.153 INFO kablam! --> src/mouse.rs:42:5 Sep 19 20:57:01.153 INFO kablam! | Sep 19 20:57:01.154 INFO kablam! 42 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:01.154 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.154 INFO kablam! | Sep 19 20:57:01.154 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.154 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.155 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.155 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.155 INFO kablam! Sep 19 20:57:01.156 INFO kablam! error: aborting due to 11 previous errors Sep 19 20:57:01.156 INFO kablam! Sep 19 20:57:01.156 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 20:57:01.157 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.157 INFO kablam! --> src/mouse.rs:76:5 Sep 19 20:57:01.157 INFO kablam! | Sep 19 20:57:01.157 INFO kablam! 76 | fn from_xy(x: f64, y: f64, old_event: &Self) -> Option; Sep 19 20:57:01.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.158 INFO kablam! | Sep 19 20:57:01.158 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.158 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.158 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.158 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.159 INFO kablam! Sep 19 20:57:01.160 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.160 INFO kablam! --> src/text.rs:9:5 Sep 19 20:57:01.160 INFO kablam! | Sep 19 20:57:01.160 INFO kablam! 9 | fn from_text(text: &str, old_event: &Self) -> Option; Sep 19 20:57:01.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.160 INFO kablam! | Sep 19 20:57:01.161 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.161 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.161 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.161 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.161 INFO kablam! Sep 19 20:57:01.162 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.162 INFO kablam! --> src/resize.rs:8:5 Sep 19 20:57:01.162 INFO kablam! | Sep 19 20:57:01.163 INFO kablam! 8 | fn from_width_height(w: u32, h: u32, old_event: &Self) -> Option; Sep 19 20:57:01.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.163 INFO kablam! | Sep 19 20:57:01.163 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.163 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.164 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.164 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.164 INFO kablam! Sep 19 20:57:01.167 INFO kablam! error: Could not compile `pistoncore-event`. Sep 19 20:57:01.167 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 20:57:01.167 INFO kablam! error[E0277]: the size for values of type `Self` cannot be known at compilation time Sep 19 20:57:01.167 INFO kablam! --> src/focus.rs:8:5 Sep 19 20:57:01.167 INFO kablam! | Sep 19 20:57:01.167 INFO kablam! 8 | fn from_focused(focused: bool, old_event: &Self) -> Option; Sep 19 20:57:01.167 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ doesn't have a size known at compile-time Sep 19 20:57:01.167 INFO kablam! | Sep 19 20:57:01.167 INFO kablam! = help: the trait `std::marker::Sized` is not implemented for `Self` Sep 19 20:57:01.167 INFO kablam! = note: to learn more, visit Sep 19 20:57:01.167 INFO kablam! = help: consider adding a `where Self: std::marker::Sized` bound Sep 19 20:57:01.167 INFO kablam! = note: required by `std::option::Option` Sep 19 20:57:01.167 INFO kablam! Sep 19 20:57:01.179 INFO kablam! error: aborting due to 11 previous errors Sep 19 20:57:01.179 INFO kablam! Sep 19 20:57:01.179 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 20:57:01.190 INFO kablam! error: Could not compile `pistoncore-event`. Sep 19 20:57:01.190 INFO kablam! Sep 19 20:57:01.190 INFO kablam! To learn more, run the command again with --verbose. Sep 19 20:57:01.191 INFO kablam! su: No module specific data is present Sep 19 20:57:02.121 INFO running `"docker" "rm" "-f" "e83a95c4fafb7c4a1277068428ee9246b70861af9ea05b1d3038985e7cb5f772"` Sep 19 20:57:02.429 INFO blam! e83a95c4fafb7c4a1277068428ee9246b70861af9ea05b1d3038985e7cb5f772