Sep 02 15:53:33.858 INFO checking dummy-rustwlc-0.6.5 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 15:53:33.859 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 15:53:33.859 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 15:53:34.033 INFO blam! 91a4c004ebe8946214e94f1ea4e42e0ac356634f34af8c72a4215542010428e9 Sep 02 15:53:34.035 INFO running `"docker" "start" "-a" "91a4c004ebe8946214e94f1ea4e42e0ac356634f34af8c72a4215542010428e9"` Sep 02 15:53:34.600 INFO kablam! Checking wayland-sys v0.9.10 Sep 02 15:53:35.454 INFO kablam! Checking dummy-rustwlc v0.6.5 (file:///source) Sep 02 15:53:37.800 INFO kablam! error[E0308]: mismatched types Sep 02 15:53:37.800 INFO kablam! --> src/handle.rs:580:39 Sep 02 15:53:37.800 INFO kablam! | Sep 02 15:53:37.800 INFO kablam! 580 | dummy.set_geometry(EDGE_NONE, &Geometry { Sep 02 15:53:37.800 INFO kablam! | _______________________________________^ Sep 02 15:53:37.800 INFO kablam! 581 | | origin: Point { x: 0, y: 0 }, Sep 02 15:53:37.800 INFO kablam! 582 | | size: Size { w: 0, h: 0 } Sep 02 15:53:37.800 INFO kablam! 583 | | }); Sep 02 15:53:37.800 INFO kablam! | |_________^ expected struct `types::Geometry`, found reference Sep 02 15:53:37.800 INFO kablam! | Sep 02 15:53:37.800 INFO kablam! = note: expected type `types::Geometry` Sep 02 15:53:37.801 INFO kablam! found type `&types::Geometry` Sep 02 15:53:37.801 INFO kablam! help: consider removing the borrow Sep 02 15:53:37.801 INFO kablam! | Sep 02 15:53:37.801 INFO kablam! 580 | dummy.set_geometry(EDGE_NONE, Geometry { Sep 02 15:53:37.801 INFO kablam! 581 | origin: Point { x: 0, y: 0 }, Sep 02 15:53:37.801 INFO kablam! 582 | size: Size { w: 0, h: 0 } Sep 02 15:53:37.801 INFO kablam! 583 | }); Sep 02 15:53:37.801 INFO kablam! | Sep 02 15:53:37.801 INFO kablam! Sep 02 15:53:38.061 INFO kablam! error: aborting due to previous error Sep 02 15:53:38.062 INFO kablam! Sep 02 15:53:38.062 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 02 15:53:38.068 INFO kablam! error: Could not compile `dummy-rustwlc`. Sep 02 15:53:38.068 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 02 15:53:38.461 INFO kablam! warning: missing documentation for a method Sep 02 15:53:38.461 INFO kablam! --> src/handle.rs:545:5 Sep 02 15:53:38.461 INFO kablam! | Sep 02 15:53:38.461 INFO kablam! 545 | pub fn get_pid(self) -> pid_t { Sep 02 15:53:38.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:53:38.461 INFO kablam! | Sep 02 15:53:38.461 INFO kablam! note: lint level defined here Sep 02 15:53:38.461 INFO kablam! --> src/lib.rs:59:9 Sep 02 15:53:38.461 INFO kablam! | Sep 02 15:53:38.461 INFO kablam! 59 | #![warn(missing_docs)] Sep 02 15:53:38.461 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:53:38.461 INFO kablam! Sep 02 15:53:38.461 INFO kablam! warning: missing documentation for a function Sep 02 15:53:38.462 INFO kablam! --> src/callback.rs:363:1 Sep 02 15:53:38.462 INFO kablam! | Sep 02 15:53:38.462 INFO kablam! 363 | pub fn positioner_get_anchor_rect(view: WlcView) -> Option { Sep 02 15:53:38.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:53:38.462 INFO kablam! Sep 02 15:53:38.462 INFO kablam! warning: missing documentation for a function Sep 02 15:53:38.462 INFO kablam! --> src/callback.rs:379:1 Sep 02 15:53:38.462 INFO kablam! | Sep 02 15:53:38.462 INFO kablam! 379 | pub fn positioner_get_gravity(view: WlcView) -> PositionerGravityBit { Sep 02 15:53:38.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:53:38.462 INFO kablam! Sep 02 15:53:38.462 INFO kablam! warning: missing documentation for a function Sep 02 15:53:38.462 INFO kablam! --> src/callback.rs:383:1 Sep 02 15:53:38.462 INFO kablam! | Sep 02 15:53:38.462 INFO kablam! 383 | pub fn positioner_get_constraint_adjustment(view: WlcView) { Sep 02 15:53:38.462 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:53:38.462 INFO kablam! Sep 02 15:53:38.462 INFO kablam! warning: missing documentation for a function Sep 02 15:53:38.462 INFO kablam! --> src/callback.rs:386:1 Sep 02 15:53:38.463 INFO kablam! | Sep 02 15:53:38.463 INFO kablam! 386 | pub fn view_properties_changed(callback: extern "C" fn(handle: WlcView, mask: ViewPropertyType)) { Sep 02 15:53:38.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 15:53:38.463 INFO kablam! Sep 02 15:53:38.501 INFO kablam! warning: missing documentation for a struct Sep 02 15:53:38.501 INFO kablam! --> src/types.rs:166:1 Sep 02 15:53:38.501 INFO kablam! | Sep 02 15:53:38.501 INFO kablam! 166 | / bitflags! { Sep 02 15:53:38.501 INFO kablam! 167 | | #[repr(C)] Sep 02 15:53:38.501 INFO kablam! 168 | | pub flags PositionerAnchorBit: u32 { Sep 02 15:53:38.501 INFO kablam! 169 | | const WLC_BIT_ANCHOR_NONE = 0, Sep 02 15:53:38.501 INFO kablam! ... | Sep 02 15:53:38.501 INFO kablam! 174 | | } Sep 02 15:53:38.501 INFO kablam! 175 | | } Sep 02 15:53:38.501 INFO kablam! | |_^ Sep 02 15:53:38.502 INFO kablam! | Sep 02 15:53:38.502 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 02 15:53:38.502 INFO kablam! Sep 02 15:53:38.502 INFO kablam! warning: missing documentation for a constant Sep 02 15:53:38.502 INFO kablam! --> src/types.rs:166:1 Sep 02 15:53:38.502 INFO kablam! | Sep 02 15:53:38.502 INFO kablam! 166 | / bitflags! { Sep 02 15:53:38.502 INFO kablam! 167 | | #[repr(C)] Sep 02 15:53:38.502 INFO kablam! 168 | | pub flags PositionerAnchorBit: u32 { Sep 02 15:53:38.502 INFO kablam! 169 | | const WLC_BIT_ANCHOR_NONE = 0, Sep 02 15:53:38.502 INFO kablam! ... | Sep 02 15:53:38.502 INFO kablam! 174 | | } Sep 02 15:53:38.502 INFO kablam! 175 | | } Sep 02 15:53:38.502 INFO kablam! | |_^ Sep 02 15:53:38.502 INFO kablam! | Sep 02 15:53:38.502 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 02 15:53:38.502 INFO kablam! Sep 02 15:53:38.506 INFO kablam! warning: missing documentation for a struct Sep 02 15:53:38.506 INFO kablam! --> src/types.rs:177:1 Sep 02 15:53:38.507 INFO kablam! | Sep 02 15:53:38.507 INFO kablam! 177 | / bitflags! { Sep 02 15:53:38.507 INFO kablam! 178 | | #[repr(C)] Sep 02 15:53:38.507 INFO kablam! 179 | | pub flags PositionerGravityBit: u32 { Sep 02 15:53:38.507 INFO kablam! 180 | | const WLC_BIT_GRAVITY_NONE = 0, Sep 02 15:53:38.507 INFO kablam! ... | Sep 02 15:53:38.507 INFO kablam! 186 | | } Sep 02 15:53:38.507 INFO kablam! 187 | | } Sep 02 15:53:38.507 INFO kablam! | |_^ Sep 02 15:53:38.507 INFO kablam! | Sep 02 15:53:38.507 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 02 15:53:38.507 INFO kablam! Sep 02 15:53:38.507 INFO kablam! warning: missing documentation for a constant Sep 02 15:53:38.507 INFO kablam! --> src/types.rs:177:1 Sep 02 15:53:38.507 INFO kablam! | Sep 02 15:53:38.507 INFO kablam! 177 | / bitflags! { Sep 02 15:53:38.507 INFO kablam! 178 | | #[repr(C)] Sep 02 15:53:38.507 INFO kablam! 179 | | pub flags PositionerGravityBit: u32 { Sep 02 15:53:38.507 INFO kablam! 180 | | const WLC_BIT_GRAVITY_NONE = 0, Sep 02 15:53:38.507 INFO kablam! ... | Sep 02 15:53:38.507 INFO kablam! 186 | | } Sep 02 15:53:38.507 INFO kablam! 187 | | } Sep 02 15:53:38.508 INFO kablam! | |_^ Sep 02 15:53:38.508 INFO kablam! | Sep 02 15:53:38.508 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 02 15:53:38.508 INFO kablam! Sep 02 15:53:38.512 INFO kablam! warning: missing documentation for a struct Sep 02 15:53:38.512 INFO kablam! --> src/types.rs:189:1 Sep 02 15:53:38.512 INFO kablam! | Sep 02 15:53:38.512 INFO kablam! 189 | / bitflags! { Sep 02 15:53:38.512 INFO kablam! 190 | | #[repr(C)] Sep 02 15:53:38.512 INFO kablam! 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { Sep 02 15:53:38.512 INFO kablam! 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, Sep 02 15:53:38.512 INFO kablam! ... | Sep 02 15:53:38.512 INFO kablam! 199 | | } Sep 02 15:53:38.512 INFO kablam! 200 | | } Sep 02 15:53:38.512 INFO kablam! | |_^ Sep 02 15:53:38.512 INFO kablam! | Sep 02 15:53:38.512 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 02 15:53:38.512 INFO kablam! Sep 02 15:53:38.512 INFO kablam! warning: missing documentation for a constant Sep 02 15:53:38.512 INFO kablam! --> src/types.rs:189:1 Sep 02 15:53:38.512 INFO kablam! | Sep 02 15:53:38.512 INFO kablam! 189 | / bitflags! { Sep 02 15:53:38.512 INFO kablam! 190 | | #[repr(C)] Sep 02 15:53:38.513 INFO kablam! 191 | | pub flags PositionerConstraintAdjustmentBits: u32 { Sep 02 15:53:38.513 INFO kablam! 192 | | const WLC_BIT_CONSTRAINT_ADJUSTMENT_NONE = 0, Sep 02 15:53:38.513 INFO kablam! ... | Sep 02 15:53:38.513 INFO kablam! 199 | | } Sep 02 15:53:38.513 INFO kablam! 200 | | } Sep 02 15:53:38.513 INFO kablam! | |_^ Sep 02 15:53:38.513 INFO kablam! | Sep 02 15:53:38.513 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 02 15:53:38.513 INFO kablam! Sep 02 15:53:38.840 INFO kablam! warning: variant `WLC_RGBA8888` should have a camel case name such as `WlcRgba8888` Sep 02 15:53:38.840 INFO kablam! --> src/render.rs:55:5 Sep 02 15:53:38.840 INFO kablam! | Sep 02 15:53:38.840 INFO kablam! 55 | WLC_RGBA8888 Sep 02 15:53:38.840 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:53:38.840 INFO kablam! | Sep 02 15:53:38.840 INFO kablam! = note: #[warn(non_camel_case_types)] on by default Sep 02 15:53:38.840 INFO kablam! Sep 02 15:53:38.841 INFO kablam! warning: variant `WLC_RENDERER_GLES2` should have a camel case name such as `WlcRendererGles2` Sep 02 15:53:38.841 INFO kablam! --> src/render.rs:63:5 Sep 02 15:53:38.841 INFO kablam! | Sep 02 15:53:38.841 INFO kablam! 63 | WLC_RENDERER_GLES2, Sep 02 15:53:38.841 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 15:53:38.841 INFO kablam! Sep 02 15:53:38.841 INFO kablam! warning: variant `WLC_NO_RENDERER` should have a camel case name such as `WlcNoRenderer` Sep 02 15:53:38.841 INFO kablam! --> src/render.rs:65:5 Sep 02 15:53:38.841 INFO kablam! | Sep 02 15:53:38.841 INFO kablam! 65 | WLC_NO_RENDERER Sep 02 15:53:38.841 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 02 15:53:38.841 INFO kablam! Sep 02 15:53:38.841 INFO kablam! warning: variant `SURFACE_RGB` should have a camel case name such as `SurfaceRgb` Sep 02 15:53:38.841 INFO kablam! --> src/render.rs:72:5 Sep 02 15:53:38.841 INFO kablam! | Sep 02 15:53:38.841 INFO kablam! 72 | SURFACE_RGB, Sep 02 15:53:38.841 INFO kablam! | ^^^^^^^^^^^ Sep 02 15:53:38.841 INFO kablam! Sep 02 15:53:38.841 INFO kablam! warning: variant `SURFACE_RGBA` should have a camel case name such as `SurfaceRgba` Sep 02 15:53:38.841 INFO kablam! --> src/render.rs:73:5 Sep 02 15:53:38.841 INFO kablam! | Sep 02 15:53:38.841 INFO kablam! 73 | SURFACE_RGBA, Sep 02 15:53:38.841 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:53:38.841 INFO kablam! Sep 02 15:53:38.842 INFO kablam! warning: variant `SURFACE_EGL` should have a camel case name such as `SurfaceEgl` Sep 02 15:53:38.842 INFO kablam! --> src/render.rs:74:5 Sep 02 15:53:38.842 INFO kablam! | Sep 02 15:53:38.842 INFO kablam! 74 | SURFACE_EGL, Sep 02 15:53:38.842 INFO kablam! | ^^^^^^^^^^^ Sep 02 15:53:38.842 INFO kablam! Sep 02 15:53:38.842 INFO kablam! warning: variant `SURFACE_Y_UV` should have a camel case name such as `SurfaceYUv` Sep 02 15:53:38.842 INFO kablam! --> src/render.rs:75:5 Sep 02 15:53:38.842 INFO kablam! | Sep 02 15:53:38.842 INFO kablam! 75 | SURFACE_Y_UV, Sep 02 15:53:38.842 INFO kablam! | ^^^^^^^^^^^^ Sep 02 15:53:38.842 INFO kablam! Sep 02 15:53:38.842 INFO kablam! warning: variant `SURFACE_Y_U_V` should have a camel case name such as `SurfaceYUV` Sep 02 15:53:38.842 INFO kablam! --> src/render.rs:76:5 Sep 02 15:53:38.842 INFO kablam! | Sep 02 15:53:38.842 INFO kablam! 76 | SURFACE_Y_U_V, Sep 02 15:53:38.842 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 15:53:38.842 INFO kablam! Sep 02 15:53:38.842 INFO kablam! warning: variant `SURFACE_Y_XUXV` should have a camel case name such as `SurfaceYXuxv` Sep 02 15:53:38.842 INFO kablam! --> src/render.rs:77:5 Sep 02 15:53:38.842 INFO kablam! | Sep 02 15:53:38.842 INFO kablam! 77 | SURFACE_Y_XUXV, Sep 02 15:53:38.842 INFO kablam! | ^^^^^^^^^^^^^^ Sep 02 15:53:38.842 INFO kablam! Sep 02 15:53:39.005 INFO kablam! error: build failed Sep 02 15:53:39.007 INFO kablam! su: No module specific data is present Sep 02 15:53:39.365 INFO running `"docker" "rm" "-f" "91a4c004ebe8946214e94f1ea4e42e0ac356634f34af8c72a4215542010428e9"` Sep 02 15:53:39.453 INFO blam! 91a4c004ebe8946214e94f1ea4e42e0ac356634f34af8c72a4215542010428e9