Sep 20 02:33:01.601 INFO checking dummy-rustwlc-0.6.5 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 20 02:33:01.601 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 20 02:33:01.601 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/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 20 02:33:01.971 INFO blam! 9df66b0c240808a574584424396ab711d7178ac8e763ec8df241e8b609590899 Sep 20 02:33:01.975 INFO running `"docker" "start" "-a" "9df66b0c240808a574584424396ab711d7178ac8e763ec8df241e8b609590899"` Sep 20 02:33:03.335 INFO kablam! usermod: no changes Sep 20 02:33:03.499 INFO kablam! Checking wayland-sys v0.9.10 Sep 20 02:33:04.177 INFO kablam! Checking dummy-rustwlc v0.6.5 (/source) Sep 20 02:33:05.783 INFO kablam! error[E0308]: mismatched types Sep 20 02:33:05.783 INFO kablam! --> src/handle.rs:580:39 Sep 20 02:33:05.783 INFO kablam! | Sep 20 02:33:05.783 INFO kablam! 580 | dummy.set_geometry(EDGE_NONE, &Geometry { Sep 20 02:33:05.784 INFO kablam! | _______________________________________^ Sep 20 02:33:05.784 INFO kablam! 581 | | origin: Point { x: 0, y: 0 }, Sep 20 02:33:05.784 INFO kablam! 582 | | size: Size { w: 0, h: 0 } Sep 20 02:33:05.785 INFO kablam! 583 | | }); Sep 20 02:33:05.785 INFO kablam! | |_________^ expected struct `types::Geometry`, found reference Sep 20 02:33:05.786 INFO kablam! | Sep 20 02:33:05.786 INFO kablam! = note: expected type `types::Geometry` Sep 20 02:33:05.786 INFO kablam! found type `&types::Geometry` Sep 20 02:33:05.787 INFO kablam! help: consider removing the borrow Sep 20 02:33:05.787 INFO kablam! | Sep 20 02:33:05.788 INFO kablam! 580 | dummy.set_geometry(EDGE_NONE, Geometry { Sep 20 02:33:05.788 INFO kablam! 581 | origin: Point { x: 0, y: 0 }, Sep 20 02:33:05.788 INFO kablam! 582 | size: Size { w: 0, h: 0 } Sep 20 02:33:05.789 INFO kablam! 583 | }); Sep 20 02:33:05.789 INFO kablam! | Sep 20 02:33:05.790 INFO kablam! Sep 20 02:33:06.042 INFO kablam! error: aborting due to previous error Sep 20 02:33:06.042 INFO kablam! Sep 20 02:33:06.042 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 02:33:06.049 INFO kablam! error: Could not compile `dummy-rustwlc`. Sep 20 02:33:06.050 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 02:33:06.281 INFO kablam! warning: missing documentation for a method Sep 20 02:33:06.281 INFO kablam! --> src/handle.rs:545:5 Sep 20 02:33:06.281 INFO kablam! | Sep 20 02:33:06.281 INFO kablam! 545 | pub fn get_pid(self) -> pid_t { Sep 20 02:33:06.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 02:33:06.281 INFO kablam! | Sep 20 02:33:06.281 INFO kablam! note: lint level defined here Sep 20 02:33:06.281 INFO kablam! --> src/lib.rs:59:9 Sep 20 02:33:06.281 INFO kablam! | Sep 20 02:33:06.281 INFO kablam! 59 | #![warn(missing_docs)] Sep 20 02:33:06.281 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:33:06.281 INFO kablam! Sep 20 02:33:06.281 INFO kablam! warning: missing documentation for a function Sep 20 02:33:06.281 INFO kablam! --> src/callback.rs:363:1 Sep 20 02:33:06.281 INFO kablam! | Sep 20 02:33:06.281 INFO kablam! 363 | pub fn positioner_get_anchor_rect(view: WlcView) -> Option { Sep 20 02:33:06.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 02:33:06.281 INFO kablam! Sep 20 02:33:06.281 INFO kablam! warning: missing documentation for a function Sep 20 02:33:06.281 INFO kablam! --> src/callback.rs:379:1 Sep 20 02:33:06.281 INFO kablam! | Sep 20 02:33:06.281 INFO kablam! 379 | pub fn positioner_get_gravity(view: WlcView) -> PositionerGravityBit { Sep 20 02:33:06.281 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 02:33:06.281 INFO kablam! Sep 20 02:33:06.288 INFO kablam! warning: missing documentation for a function Sep 20 02:33:06.288 INFO kablam! --> src/callback.rs:383:1 Sep 20 02:33:06.288 INFO kablam! | Sep 20 02:33:06.288 INFO kablam! 383 | pub fn positioner_get_constraint_adjustment(view: WlcView) { Sep 20 02:33:06.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 02:33:06.288 INFO kablam! Sep 20 02:33:06.288 INFO kablam! warning: missing documentation for a function Sep 20 02:33:06.288 INFO kablam! --> src/callback.rs:386:1 Sep 20 02:33:06.288 INFO kablam! | Sep 20 02:33:06.288 INFO kablam! 386 | pub fn view_properties_changed(callback: extern "C" fn(handle: WlcView, mask: ViewPropertyType)) { Sep 20 02:33:06.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 02:33:06.288 INFO kablam! Sep 20 02:33:06.307 INFO kablam! warning: missing documentation for a struct Sep 20 02:33:06.308 INFO kablam! --> src/types.rs:166:1 Sep 20 02:33:06.308 INFO kablam! | Sep 20 02:33:06.308 INFO kablam! 166 | / bitflags! { Sep 20 02:33:06.308 INFO kablam! 167 | | #[repr(C)] Sep 20 02:33:06.308 INFO kablam! 168 | | pub flags PositionerAnchorBit: u32 { Sep 20 02:33:06.308 INFO kablam! 169 | | const WLC_BIT_ANCHOR_NONE = 0, Sep 20 02:33:06.308 INFO kablam! ... | Sep 20 02:33:06.308 INFO kablam! 174 | | } Sep 20 02:33:06.308 INFO kablam! 175 | | } Sep 20 02:33:06.308 INFO kablam! | |_^ Sep 20 02:33:06.308 INFO kablam! | Sep 20 02:33:06.308 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 20 02:33:06.308 INFO kablam! Sep 20 02:33:06.308 INFO kablam! warning: missing documentation for a constant Sep 20 02:33:06.308 INFO kablam! --> src/types.rs:166:1 Sep 20 02:33:06.308 INFO kablam! | Sep 20 02:33:06.308 INFO kablam! 166 | / bitflags! { Sep 20 02:33:06.308 INFO kablam! 167 | | #[repr(C)] Sep 20 02:33:06.308 INFO kablam! 168 | | pub flags PositionerAnchorBit: u32 { Sep 20 02:33:06.308 INFO kablam! 169 | | const WLC_BIT_ANCHOR_NONE = 0, Sep 20 02:33:06.308 INFO kablam! ... | Sep 20 02:33:06.308 INFO kablam! 174 | | } Sep 20 02:33:06.308 INFO kablam! 175 | | } Sep 20 02:33:06.308 INFO kablam! | |_^ Sep 20 02:33:06.309 INFO kablam! | Sep 20 02:33:06.309 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 20 02:33:06.309 INFO kablam! Sep 20 02:33:06.311 INFO kablam! warning: missing documentation for a struct Sep 20 02:33:06.311 INFO kablam! --> src/types.rs:177:1 Sep 20 02:33:06.311 INFO kablam! | Sep 20 02:33:06.311 INFO kablam! 177 | / bitflags! { Sep 20 02:33:06.312 INFO kablam! 178 | | #[repr(C)] Sep 20 02:33:06.312 INFO kablam! 179 | | pub flags PositionerGravityBit: u32 { Sep 20 02:33:06.312 INFO kablam! 180 | | const WLC_BIT_GRAVITY_NONE = 0, Sep 20 02:33:06.312 INFO kablam! ... | Sep 20 02:33:06.312 INFO kablam! 186 | | } Sep 20 02:33:06.312 INFO kablam! 187 | | } Sep 20 02:33:06.312 INFO kablam! | |_^ Sep 20 02:33:06.312 INFO kablam! | Sep 20 02:33:06.312 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 20 02:33:06.312 INFO kablam! Sep 20 02:33:06.315 INFO kablam! warning: missing documentation for a constant Sep 20 02:33:06.315 INFO kablam! --> src/types.rs:177:1 Sep 20 02:33:06.315 INFO kablam! | Sep 20 02:33:06.315 INFO kablam! 177 | / bitflags! { Sep 20 02:33:06.315 INFO kablam! 178 | | #[repr(C)] Sep 20 02:33:06.315 INFO kablam! 179 | | pub flags PositionerGravityBit: u32 { Sep 20 02:33:06.315 INFO kablam! 180 | | const WLC_BIT_GRAVITY_NONE = 0, Sep 20 02:33:06.315 INFO kablam! ... | Sep 20 02:33:06.315 INFO kablam! 186 | | } Sep 20 02:33:06.315 INFO kablam! 187 | | } Sep 20 02:33:06.315 INFO kablam! | |_^ Sep 20 02:33:06.315 INFO kablam! | Sep 20 02:33:06.315 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 20 02:33:06.315 INFO kablam! Sep 20 02:33:06.315 INFO kablam! warning: missing documentation for a struct Sep 20 02:33:06.315 INFO kablam! --> src/types.rs:189:1 Sep 20 02:33:06.315 INFO kablam! | Sep 20 02:33:06.315 INFO kablam! 189 | / bitflags! { Sep 20 02:33:06.316 INFO kablam! 190 | | #[repr(C)] Sep 20 02:33:06.316 INFO kablam! 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { Sep 20 02:33:06.316 INFO kablam! 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, Sep 20 02:33:06.316 INFO kablam! ... | Sep 20 02:33:06.316 INFO kablam! 199 | | } Sep 20 02:33:06.316 INFO kablam! 200 | | } Sep 20 02:33:06.316 INFO kablam! | |_^ Sep 20 02:33:06.316 INFO kablam! | Sep 20 02:33:06.316 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 20 02:33:06.316 INFO kablam! Sep 20 02:33:06.316 INFO kablam! warning: missing documentation for a constant Sep 20 02:33:06.316 INFO kablam! --> src/types.rs:189:1 Sep 20 02:33:06.316 INFO kablam! | Sep 20 02:33:06.316 INFO kablam! 189 | / bitflags! { Sep 20 02:33:06.316 INFO kablam! 190 | | #[repr(C)] Sep 20 02:33:06.316 INFO kablam! 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { Sep 20 02:33:06.316 INFO kablam! 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, Sep 20 02:33:06.316 INFO kablam! ... | Sep 20 02:33:06.316 INFO kablam! 199 | | } Sep 20 02:33:06.316 INFO kablam! 200 | | } Sep 20 02:33:06.316 INFO kablam! | |_^ Sep 20 02:33:06.316 INFO kablam! | Sep 20 02:33:06.316 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 20 02:33:06.316 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `WLC_RGBA8888` should have a camel case name such as `WlcRgba8888` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:55:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 55 | WLC_RGBA8888 Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `WLC_RENDERER_GLES2` should have a camel case name such as `WlcRendererGles2` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:63:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 63 | WLC_RENDERER_GLES2, Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `WLC_NO_RENDERER` should have a camel case name such as `WlcNoRenderer` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:65:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 65 | WLC_NO_RENDERER Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `SURFACE_RGB` should have a camel case name such as `SurfaceRgb` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:72:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 72 | SURFACE_RGB, Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `SURFACE_RGBA` should have a camel case name such as `SurfaceRgba` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:73:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 73 | SURFACE_RGBA, Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `SURFACE_EGL` should have a camel case name such as `SurfaceEgl` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:74:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 74 | SURFACE_EGL, Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.453 INFO kablam! warning: variant `SURFACE_Y_UV` should have a camel case name such as `SurfaceYUv` Sep 20 02:33:06.453 INFO kablam! --> src/render.rs:75:5 Sep 20 02:33:06.453 INFO kablam! | Sep 20 02:33:06.453 INFO kablam! 75 | SURFACE_Y_UV, Sep 20 02:33:06.453 INFO kablam! | ^^^^^^^^^^^^ Sep 20 02:33:06.453 INFO kablam! Sep 20 02:33:06.454 INFO kablam! warning: variant `SURFACE_Y_U_V` should have a camel case name such as `SurfaceYUV` Sep 20 02:33:06.454 INFO kablam! --> src/render.rs:76:5 Sep 20 02:33:06.454 INFO kablam! | Sep 20 02:33:06.454 INFO kablam! 76 | SURFACE_Y_U_V, Sep 20 02:33:06.454 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 02:33:06.454 INFO kablam! Sep 20 02:33:06.454 INFO kablam! warning: variant `SURFACE_Y_XUXV` should have a camel case name such as `SurfaceYXuxv` Sep 20 02:33:06.454 INFO kablam! --> src/render.rs:77:5 Sep 20 02:33:06.454 INFO kablam! | Sep 20 02:33:06.454 INFO kablam! 77 | SURFACE_Y_XUXV, Sep 20 02:33:06.454 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 02:33:06.454 INFO kablam! Sep 20 02:33:06.547 INFO kablam! error: build failed Sep 20 02:33:06.549 INFO kablam! su: No module specific data is present Sep 20 02:33:06.955 INFO running `"docker" "rm" "-f" "9df66b0c240808a574584424396ab711d7178ac8e763ec8df241e8b609590899"` Sep 20 02:33:07.089 INFO blam! 9df66b0c240808a574584424396ab711d7178ac8e763ec8df241e8b609590899