Sep 01 22:16:59.178 INFO checking dummy-rustwlc-0.6.5 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 22:16:59.178 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 22:16:59.178 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 22:16:59.398 INFO blam! 885ba8b043ecd69dd7c65f8920e8b940cac7fc3ded5b0f6db5dd6246ae4b7ac5 Sep 01 22:16:59.402 INFO running `"docker" "start" "-a" "885ba8b043ecd69dd7c65f8920e8b940cac7fc3ded5b0f6db5dd6246ae4b7ac5"` Sep 01 22:17:00.155 INFO kablam! Checking wayland-sys v0.9.10 Sep 01 22:17:00.992 INFO kablam! Checking dummy-rustwlc v0.6.5 (file:///source) Sep 01 22:17:03.193 INFO kablam! error[E0308]: mismatched types Sep 01 22:17:03.193 INFO kablam! --> src/handle.rs:580:39 Sep 01 22:17:03.193 INFO kablam! | Sep 01 22:17:03.193 INFO kablam! 580 | dummy.set_geometry(EDGE_NONE, &Geometry { Sep 01 22:17:03.193 INFO kablam! | _______________________________________^ Sep 01 22:17:03.193 INFO kablam! 581 | | origin: Point { x: 0, y: 0 }, Sep 01 22:17:03.193 INFO kablam! 582 | | size: Size { w: 0, h: 0 } Sep 01 22:17:03.193 INFO kablam! 583 | | }); Sep 01 22:17:03.193 INFO kablam! | |_________^ expected struct `types::Geometry`, found reference Sep 01 22:17:03.193 INFO kablam! | Sep 01 22:17:03.193 INFO kablam! = note: expected type `types::Geometry` Sep 01 22:17:03.193 INFO kablam! found type `&types::Geometry` Sep 01 22:17:03.193 INFO kablam! help: consider removing the borrow Sep 01 22:17:03.193 INFO kablam! | Sep 01 22:17:03.193 INFO kablam! 580 | dummy.set_geometry(EDGE_NONE, Geometry { Sep 01 22:17:03.193 INFO kablam! 581 | origin: Point { x: 0, y: 0 }, Sep 01 22:17:03.193 INFO kablam! 582 | size: Size { w: 0, h: 0 } Sep 01 22:17:03.193 INFO kablam! 583 | }); Sep 01 22:17:03.194 INFO kablam! | Sep 01 22:17:03.194 INFO kablam! Sep 01 22:17:03.525 INFO kablam! error: aborting due to previous error Sep 01 22:17:03.525 INFO kablam! Sep 01 22:17:03.526 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 01 22:17:03.534 INFO kablam! error: Could not compile `dummy-rustwlc`. Sep 01 22:17:03.534 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 22:17:04.226 INFO kablam! warning: missing documentation for a method Sep 01 22:17:04.226 INFO kablam! --> src/handle.rs:545:5 Sep 01 22:17:04.226 INFO kablam! | Sep 01 22:17:04.226 INFO kablam! 545 | pub fn get_pid(self) -> pid_t { Sep 01 22:17:04.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:17:04.227 INFO kablam! | Sep 01 22:17:04.227 INFO kablam! note: lint level defined here Sep 01 22:17:04.227 INFO kablam! --> src/lib.rs:59:9 Sep 01 22:17:04.227 INFO kablam! | Sep 01 22:17:04.227 INFO kablam! 59 | #![warn(missing_docs)] Sep 01 22:17:04.227 INFO kablam! | ^^^^^^^^^^^^ Sep 01 22:17:04.227 INFO kablam! Sep 01 22:17:04.227 INFO kablam! warning: missing documentation for a function Sep 01 22:17:04.227 INFO kablam! --> src/callback.rs:363:1 Sep 01 22:17:04.227 INFO kablam! | Sep 01 22:17:04.227 INFO kablam! 363 | pub fn positioner_get_anchor_rect(view: WlcView) -> Option { Sep 01 22:17:04.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:17:04.228 INFO kablam! Sep 01 22:17:04.228 INFO kablam! warning: missing documentation for a function Sep 01 22:17:04.228 INFO kablam! --> src/callback.rs:379:1 Sep 01 22:17:04.228 INFO kablam! | Sep 01 22:17:04.228 INFO kablam! 379 | pub fn positioner_get_gravity(view: WlcView) -> PositionerGravityBit { Sep 01 22:17:04.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:17:04.228 INFO kablam! Sep 01 22:17:04.228 INFO kablam! warning: missing documentation for a function Sep 01 22:17:04.228 INFO kablam! --> src/callback.rs:383:1 Sep 01 22:17:04.228 INFO kablam! | Sep 01 22:17:04.228 INFO kablam! 383 | pub fn positioner_get_constraint_adjustment(view: WlcView) { Sep 01 22:17:04.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:17:04.228 INFO kablam! Sep 01 22:17:04.228 INFO kablam! warning: missing documentation for a function Sep 01 22:17:04.228 INFO kablam! --> src/callback.rs:386:1 Sep 01 22:17:04.228 INFO kablam! | Sep 01 22:17:04.228 INFO kablam! 386 | pub fn view_properties_changed(callback: extern "C" fn(handle: WlcView, mask: ViewPropertyType)) { Sep 01 22:17:04.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 22:17:04.228 INFO kablam! Sep 01 22:17:04.261 INFO kablam! warning: missing documentation for a struct Sep 01 22:17:04.261 INFO kablam! --> src/types.rs:166:1 Sep 01 22:17:04.261 INFO kablam! | Sep 01 22:17:04.261 INFO kablam! 166 | / bitflags! { Sep 01 22:17:04.261 INFO kablam! 167 | | #[repr(C)] Sep 01 22:17:04.261 INFO kablam! 168 | | pub flags PositionerAnchorBit: u32 { Sep 01 22:17:04.261 INFO kablam! 169 | | const WLC_BIT_ANCHOR_NONE = 0, Sep 01 22:17:04.261 INFO kablam! ... | Sep 01 22:17:04.261 INFO kablam! 174 | | } Sep 01 22:17:04.261 INFO kablam! 175 | | } Sep 01 22:17:04.261 INFO kablam! | |_^ Sep 01 22:17:04.261 INFO kablam! | Sep 01 22:17:04.261 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 22:17:04.261 INFO kablam! Sep 01 22:17:04.262 INFO kablam! warning: missing documentation for a constant Sep 01 22:17:04.262 INFO kablam! --> src/types.rs:166:1 Sep 01 22:17:04.262 INFO kablam! | Sep 01 22:17:04.262 INFO kablam! 166 | / bitflags! { Sep 01 22:17:04.262 INFO kablam! 167 | | #[repr(C)] Sep 01 22:17:04.262 INFO kablam! 168 | | pub flags PositionerAnchorBit: u32 { Sep 01 22:17:04.262 INFO kablam! 169 | | const WLC_BIT_ANCHOR_NONE = 0, Sep 01 22:17:04.262 INFO kablam! ... | Sep 01 22:17:04.262 INFO kablam! 174 | | } Sep 01 22:17:04.262 INFO kablam! 175 | | } Sep 01 22:17:04.262 INFO kablam! | |_^ Sep 01 22:17:04.262 INFO kablam! | Sep 01 22:17:04.262 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 22:17:04.262 INFO kablam! Sep 01 22:17:04.266 INFO kablam! warning: missing documentation for a struct Sep 01 22:17:04.266 INFO kablam! --> src/types.rs:177:1 Sep 01 22:17:04.266 INFO kablam! | Sep 01 22:17:04.266 INFO kablam! 177 | / bitflags! { Sep 01 22:17:04.266 INFO kablam! 178 | | #[repr(C)] Sep 01 22:17:04.266 INFO kablam! 179 | | pub flags PositionerGravityBit: u32 { Sep 01 22:17:04.266 INFO kablam! 180 | | const WLC_BIT_GRAVITY_NONE = 0, Sep 01 22:17:04.266 INFO kablam! ... | Sep 01 22:17:04.266 INFO kablam! 186 | | } Sep 01 22:17:04.266 INFO kablam! 187 | | } Sep 01 22:17:04.266 INFO kablam! | |_^ Sep 01 22:17:04.266 INFO kablam! | Sep 01 22:17:04.266 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 22:17:04.266 INFO kablam! Sep 01 22:17:04.267 INFO kablam! warning: missing documentation for a constant Sep 01 22:17:04.267 INFO kablam! --> src/types.rs:177:1 Sep 01 22:17:04.267 INFO kablam! | Sep 01 22:17:04.267 INFO kablam! 177 | / bitflags! { Sep 01 22:17:04.267 INFO kablam! 178 | | #[repr(C)] Sep 01 22:17:04.267 INFO kablam! 179 | | pub flags PositionerGravityBit: u32 { Sep 01 22:17:04.267 INFO kablam! 180 | | const WLC_BIT_GRAVITY_NONE = 0, Sep 01 22:17:04.267 INFO kablam! ... | Sep 01 22:17:04.267 INFO kablam! 186 | | } Sep 01 22:17:04.267 INFO kablam! 187 | | } Sep 01 22:17:04.267 INFO kablam! | |_^ Sep 01 22:17:04.267 INFO kablam! | Sep 01 22:17:04.267 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 22:17:04.267 INFO kablam! Sep 01 22:17:04.271 INFO kablam! warning: missing documentation for a struct Sep 01 22:17:04.271 INFO kablam! --> src/types.rs:189:1 Sep 01 22:17:04.271 INFO kablam! | Sep 01 22:17:04.271 INFO kablam! 189 | / bitflags! { Sep 01 22:17:04.271 INFO kablam! 190 | | #[repr(C)] Sep 01 22:17:04.271 INFO kablam! 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { Sep 01 22:17:04.271 INFO kablam! 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, Sep 01 22:17:04.271 INFO kablam! ... | Sep 01 22:17:04.271 INFO kablam! 199 | | } Sep 01 22:17:04.271 INFO kablam! 200 | | } Sep 01 22:17:04.271 INFO kablam! | |_^ Sep 01 22:17:04.271 INFO kablam! | Sep 01 22:17:04.271 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 22:17:04.271 INFO kablam! Sep 01 22:17:04.272 INFO kablam! warning: missing documentation for a constant Sep 01 22:17:04.272 INFO kablam! --> src/types.rs:189:1 Sep 01 22:17:04.272 INFO kablam! | Sep 01 22:17:04.272 INFO kablam! 189 | / bitflags! { Sep 01 22:17:04.272 INFO kablam! 190 | | #[repr(C)] Sep 01 22:17:04.272 INFO kablam! 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { Sep 01 22:17:04.272 INFO kablam! 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, Sep 01 22:17:04.272 INFO kablam! ... | Sep 01 22:17:04.272 INFO kablam! 199 | | } Sep 01 22:17:04.272 INFO kablam! 200 | | } Sep 01 22:17:04.272 INFO kablam! | |_^ Sep 01 22:17:04.272 INFO kablam! | Sep 01 22:17:04.272 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 01 22:17:04.272 INFO kablam! Sep 01 22:17:04.528 INFO kablam! warning: variant `WLC_RGBA8888` should have a camel case name such as `WlcRgba8888` Sep 01 22:17:04.528 INFO kablam! --> src/render.rs:55:5 Sep 01 22:17:04.528 INFO kablam! | Sep 01 22:17:04.528 INFO kablam! 55 | WLC_RGBA8888 Sep 01 22:17:04.528 INFO kablam! | ^^^^^^^^^^^^ Sep 01 22:17:04.529 INFO kablam! | Sep 01 22:17:04.529 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 01 22:17:04.529 INFO kablam! Sep 01 22:17:04.529 INFO kablam! warning: variant `WLC_RENDERER_GLES2` should have a camel case name such as `WlcRendererGles2` Sep 01 22:17:04.529 INFO kablam! --> src/render.rs:63:5 Sep 01 22:17:04.529 INFO kablam! | Sep 01 22:17:04.529 INFO kablam! 63 | WLC_RENDERER_GLES2, Sep 01 22:17:04.529 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 22:17:04.529 INFO kablam! Sep 01 22:17:04.529 INFO kablam! warning: variant `WLC_NO_RENDERER` should have a camel case name such as `WlcNoRenderer` Sep 01 22:17:04.529 INFO kablam! --> src/render.rs:65:5 Sep 01 22:17:04.529 INFO kablam! | Sep 01 22:17:04.529 INFO kablam! 65 | WLC_NO_RENDERER Sep 01 22:17:04.529 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 01 22:17:04.529 INFO kablam! Sep 01 22:17:04.529 INFO kablam! warning: variant `SURFACE_RGB` should have a camel case name such as `SurfaceRgb` Sep 01 22:17:04.529 INFO kablam! --> src/render.rs:72:5 Sep 01 22:17:04.529 INFO kablam! | Sep 01 22:17:04.529 INFO kablam! 72 | SURFACE_RGB, Sep 01 22:17:04.529 INFO kablam! | ^^^^^^^^^^^ Sep 01 22:17:04.530 INFO kablam! Sep 01 22:17:04.530 INFO kablam! warning: variant `SURFACE_RGBA` should have a camel case name such as `SurfaceRgba` Sep 01 22:17:04.530 INFO kablam! --> src/render.rs:73:5 Sep 01 22:17:04.530 INFO kablam! | Sep 01 22:17:04.530 INFO kablam! 73 | SURFACE_RGBA, Sep 01 22:17:04.530 INFO kablam! | ^^^^^^^^^^^^ Sep 01 22:17:04.530 INFO kablam! Sep 01 22:17:04.530 INFO kablam! warning: variant `SURFACE_EGL` should have a camel case name such as `SurfaceEgl` Sep 01 22:17:04.530 INFO kablam! --> src/render.rs:74:5 Sep 01 22:17:04.530 INFO kablam! | Sep 01 22:17:04.530 INFO kablam! 74 | SURFACE_EGL, Sep 01 22:17:04.530 INFO kablam! | ^^^^^^^^^^^ Sep 01 22:17:04.530 INFO kablam! Sep 01 22:17:04.530 INFO kablam! warning: variant `SURFACE_Y_UV` should have a camel case name such as `SurfaceYUv` Sep 01 22:17:04.530 INFO kablam! --> src/render.rs:75:5 Sep 01 22:17:04.530 INFO kablam! | Sep 01 22:17:04.530 INFO kablam! 75 | SURFACE_Y_UV, Sep 01 22:17:04.530 INFO kablam! | ^^^^^^^^^^^^ Sep 01 22:17:04.530 INFO kablam! Sep 01 22:17:04.530 INFO kablam! warning: variant `SURFACE_Y_U_V` should have a camel case name such as `SurfaceYUV` Sep 01 22:17:04.530 INFO kablam! --> src/render.rs:76:5 Sep 01 22:17:04.531 INFO kablam! | Sep 01 22:17:04.531 INFO kablam! 76 | SURFACE_Y_U_V, Sep 01 22:17:04.531 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 22:17:04.531 INFO kablam! Sep 01 22:17:04.531 INFO kablam! warning: variant `SURFACE_Y_XUXV` should have a camel case name such as `SurfaceYXuxv` Sep 01 22:17:04.531 INFO kablam! --> src/render.rs:77:5 Sep 01 22:17:04.531 INFO kablam! | Sep 01 22:17:04.531 INFO kablam! 77 | SURFACE_Y_XUXV, Sep 01 22:17:04.531 INFO kablam! | ^^^^^^^^^^^^^^ Sep 01 22:17:04.531 INFO kablam! Sep 01 22:17:04.649 INFO kablam! error: build failed Sep 01 22:17:04.650 INFO kablam! su: No module specific data is present Sep 01 22:17:05.337 INFO running `"docker" "rm" "-f" "885ba8b043ecd69dd7c65f8920e8b940cac7fc3ded5b0f6db5dd6246ae4b7ac5"` Sep 01 22:17:05.421 INFO blam! 885ba8b043ecd69dd7c65f8920e8b940cac7fc3ded5b0f6db5dd6246ae4b7ac5