Sep 05 21:06:33.865 INFO checking voodoo-0.3.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 21:06:33.865 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 21:06:33.866 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 21:06:34.372 INFO blam! 8ffed8102c3b474586e29efc6733994a4dbab1f1e59ebfe60491f6516e87f8a8 Sep 05 21:06:34.373 INFO running `"docker" "start" "-a" "8ffed8102c3b474586e29efc6733994a4dbab1f1e59ebfe60491f6516e87f8a8"` Sep 05 21:06:36.666 INFO kablam! usermod: no changes Sep 05 21:06:36.999 INFO kablam! Compiling vks v0.21.0 Sep 05 21:06:36.999 INFO kablam! Checking smallvec v0.4.5 Sep 05 21:06:37.006 INFO kablam! Checking tobj v0.1.6 Sep 05 21:06:37.054 INFO kablam! Checking inflate v0.3.4 Sep 05 21:06:37.058 INFO kablam! Checking gif v0.9.2 Sep 05 21:06:37.058 INFO kablam! Compiling wayland-scanner v0.12.5 Sep 05 21:06:37.059 INFO kablam! Checking libloading v0.4.3 Sep 05 21:06:37.059 INFO kablam! Checking cgmath v0.15.0 Sep 05 21:06:38.886 INFO kablam! Compiling enum-primitive-derive v0.1.2 Sep 05 21:06:39.373 INFO kablam! Checking wayland-sys v0.12.5 Sep 05 21:06:39.551 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 05 21:06:41.061 INFO kablam! Checking png v0.10.0 Sep 05 21:06:43.687 INFO kablam! Compiling wayland-client v0.12.5 Sep 05 21:06:43.746 INFO kablam! Compiling wayland-protocols v0.12.5 Sep 05 21:06:48.114 INFO kablam! Checking image v0.16.0 Sep 05 21:06:53.811 INFO kablam! Checking voodoo v0.3.1 Sep 05 21:06:53.811 INFO kablam! Checking voodoo v0.3.1 (file:///source) Sep 05 21:07:00.262 INFO kablam! Checking wayland-kbd v0.13.1 Sep 05 21:07:08.482 INFO kablam! Checking wayland-window v0.13.3 Sep 05 21:07:09.970 INFO kablam! Checking winit v0.10.0 Sep 05 21:07:26.225 INFO kablam! Checking voodoo_winit v0.1.1 Sep 05 21:07:31.394 INFO kablam! error[E0308]: mismatched types Sep 05 21:07:31.394 INFO kablam! --> examples/hello.rs:1328:52 Sep 05 21:07:31.394 INFO kablam! | Sep 05 21:07:31.394 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Sep 05 21:07:31.394 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `voodoo_winit::voodoo::Instance`, found struct `vd::Instance` Sep 05 21:07:31.394 INFO kablam! | Sep 05 21:07:31.394 INFO kablam! = note: expected type `voodoo_winit::voodoo::Instance` Sep 05 21:07:31.394 INFO kablam! found type `vd::Instance` Sep 05 21:07:31.394 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 05 21:07:31.394 INFO kablam! --> examples/hello.rs:1328:52 Sep 05 21:07:31.394 INFO kablam! | Sep 05 21:07:31.394 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Sep 05 21:07:31.394 INFO kablam! | ^^^^^^^^^^^^^^^^ Sep 05 21:07:31.394 INFO kablam! Sep 05 21:07:31.414 INFO kablam! error[E0277]: the trait bound `vd::Error: std::convert::From` is not satisfied Sep 05 21:07:31.414 INFO kablam! --> examples/hello.rs:1328:23 Sep 05 21:07:31.414 INFO kablam! | Sep 05 21:07:31.414 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Sep 05 21:07:31.414 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `vd::Error` Sep 05 21:07:31.414 INFO kablam! | Sep 05 21:07:31.414 INFO kablam! = help: the following implementations were found: Sep 05 21:07:31.414 INFO kablam! > Sep 05 21:07:31.414 INFO kablam! > Sep 05 21:07:31.414 INFO kablam! > Sep 05 21:07:31.414 INFO kablam! > Sep 05 21:07:31.414 INFO kablam! and 4 others Sep 05 21:07:31.414 INFO kablam! = note: required by `std::convert::From::from` Sep 05 21:07:31.414 INFO kablam! Sep 05 21:07:31.802 INFO kablam! error[E0308]: mismatched types Sep 05 21:07:31.802 INFO kablam! --> examples/hello.rs:1329:65 Sep 05 21:07:31.802 INFO kablam! | Sep 05 21:07:31.802 INFO kablam! 1329 | let physical_device = choose_physical_device(&instance, &surface)?; Sep 05 21:07:31.802 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:31.802 INFO kablam! | Sep 05 21:07:31.802 INFO kablam! = note: expected type `&vd::SurfaceKhr` Sep 05 21:07:31.802 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:31.802 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 05 21:07:31.802 INFO kablam! --> examples/hello.rs:1329:65 Sep 05 21:07:31.802 INFO kablam! | Sep 05 21:07:31.802 INFO kablam! 1329 | let physical_device = choose_physical_device(&instance, &surface)?; Sep 05 21:07:31.802 INFO kablam! | ^^^^^^^^ Sep 05 21:07:31.802 INFO kablam! Sep 05 21:07:32.146 INFO kablam! error[E0308]: mismatched types Sep 05 21:07:32.146 INFO kablam! --> examples/hello.rs:1330:36 Sep 05 21:07:32.146 INFO kablam! | Sep 05 21:07:32.146 INFO kablam! 1330 | let device = create_device(&surface, physical_device)?; Sep 05 21:07:32.146 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:32.146 INFO kablam! | Sep 05 21:07:32.146 INFO kablam! = note: expected type `&vd::SurfaceKhr` Sep 05 21:07:32.146 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:32.146 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 05 21:07:32.146 INFO kablam! --> examples/hello.rs:1330:36 Sep 05 21:07:32.146 INFO kablam! | Sep 05 21:07:32.146 INFO kablam! 1330 | let device = create_device(&surface, physical_device)?; Sep 05 21:07:32.146 INFO kablam! | ^^^^^^^^ Sep 05 21:07:32.146 INFO kablam! Sep 05 21:07:32.490 INFO kablam! error[E0308]: mismatched types Sep 05 21:07:32.490 INFO kablam! --> examples/hello.rs:1331:42 Sep 05 21:07:32.490 INFO kablam! | Sep 05 21:07:32.490 INFO kablam! 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; Sep 05 21:07:32.490 INFO kablam! | ^^^^^^^^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:32.490 INFO kablam! | Sep 05 21:07:32.490 INFO kablam! = note: expected type `vd::SurfaceKhr` Sep 05 21:07:32.490 INFO kablam! found type `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:32.490 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 05 21:07:32.490 INFO kablam! --> examples/hello.rs:1331:42 Sep 05 21:07:32.490 INFO kablam! | Sep 05 21:07:32.490 INFO kablam! 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; Sep 05 21:07:32.490 INFO kablam! | ^^^^^^^^^^^^^^^ Sep 05 21:07:32.490 INFO kablam! Sep 05 21:07:32.892 INFO kablam! error[E0308]: mismatched types Sep 05 21:07:32.892 INFO kablam! --> examples/hello.rs:1341:64 Sep 05 21:07:32.892 INFO kablam! | Sep 05 21:07:32.892 INFO kablam! 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; Sep 05 21:07:32.892 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:32.892 INFO kablam! | Sep 05 21:07:32.892 INFO kablam! = note: expected type `&vd::SurfaceKhr` Sep 05 21:07:32.892 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:32.892 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 05 21:07:32.892 INFO kablam! --> examples/hello.rs:1341:64 Sep 05 21:07:32.892 INFO kablam! | Sep 05 21:07:32.892 INFO kablam! 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; Sep 05 21:07:32.892 INFO kablam! | ^^^^^^^^ Sep 05 21:07:32.892 INFO kablam! Sep 05 21:07:33.173 INFO kablam! error[E0308]: mismatched types Sep 05 21:07:33.173 INFO kablam! --> examples/hello.rs:1391:22 Sep 05 21:07:33.173 INFO kablam! | Sep 05 21:07:33.173 INFO kablam! 1391 | surface: surface, Sep 05 21:07:33.173 INFO kablam! | ^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:33.173 INFO kablam! | Sep 05 21:07:33.173 INFO kablam! = note: expected type `vd::SurfaceKhr` Sep 05 21:07:33.173 INFO kablam! found type `voodoo_winit::voodoo::SurfaceKhr` Sep 05 21:07:33.173 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Sep 05 21:07:33.174 INFO kablam! --> examples/hello.rs:1391:22 Sep 05 21:07:33.174 INFO kablam! | Sep 05 21:07:33.174 INFO kablam! 1391 | surface: surface, Sep 05 21:07:33.174 INFO kablam! | ^^^^^^^ Sep 05 21:07:33.174 INFO kablam! Sep 05 21:07:33.257 INFO kablam! warning: use of deprecated item 'voodoo_winit::winit::window::::get_inner_size_pixels' Sep 05 21:07:33.257 INFO kablam! --> examples/hello.rs:1509:48 Sep 05 21:07:33.257 INFO kablam! | Sep 05 21:07:33.257 INFO kablam! 1509 | let dims = self.window.get_inner_size_pixels().unwrap(); Sep 05 21:07:33.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 05 21:07:33.257 INFO kablam! | Sep 05 21:07:33.257 INFO kablam! = note: #[warn(deprecated)] on by default Sep 05 21:07:33.257 INFO kablam! Sep 05 21:07:33.305 INFO kablam! error: aborting due to 7 previous errors Sep 05 21:07:33.305 INFO kablam! Sep 05 21:07:33.305 INFO kablam! Some errors occurred: E0277, E0308. Sep 05 21:07:33.305 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 05 21:07:33.328 INFO kablam! error: Could not compile `voodoo`. Sep 05 21:07:33.328 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 05 21:07:45.054 INFO kablam! error: build failed Sep 05 21:07:45.061 INFO kablam! su: No module specific data is present Sep 05 21:07:45.880 INFO running `"docker" "rm" "-f" "8ffed8102c3b474586e29efc6733994a4dbab1f1e59ebfe60491f6516e87f8a8"` Sep 05 21:07:46.233 INFO blam! 8ffed8102c3b474586e29efc6733994a4dbab1f1e59ebfe60491f6516e87f8a8