Sep 04 02:22:49.265 INFO checking voodoo-0.3.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 02:22:49.265 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 02:22:49.265 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:22:49.466 INFO blam! 7ece9306ccda128f868b133b54cb937f51fe44d7260018e33abb50fa8064f596 Sep 04 02:22:49.469 INFO running `"docker" "start" "-a" "7ece9306ccda128f868b133b54cb937f51fe44d7260018e33abb50fa8064f596"` Sep 04 02:22:50.261 INFO kablam! Compiling vks v0.21.0 Sep 04 02:22:50.262 INFO kablam! Checking smallvec v0.4.5 Sep 04 02:22:50.266 INFO kablam! Checking cgmath v0.15.0 Sep 04 02:22:50.266 INFO kablam! Checking png v0.10.0 Sep 04 02:22:50.267 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 04 02:22:50.267 INFO kablam! Checking winit v0.10.0 Sep 04 02:22:53.814 INFO kablam! Checking image v0.16.0 Sep 04 02:23:01.247 INFO kablam! Checking voodoo v0.3.1 Sep 04 02:23:01.250 INFO kablam! Checking voodoo v0.3.1 (file:///source) Sep 04 02:23:37.059 INFO kablam! Checking voodoo_winit v0.1.1 Sep 04 02:23:42.202 INFO kablam! error[E0308]: mismatched types Sep 04 02:23:42.202 INFO kablam! --> examples/hello.rs:1328:52 Sep 04 02:23:42.202 INFO kablam! | Sep 04 02:23:42.202 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Sep 04 02:23:42.202 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `voodoo_winit::voodoo::Instance`, found struct `vd::Instance` Sep 04 02:23:42.203 INFO kablam! | Sep 04 02:23:42.203 INFO kablam! = note: expected type `voodoo_winit::voodoo::Instance` Sep 04 02:23:42.203 INFO kablam! found type `vd::Instance` Sep 04 02:23:42.203 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 04 02:23:42.203 INFO kablam! --> examples/hello.rs:1328:52 Sep 04 02:23:42.203 INFO kablam! | Sep 04 02:23:42.203 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Sep 04 02:23:42.203 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 04 02:23:42.203 INFO kablam! Sep 04 02:23:42.217 INFO kablam! error[E0277]: the trait bound `vd::Error: std::convert::From` is not satisfied Sep 04 02:23:42.217 INFO kablam! --> examples/hello.rs:1328:23 Sep 04 02:23:42.217 INFO kablam! | Sep 04 02:23:42.217 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Sep 04 02:23:42.217 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `vd::Error` Sep 04 02:23:42.217 INFO kablam! | Sep 04 02:23:42.218 INFO kablam! = help: the following implementations were found: Sep 04 02:23:42.218 INFO kablam! > Sep 04 02:23:42.218 INFO kablam! > Sep 04 02:23:42.218 INFO kablam! > Sep 04 02:23:42.218 INFO kablam! > Sep 04 02:23:42.218 INFO kablam! and 4 others Sep 04 02:23:42.218 INFO kablam! = note: required by `std::convert::From::from` Sep 04 02:23:42.218 INFO kablam! Sep 04 02:23:42.612 INFO kablam! error[E0308]: mismatched types Sep 04 02:23:42.612 INFO kablam! --> examples/hello.rs:1329:65 Sep 04 02:23:42.612 INFO kablam! | Sep 04 02:23:42.612 INFO kablam! 1329 | let physical_device = choose_physical_device(&instance, &surface)?; Sep 04 02:23:42.612 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:42.612 INFO kablam! | Sep 04 02:23:42.612 INFO kablam! = note: expected type `&vd::SurfaceKhr` Sep 04 02:23:42.612 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:42.613 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 04 02:23:42.613 INFO kablam! --> examples/hello.rs:1329:65 Sep 04 02:23:42.613 INFO kablam! | Sep 04 02:23:42.613 INFO kablam! 1329 | let physical_device = choose_physical_device(&instance, &surface)?; Sep 04 02:23:42.613 INFO kablam! | ^^^^^^^^ Sep 04 02:23:42.613 INFO kablam! Sep 04 02:23:42.964 INFO kablam! error[E0308]: mismatched types Sep 04 02:23:42.964 INFO kablam! --> examples/hello.rs:1330:36 Sep 04 02:23:42.964 INFO kablam! | Sep 04 02:23:42.964 INFO kablam! 1330 | let device = create_device(&surface, physical_device)?; Sep 04 02:23:42.964 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:42.964 INFO kablam! | Sep 04 02:23:42.964 INFO kablam! = note: expected type `&vd::SurfaceKhr` Sep 04 02:23:42.964 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:42.964 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 04 02:23:42.964 INFO kablam! --> examples/hello.rs:1330:36 Sep 04 02:23:42.964 INFO kablam! | Sep 04 02:23:42.964 INFO kablam! 1330 | let device = create_device(&surface, physical_device)?; Sep 04 02:23:42.964 INFO kablam! | ^^^^^^^^ Sep 04 02:23:42.964 INFO kablam! Sep 04 02:23:43.328 INFO kablam! error[E0308]: mismatched types Sep 04 02:23:43.328 INFO kablam! --> examples/hello.rs:1331:42 Sep 04 02:23:43.328 INFO kablam! | Sep 04 02:23:43.328 INFO kablam! 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; Sep 04 02:23:43.328 INFO kablam! | ^^^^^^^^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:43.328 INFO kablam! | Sep 04 02:23:43.328 INFO kablam! = note: expected type `vd::SurfaceKhr` Sep 04 02:23:43.329 INFO kablam! found type `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:43.329 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 04 02:23:43.329 INFO kablam! --> examples/hello.rs:1331:42 Sep 04 02:23:43.329 INFO kablam! | Sep 04 02:23:43.329 INFO kablam! 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; Sep 04 02:23:43.329 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 04 02:23:43.329 INFO kablam! Sep 04 02:23:43.669 INFO kablam! error[E0308]: mismatched types Sep 04 02:23:43.669 INFO kablam! --> examples/hello.rs:1341:64 Sep 04 02:23:43.669 INFO kablam! | Sep 04 02:23:43.669 INFO kablam! 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; Sep 04 02:23:43.670 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:43.670 INFO kablam! | Sep 04 02:23:43.670 INFO kablam! = note: expected type `&vd::SurfaceKhr` Sep 04 02:23:43.670 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:43.670 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 04 02:23:43.670 INFO kablam! --> examples/hello.rs:1341:64 Sep 04 02:23:43.671 INFO kablam! | Sep 04 02:23:43.671 INFO kablam! 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; Sep 04 02:23:43.671 INFO kablam! | ^^^^^^^^ Sep 04 02:23:43.671 INFO kablam! Sep 04 02:23:43.992 INFO kablam! error[E0308]: mismatched types Sep 04 02:23:43.992 INFO kablam! --> examples/hello.rs:1391:22 Sep 04 02:23:43.992 INFO kablam! | Sep 04 02:23:43.992 INFO kablam! 1391 | surface: surface, Sep 04 02:23:43.992 INFO kablam! | ^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:43.993 INFO kablam! | Sep 04 02:23:43.993 INFO kablam! = note: expected type `vd::SurfaceKhr` Sep 04 02:23:43.993 INFO kablam! found type `voodoo_winit::voodoo::SurfaceKhr` Sep 04 02:23:43.993 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 04 02:23:43.993 INFO kablam! --> examples/hello.rs:1391:22 Sep 04 02:23:43.993 INFO kablam! | Sep 04 02:23:43.993 INFO kablam! 1391 | surface: surface, Sep 04 02:23:43.993 INFO kablam! | ^^^^^^^ Sep 04 02:23:43.993 INFO kablam! Sep 04 02:23:44.178 INFO kablam! warning: use of deprecated item 'voodoo_winit::winit::window::::get_inner_size_pixels' Sep 04 02:23:44.178 INFO kablam! --> examples/hello.rs:1509:48 Sep 04 02:23:44.178 INFO kablam! | Sep 04 02:23:44.178 INFO kablam! 1509 | let dims = self.window.get_inner_size_pixels().unwrap(); Sep 04 02:23:44.178 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 02:23:44.178 INFO kablam! | Sep 04 02:23:44.178 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:23:44.178 INFO kablam! Sep 04 02:23:44.232 INFO kablam! error: aborting due to 7 previous errors Sep 04 02:23:44.232 INFO kablam! Sep 04 02:23:44.233 INFO kablam! Some errors occurred: E0277, E0308. Sep 04 02:23:44.233 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 04 02:23:44.253 INFO kablam! error: Could not compile `voodoo`. Sep 04 02:23:44.253 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 02:24:10.296 INFO kablam! error: build failed Sep 04 02:24:10.297 INFO kablam! su: No module specific data is present Sep 04 02:24:10.688 INFO running `"docker" "rm" "-f" "7ece9306ccda128f868b133b54cb937f51fe44d7260018e33abb50fa8064f596"` Sep 04 02:24:10.789 INFO blam! 7ece9306ccda128f868b133b54cb937f51fe44d7260018e33abb50fa8064f596