[INFO] cloning repository https://github.com/matteomeli/graphicx [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matteomeli/graphicx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatteomeli%2Fgraphicx", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatteomeli%2Fgraphicx'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c91a257b1c1684d66442920bf65123e174e0c2a0 [INFO] checking matteomeli/graphicx against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatteomeli%2Fgraphicx" "/workspace/builds/worker-112/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-112/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matteomeli/graphicx on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matteomeli/graphicx [INFO] finished tweaking git repo https://github.com/matteomeli/graphicx [INFO] tweaked toml for git repo https://github.com/matteomeli/graphicx written to /workspace/builds/worker-112/source/Cargo.toml [INFO] crate git repo https://github.com/matteomeli/graphicx already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8fd2d4b3f618b12086461f086243a7134935388b3dbbc034d0e8df1ec7a8b5e [INFO] running `Command { std: "docker" "start" "-a" "b8fd2d4b3f618b12086461f086243a7134935388b3dbbc034d0e8df1ec7a8b5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8fd2d4b3f618b12086461f086243a7134935388b3dbbc034d0e8df1ec7a8b5e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8fd2d4b3f618b12086461f086243a7134935388b3dbbc034d0e8df1ec7a8b5e", kill_on_drop: false }` [INFO] [stdout] b8fd2d4b3f618b12086461f086243a7134935388b3dbbc034d0e8df1ec7a8b5e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-112/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e0ff2c285ecfaf8a77bd69230924458a7202d0ca9e840308b47e484731ecfa09 [INFO] running `Command { std: "docker" "start" "-a" "e0ff2c285ecfaf8a77bd69230924458a7202d0ca9e840308b47e484731ecfa09", kill_on_drop: false }` [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Checking rand_core v0.3.0 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Checking bitflags v1.0.4 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling nix v0.11.0 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Checking byteorder v1.2.7 [INFO] [stderr] Compiling nix v0.12.0 [INFO] [stderr] Checking downcast-rs v1.0.3 [INFO] [stderr] Checking same-file v1.0.4 [INFO] [stderr] Compiling pkg-config v0.3.14 [INFO] [stderr] Checking xdg v2.2.0 [INFO] [stderr] Compiling winapi v0.3.6 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking owning_ref v0.4.0 [INFO] [stderr] Checking ordered-float v1.0.1 [INFO] [stderr] Checking approx v0.3.1 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking walkdir v2.2.7 [INFO] [stderr] Checking smallvec v0.6.7 [INFO] [stderr] Checking rand_core v0.2.2 [INFO] [stderr] Checking rand_xorshift v0.1.0 [INFO] [stderr] Checking rand_hc v0.1.0 [INFO] [stderr] Checking rand_isaac v0.1.1 [INFO] [stderr] Checking lock_api v0.1.5 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking stb_truetype v0.2.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling wayland-scanner v0.21.7 [INFO] [stderr] Checking rusttype v0.7.3 [INFO] [stderr] Checking wio v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.1.1 [INFO] [stderr] Compiling rand_chacha v0.1.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking graphix-native-dx12 v0.1.0 (/opt/rustwide/workdir/graphix-gfx/src/native/dx12) [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/barrier.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::{d3d12, d3d12sdklayers, d3dcommon}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/lib.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::um::{d3d12, d3dcommon}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/resource.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/resource.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::{d3d12, handleapi, synchapi, winbase, winnt}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/barrier.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_allocator.rs:8:10 [INFO] [stdout] | [INFO] [stdout] 8 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/command_list.rs:11:10 [INFO] [stdout] | [INFO] [stdout] 11 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::{d3d12, d3d12sdklayers, d3dcommon}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::windef::HWND; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/device.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:12:13 [INFO] [stdout] | [INFO] [stdout] 12 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:9:13 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:13:13 [INFO] [stdout] | [INFO] [stdout] 13 | use winapi::um::{d3d12, d3dcommon}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:6:13 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/heap.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:7:13 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/queue.rs:10:10 [INFO] [stdout] | [INFO] [stdout] 10 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/resource.rs:3:13 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::d3d12; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/resource.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::shared` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:4:13 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::shared::winerror; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::um::{d3d12, handleapi, synchapi, winbase, winnt}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::Interface` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::Interface; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `wio::com` [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/sync.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | use wio::com::ComPtr; [INFO] [stdout] | ^^^ could not find `com` in `wio` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:229:49 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn make_window_association(&self, hwnd: HWND, flags: WindowAssociationFlags) -> Result<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:246:16 [INFO] [stdout] | [INFO] [stdout] 246 | guid: &GUID, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:249:31 [INFO] [stdout] | [INFO] [stdout] 249 | let mut factory: *mut IUnknown = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:429:15 [INFO] [stdout] | [INFO] [stdout] 429 | hwnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:229:49 [INFO] [stdout] | [INFO] [stdout] 229 | pub fn make_window_association(&self, hwnd: HWND, flags: WindowAssociationFlags) -> Result<()> { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:246:16 [INFO] [stdout] | [INFO] [stdout] 246 | guid: &GUID, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:249:31 [INFO] [stdout] | [INFO] [stdout] 249 | let mut factory: *mut IUnknown = ptr::null_mut(); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> graphix-gfx/src/native/dx12/src/dxgi.rs:429:15 [INFO] [stdout] | [INFO] [stdout] 429 | hwnd: HWND, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling libloading v0.5.0 [INFO] [stderr] Checking andrew v0.1.4 [INFO] [stdout] error: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `graphix-native-dx12` due to 40 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 39 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e0ff2c285ecfaf8a77bd69230924458a7202d0ca9e840308b47e484731ecfa09", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0ff2c285ecfaf8a77bd69230924458a7202d0ca9e840308b47e484731ecfa09", kill_on_drop: false }` [INFO] [stdout] e0ff2c285ecfaf8a77bd69230924458a7202d0ca9e840308b47e484731ecfa09