[INFO] crate voodoo 0.3.1 is already in cache [INFO] checking voodoo-0.3.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate voodoo 0.3.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate voodoo 0.3.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate voodoo 0.3.1 [INFO] finished tweaking crates.io crate voodoo 0.3.1 [INFO] tweaked toml for crates.io crate voodoo 0.3.1 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] fcf73488504d5f330c977a4bacb42cf5f7a5f020c456a5e0c746aede8c227f2e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "fcf73488504d5f330c977a4bacb42cf5f7a5f020c456a5e0c746aede8c227f2e"` [INFO] [stderr] Compiling vks v0.21.0 [INFO] [stderr] Checking smallvec v0.4.5 [INFO] [stderr] Checking tobj v0.1.11 [INFO] [stderr] Compiling wayland-scanner v0.12.5 [INFO] [stderr] Checking png v0.10.0 [INFO] [stderr] Checking image v0.16.0 [INFO] [stderr] Compiling wayland-client v0.12.5 [INFO] [stderr] Compiling wayland-protocols v0.12.5 [INFO] [stderr] Checking voodoo v0.3.1 [INFO] [stderr] Checking voodoo v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking wayland-kbd v0.13.1 [INFO] [stderr] Checking wayland-window v0.13.3 [INFO] [stderr] Checking winit v0.10.0 [INFO] [stderr] Checking voodoo_winit v0.1.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/hello.rs:1328:52 [INFO] [stderr] | [INFO] [stderr] 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ expected struct `voodoo_winit::voodoo::Instance`, found struct `vd::Instance` [INFO] [stderr] | [INFO] [stderr] = note: expected type `voodoo_winit::voodoo::Instance` [INFO] [stderr] found type `vd::Instance` [INFO] [stderr] note: Perhaps two different versions of crate `voodoo` are being used? [INFO] [stderr] --> examples/hello.rs:1328:52 [INFO] [stderr] | [INFO] [stderr] 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: `?` couldn't convert the error to `vd::Error` [INFO] [stderr] --> examples/hello.rs:1328:78 [INFO] [stderr] | [INFO] [stderr] 1328 | let surface = voodoo_winit::create_surface(instance.clone(), &window)?; [INFO] [stderr] | ^ the trait `std::convert::From` is not implemented for `vd::Error` [INFO] [stderr] | [INFO] [stderr] = note: the question mark operation (`?`) implicitly performs a conversion on the error value using the `From` trait [INFO] [stderr] = help: the following implementations were found: [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] > [INFO] [stderr] and 4 others [INFO] [stderr] = note: required by `std::convert::From::from` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/hello.rs:1329:65 [INFO] [stderr] | [INFO] [stderr] 1329 | let physical_device = choose_physical_device(&instance, &surface)?; [INFO] [stderr] | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&vd::SurfaceKhr` [INFO] [stderr] found type `&voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] note: Perhaps two different versions of crate `voodoo` are being used? [INFO] [stderr] --> examples/hello.rs:1329:65 [INFO] [stderr] | [INFO] [stderr] 1329 | let physical_device = choose_physical_device(&instance, &surface)?; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/hello.rs:1330:36 [INFO] [stderr] | [INFO] [stderr] 1330 | let device = create_device(&surface, physical_device)?; [INFO] [stderr] | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&vd::SurfaceKhr` [INFO] [stderr] found type `&voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] note: Perhaps two different versions of crate `voodoo` are being used? [INFO] [stderr] --> examples/hello.rs:1330:36 [INFO] [stderr] | [INFO] [stderr] 1330 | let device = create_device(&surface, physical_device)?; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/hello.rs:1331:42 [INFO] [stderr] | [INFO] [stderr] 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] | [INFO] [stderr] = note: expected type `vd::SurfaceKhr` [INFO] [stderr] found type `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] note: Perhaps two different versions of crate `voodoo` are being used? [INFO] [stderr] --> examples/hello.rs:1331:42 [INFO] [stderr] | [INFO] [stderr] 1331 | let swapchain = create_swapchain(surface.clone(), device.clone(), None, None)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/hello.rs:1341:64 [INFO] [stderr] | [INFO] [stderr] 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; [INFO] [stderr] | ^^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&vd::SurfaceKhr` [INFO] [stderr] found type `&voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] note: Perhaps two different versions of crate `voodoo` are being used? [INFO] [stderr] --> examples/hello.rs:1341:64 [INFO] [stderr] | [INFO] [stderr] 1341 | let command_pool = create_command_pool(device.clone(), &surface)?; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> examples/hello.rs:1391:22 [INFO] [stderr] | [INFO] [stderr] 1391 | surface: surface, [INFO] [stderr] | ^^^^^^^ expected struct `vd::SurfaceKhr`, found struct `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] | [INFO] [stderr] = note: expected type `vd::SurfaceKhr` [INFO] [stderr] found type `voodoo_winit::voodoo::SurfaceKhr` [INFO] [stderr] note: Perhaps two different versions of crate `voodoo` are being used? [INFO] [stderr] --> examples/hello.rs:1391:22 [INFO] [stderr] | [INFO] [stderr] 1391 | surface: surface, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `voodoo`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fcf73488504d5f330c977a4bacb42cf5f7a5f020c456a5e0c746aede8c227f2e"` [INFO] running `"docker" "rm" "-f" "fcf73488504d5f330c977a4bacb42cf5f7a5f020c456a5e0c746aede8c227f2e"` [INFO] [stdout] fcf73488504d5f330c977a4bacb42cf5f7a5f020c456a5e0c746aede8c227f2e