Jul 11 18:04:31.947 INFO checking voodoo-0.3.1 against master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9 for pr-52234 Jul 11 18:04:31.947 INFO running: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 18:04:31.947 INFO creating container for: cargo +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets Jul 11 18:04:31.947 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-52234/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-5/master#ae5b629efd79de78e6ba7ef493c32857bd7f9cf9:/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 +ae5b629efd79de78e6ba7ef493c32857bd7f9cf9-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 11 18:04:32.204 INFO blam! c0f682aaf84dcfe7accbb5b54435bc85f6a382a3d3889f6663253d03116eea6a Jul 11 18:04:32.210 INFO running `"docker" "start" "-a" "c0f682aaf84dcfe7accbb5b54435bc85f6a382a3d3889f6663253d03116eea6a"` Jul 11 18:04:33.721 INFO kablam! Compiling vks v0.21.0 Jul 11 18:04:33.721 INFO kablam! Compiling libloading v0.4.3 Jul 11 18:04:33.735 INFO kablam! Checking tobj v0.1.6 Jul 11 18:04:33.737 INFO kablam! Compiling x11-dl v2.18.0 Jul 11 18:04:33.742 INFO kablam! Compiling wayland-scanner v0.12.5 Jul 11 18:04:33.744 INFO kablam! Checking crossbeam-epoch v0.3.1 Jul 11 18:04:33.777 INFO kablam! Checking dlib v0.4.1 Jul 11 18:04:33.787 INFO kablam! Checking cgmath v0.15.0 Jul 11 18:04:36.028 INFO kablam! Compiling enum-primitive-derive v0.1.2 Jul 11 18:04:38.143 INFO kablam! Checking png v0.10.0 Jul 11 18:04:40.375 INFO kablam! Checking wayland-sys v0.12.5 Jul 11 18:04:46.032 INFO kablam! Checking crossbeam-deque v0.2.0 Jul 11 18:04:57.083 INFO kablam! Checking rayon-core v1.4.0 Jul 11 18:04:59.303 INFO kablam! Compiling wayland-client v0.12.5 Jul 11 18:04:59.303 INFO kablam! Compiling wayland-protocols v0.12.5 Jul 11 18:05:16.327 INFO kablam! Checking rayon v1.0.1 Jul 11 18:05:41.264 INFO kablam! Checking wayland-kbd v0.13.1 Jul 11 18:05:45.290 INFO kablam! Checking voodoo v0.3.1 Jul 11 18:05:45.290 INFO kablam! Checking voodoo v0.3.1 (file:///source) Jul 11 18:05:56.816 INFO kablam! Checking jpeg-decoder v0.1.15 Jul 11 18:06:04.246 INFO kablam! Checking image v0.16.0 Jul 11 18:06:12.787 INFO kablam! Checking wayland-window v0.13.3 Jul 11 18:06:15.002 INFO kablam! Checking winit v0.10.0 Jul 11 18:07:13.246 INFO kablam! Checking voodoo_winit v0.1.1 Jul 11 18:07:19.498 INFO kablam! error[E0308]: mismatched types Jul 11 18:07:19.498 INFO kablam! --> examples/hello.rs:1328:52 Jul 11 18:07:19.498 INFO kablam! | Jul 11 18:07:19.498 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Jul 11 18:07:19.498 INFO kablam! | ^^^^^^^^^^^^^^^^ expected struct `voodoo_winit::voodoo::Instance`, found struct `vd::Instance` Jul 11 18:07:19.498 INFO kablam! | Jul 11 18:07:19.498 INFO kablam! = note: expected type `voodoo_winit::voodoo::Instance` Jul 11 18:07:19.498 INFO kablam! found type `vd::Instance` Jul 11 18:07:19.502 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Jul 11 18:07:19.503 INFO kablam! --> examples/hello.rs:1328:52 Jul 11 18:07:19.503 INFO kablam! | Jul 11 18:07:19.503 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Jul 11 18:07:19.503 INFO kablam! | ^^^^^^^^^^^^^^^^ Jul 11 18:07:19.503 INFO kablam! Jul 11 18:07:19.530 INFO kablam! error[E0277]: the trait bound `vd::Error: std::convert::From` is not satisfied Jul 11 18:07:19.530 INFO kablam! --> examples/hello.rs:1328:23 Jul 11 18:07:19.530 INFO kablam! | Jul 11 18:07:19.530 INFO kablam! 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; Jul 11 18:07:19.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::convert::From` is not implemented for `vd::Error` Jul 11 18:07:19.531 INFO kablam! | Jul 11 18:07:19.531 INFO kablam! = help: the following implementations were found: Jul 11 18:07:19.531 INFO kablam! > Jul 11 18:07:19.531 INFO kablam! > Jul 11 18:07:19.531 INFO kablam! > Jul 11 18:07:19.531 INFO kablam! > Jul 11 18:07:19.531 INFO kablam! and 4 others Jul 11 18:07:19.531 INFO kablam! = note: required by `std::convert::From::from` Jul 11 18:07:19.531 INFO kablam! Jul 11 18:07:20.219 INFO kablam! error[E0308]: mismatched types Jul 11 18:07:20.219 INFO kablam! --> examples/hello.rs:1329:65 Jul 11 18:07:20.219 INFO kablam! | Jul 11 18:07:20.219 INFO kablam! 1329 | let physical_device = choose_physical_device(&instance, &surface)?; Jul 11 18:07:20.219 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:20.219 INFO kablam! | Jul 11 18:07:20.219 INFO kablam! = note: expected type `&vd::SurfaceKhr` Jul 11 18:07:20.219 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:20.219 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Jul 11 18:07:20.219 INFO kablam! --> examples/hello.rs:1329:65 Jul 11 18:07:20.219 INFO kablam! | Jul 11 18:07:20.219 INFO kablam! 1329 | let physical_device = choose_physical_device(&instance, &surface)?; Jul 11 18:07:20.219 INFO kablam! | ^^^^^^^^ Jul 11 18:07:20.219 INFO kablam! Jul 11 18:07:20.880 INFO kablam! error[E0308]: mismatched types Jul 11 18:07:20.880 INFO kablam! --> examples/hello.rs:1330:36 Jul 11 18:07:20.880 INFO kablam! | Jul 11 18:07:20.880 INFO kablam! 1330 | let device = create_device(&surface, physical_device)?; Jul 11 18:07:20.880 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:20.880 INFO kablam! | Jul 11 18:07:20.880 INFO kablam! = note: expected type `&vd::SurfaceKhr` Jul 11 18:07:20.880 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:20.887 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Jul 11 18:07:20.887 INFO kablam! --> examples/hello.rs:1330:36 Jul 11 18:07:20.887 INFO kablam! | Jul 11 18:07:20.887 INFO kablam! 1330 | let device = create_device(&surface, physical_device)?; Jul 11 18:07:20.887 INFO kablam! | ^^^^^^^^ Jul 11 18:07:20.887 INFO kablam! Jul 11 18:07:21.509 INFO kablam! error[E0308]: mismatched types Jul 11 18:07:21.509 INFO kablam! --> examples/hello.rs:1331:42 Jul 11 18:07:21.509 INFO kablam! | Jul 11 18:07:21.509 INFO kablam! 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; Jul 11 18:07:21.509 INFO kablam! | ^^^^^^^^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:21.514 INFO kablam! | Jul 11 18:07:21.514 INFO kablam! = note: expected type `vd::SurfaceKhr` Jul 11 18:07:21.515 INFO kablam! found type `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:21.515 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Jul 11 18:07:21.515 INFO kablam! --> examples/hello.rs:1331:42 Jul 11 18:07:21.515 INFO kablam! | Jul 11 18:07:21.515 INFO kablam! 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; Jul 11 18:07:21.515 INFO kablam! | ^^^^^^^^^^^^^^^ Jul 11 18:07:21.515 INFO kablam! Jul 11 18:07:22.212 INFO kablam! error[E0308]: mismatched types Jul 11 18:07:22.212 INFO kablam! --> examples/hello.rs:1341:64 Jul 11 18:07:22.212 INFO kablam! | Jul 11 18:07:22.212 INFO kablam! 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; Jul 11 18:07:22.213 INFO kablam! | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:22.213 INFO kablam! | Jul 11 18:07:22.213 INFO kablam! = note: expected type `&vd::SurfaceKhr` Jul 11 18:07:22.213 INFO kablam! found type `&voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:22.213 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Jul 11 18:07:22.213 INFO kablam! --> examples/hello.rs:1341:64 Jul 11 18:07:22.213 INFO kablam! | Jul 11 18:07:22.213 INFO kablam! 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; Jul 11 18:07:22.213 INFO kablam! | ^^^^^^^^ Jul 11 18:07:22.213 INFO kablam! Jul 11 18:07:22.870 INFO kablam! error[E0308]: mismatched types Jul 11 18:07:22.870 INFO kablam! --> examples/hello.rs:1391:22 Jul 11 18:07:22.870 INFO kablam! | Jul 11 18:07:22.870 INFO kablam! 1391 | surface: surface, Jul 11 18:07:22.870 INFO kablam! | ^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:22.881 INFO kablam! | Jul 11 18:07:22.881 INFO kablam! = note: expected type `vd::SurfaceKhr` Jul 11 18:07:22.881 INFO kablam! found type `voodoo_winit::voodoo::SurfaceKhr` Jul 11 18:07:22.882 INFO kablam! note: Perhaps two different versions of crate `voodoo` are being used? Jul 11 18:07:22.882 INFO kablam! --> examples/hello.rs:1391:22 Jul 11 18:07:22.882 INFO kablam! | Jul 11 18:07:22.882 INFO kablam! 1391 | surface: surface, Jul 11 18:07:22.882 INFO kablam! | ^^^^^^^ Jul 11 18:07:22.882 INFO kablam! Jul 11 18:07:23.229 INFO kablam! warning: use of deprecated item 'voodoo_winit::winit::window::::get_inner_size_pixels' Jul 11 18:07:23.229 INFO kablam! --> examples/hello.rs:1509:48 Jul 11 18:07:23.229 INFO kablam! | Jul 11 18:07:23.229 INFO kablam! 1509 | let dims = self.window.get_inner_size_pixels().unwrap(); Jul 11 18:07:23.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Jul 11 18:07:23.230 INFO kablam! | Jul 11 18:07:23.230 INFO kablam! = note: #[warn(deprecated)] on by default Jul 11 18:07:23.230 INFO kablam! Jul 11 18:07:23.308 INFO kablam! error: aborting due to 7 previous errors Jul 11 18:07:23.308 INFO kablam! Jul 11 18:07:23.308 INFO kablam! Some errors occurred: E0277, E0308. Jul 11 18:07:23.308 INFO kablam! For more information about an error, try `rustc --explain E0277`. Jul 11 18:07:23.342 INFO kablam! error: Could not compile `voodoo`. Jul 11 18:07:23.343 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 11 18:07:54.819 INFO kablam! error: build failed Jul 11 18:07:54.822 INFO kablam! su: No module specific data is present Jul 11 18:07:55.377 INFO running `"docker" "rm" "-f" "c0f682aaf84dcfe7accbb5b54435bc85f6a382a3d3889f6663253d03116eea6a"` Jul 11 18:07:55.545 INFO blam! c0f682aaf84dcfe7accbb5b54435bc85f6a382a3d3889f6663253d03116eea6a