[INFO] updating cached repository https://github.com/matteomeli/adamant [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/matteomeli/adamant [INFO] [stderr] 49a9ea0..6778670 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6778670de9db4dab317c9da42d1a338672cbe9a0 [INFO] checking matteomeli/adamant against master#b61e69433951e31f7bd746e22f516a48ad41623b for prs-64470-and-65389 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatteomeli%2Fadamant" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matteomeli/adamant on toolchain b61e69433951e31f7bd746e22f516a48ad41623b [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/matteomeli/adamant [INFO] finished tweaking git repo https://github.com/matteomeli/adamant [INFO] tweaked toml for git repo https://github.com/matteomeli/adamant written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/matteomeli/adamant already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+b61e69433951e31f7bd746e22f516a48ad41623b" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+b61e69433951e31f7bd746e22f516a48ad41623b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 523185c953cfd20b99f8e72c929b755c62a7cf3f2d81d1a2b18447043d8ce19b [INFO] running `"docker" "start" "-a" "523185c953cfd20b99f8e72c929b755c62a7cf3f2d81d1a2b18447043d8ce19b"` [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Checking downcast-rs v1.0.4 [INFO] [stderr] Compiling log v0.4.7 [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking atty v0.2.13 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking ordered-float v1.0.2 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking line_drawing v0.7.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Checking wayland-sys v0.21.13 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking wayland-commons v0.21.13 [INFO] [stderr] Checking wayland-client v0.21.13 [INFO] [stderr] Checking wayland-protocols v0.21.13 [INFO] [stderr] Checking smithay-client-toolkit v0.4.6 [INFO] [stderr] Checking winit v0.19.3 [INFO] [stderr] Checking adamant v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::um::d3dcommon; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/buffer.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{dxgiformat, dxgitype, winerror::SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/buffer.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{dxgiformat, dxgitype, winerror::SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/buffer.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/buffer.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/com.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::winerror::FAILED; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/graphics/com.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::um::unknwnbase::IUnknown; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/graphics/com.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/command/allocator.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::winerror::{FAILED, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/com.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/command/allocator.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/command/list.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::shared::winerror::{FAILED, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/command/allocator.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/command/list.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/command/queue.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::winerror::{FAILED, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/command/list.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/command/queue.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/descriptor.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::FAILED; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/command/queue.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/descriptor.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/descriptor.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/device.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/device.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/device.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::{d3d12, d3d12sdklayers, d3dcommon}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/device.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/graphics/dxgi.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/dxgi.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/dxgi.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/dxgi.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::um::{d3d12, d3dcommon}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/graphics/dxgi.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | use std::os::windows::ffi::OsStringExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/dxgi.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/memory.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/memory.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/memory.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/resource.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::winerror::SUCCEEDED; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/memory.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/resource.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/sync.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::{self, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/sync.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::{self, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/sync.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::{d3d12, handleapi, synchapi, winbase, winnt}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/sync.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::um::d3dcommon; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/buffer.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{dxgiformat, dxgitype, winerror::SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/renderer.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/buffer.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{dxgiformat, dxgitype, winerror::SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/buffer.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/buffer.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/renderer.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/com.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | use winapi::shared::winerror::FAILED; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stderr] --> src/graphics/com.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::um::unknwnbase::IUnknown; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/graphics/com.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/command/allocator.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::winerror::{FAILED, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/com.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/command/allocator.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/command/list.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::shared::winerror::{FAILED, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/command/allocator.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/command/list.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/command/queue.rs:6:13 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::shared::winerror::{FAILED, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/command/list.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/command/queue.rs:7:13 [INFO] [stderr] | [INFO] [stderr] 7 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/descriptor.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::FAILED; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/command/queue.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/renderer.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use winapi::um::{d3d12, d3d12sdklayers, d3dcommon, dxgidebug}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/descriptor.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/descriptor.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/device.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/device.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/renderer.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/device.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use winapi::um::{d3d12, d3d12sdklayers, d3dcommon}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/device.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes` [INFO] [stderr] --> src/graphics/dxgi.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::ctypes::c_void; [INFO] [stderr] | ^^^^^^ could not find `ctypes` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/lib.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::shared::dxgiformat; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::um::d3dcommon; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/dxgi.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/dxgi.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/dxgi.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::um::{d3d12, d3dcommon}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stderr] --> src/graphics/dxgi.rs:15:14 [INFO] [stderr] | [INFO] [stderr] 15 | use std::os::windows::ffi::OsStringExt; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `os` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/dxgi.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/memory.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/memory.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/memory.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/resource.rs:3:13 [INFO] [stderr] | [INFO] [stderr] 3 | use winapi::shared::winerror::SUCCEEDED; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/memory.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/resource.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/sync.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::{self, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/sync.rs:4:13 [INFO] [stderr] | [INFO] [stderr] 4 | use winapi::shared::winerror::{self, SUCCEEDED}; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/sync.rs:5:13 [INFO] [stderr] | [INFO] [stderr] 5 | use winapi::um::{d3d12, handleapi, synchapi, winbase, winnt}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/sync.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/renderer.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/graphics/renderer.rs:14:13 [INFO] [stderr] | [INFO] [stderr] 14 | use winapi::shared::{ [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/graphics/renderer.rs:18:13 [INFO] [stderr] | [INFO] [stderr] 18 | use winapi::um::{d3d12, d3d12sdklayers, d3dcommon, dxgidebug}; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::Interface` [INFO] [stderr] --> src/graphics/renderer.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | use winapi::Interface; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ no `Interface` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/lib.rs:9:13 [INFO] [stderr] | [INFO] [stderr] 9 | use winapi::shared::dxgiformat; [INFO] [stderr] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::um` [INFO] [stderr] --> src/lib.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::um::d3dcommon; [INFO] [stderr] | ^^ could not find `um` in `winapi` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `OsStringExt` [INFO] [stderr] --> src/graphics/dxgi.rs:236:49 [INFO] [stderr] | [INFO] [stderr] 236 | let name = ::from_wide(&desc.Description[..len]); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `OsStringExt` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/buffer.rs:62:16 [INFO] [stderr] | [INFO] [stderr] 62 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> src/graphics/com.rs:50:30 [INFO] [stderr] | [INFO] [stderr] 50 | fn as_unknown(&self) -> &IUnknown { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> src/graphics/com.rs:52:43 [INFO] [stderr] | [INFO] [stderr] 52 | unsafe { &*(self.as_ptr() as *mut IUnknown) } [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/com.rs:74:16 [INFO] [stderr] | [INFO] [stderr] 74 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/allocator.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/allocator.rs:41:16 [INFO] [stderr] | [INFO] [stderr] 41 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/allocator.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:99:12 [INFO] [stderr] | [INFO] [stderr] 99 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:108:12 [INFO] [stderr] | [INFO] [stderr] 108 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:85:12 [INFO] [stderr] | [INFO] [stderr] 85 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 98 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/descriptor.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/descriptor.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/device.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/device.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | if SUCCEEDED(device.CheckFeatureSupport( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/device.rs:81:16 [INFO] [stderr] | [INFO] [stderr] 81 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | window_handle: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:36:31 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn new(window_handle: HWND, flags: u32) -> Result { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:62:12 [INFO] [stderr] | [INFO] [stderr] 62 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:80:24 [INFO] [stderr] | [INFO] [stderr] 80 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | if SUCCEEDED(factory6.EnumAdapterByGpuPreference( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:111:32 [INFO] [stderr] | [INFO] [stderr] 111 | ... if FAILED(hr... [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:120:32 [INFO] [stderr] | [INFO] [stderr] 120 | ... if SUCCEEDED(d3d12::D3D12CreateDevice( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:151:19 [INFO] [stderr] | [INFO] [stderr] 151 | while SUCCEEDED( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:159:20 [INFO] [stderr] | [INFO] [stderr] 159 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:168:20 [INFO] [stderr] | [INFO] [stderr] 168 | if SUCCEEDED(d3d12::D3D12CreateDevice( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:182:20 [INFO] [stderr] | [INFO] [stderr] 182 | && SUCCEEDED( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:200:12 [INFO] [stderr] | [INFO] [stderr] 200 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:254:24 [INFO] [stderr] | [INFO] [stderr] 254 | pub window_handle: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:296:16 [INFO] [stderr] | [INFO] [stderr] 296 | if FAILED(factory.native.CreateSwapChainForHwnd( [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:322:16 [INFO] [stderr] | [INFO] [stderr] 322 | if SUCCEEDED(self.0.GetContainingOutput(&mut output.as_ptr_mut())) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:325:24 [INFO] [stderr] | [INFO] [stderr] 325 | if FAILED(output6.GetDesc1(&mut desc)) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:353:16 [INFO] [stderr] | [INFO] [stderr] 353 | if SUCCEEDED( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:359:20 [INFO] [stderr] | [INFO] [stderr] 359 | && FAILED(self.0.SetColorSpace1(color_space)) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/graphics/memory.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | CreateFailed(HRESULT), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/memory.rs:69:16 [INFO] [stderr] | [INFO] [stderr] 69 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/resource.rs:33:16 [INFO] [stderr] | [INFO] [stderr] 33 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/sync.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/sync.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:306:16 [INFO] [stderr] | [INFO] [stderr] 306 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:323:23 [INFO] [stderr] | [INFO] [stderr] 323 | } else if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:367:27 [INFO] [stderr] | [INFO] [stderr] 367 | } else if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:426:20 [INFO] [stderr] | [INFO] [stderr] 426 | if SUCCEEDED(d3d12::D3D12GetDebugInterface( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:440:20 [INFO] [stderr] | [INFO] [stderr] 440 | if SUCCEEDED(dxgi1_3::DXGIGetDebugInterface1( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:499:20 [INFO] [stderr] | [INFO] [stderr] 499 | if SUCCEEDED(swapchain.0.GetBuffer( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:584:16 [INFO] [stderr] | [INFO] [stderr] 584 | if SUCCEEDED(device.native.CreateCommittedResource( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 100 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `adamant`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `OsStringExt` [INFO] [stderr] --> src/graphics/dxgi.rs:236:49 [INFO] [stderr] | [INFO] [stderr] 236 | let name = ::from_wide(&desc.Description[..len]); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `OsStringExt` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/buffer.rs:62:16 [INFO] [stderr] | [INFO] [stderr] 62 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> src/graphics/com.rs:50:30 [INFO] [stderr] | [INFO] [stderr] 50 | fn as_unknown(&self) -> &IUnknown { [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stderr] --> src/graphics/com.rs:52:43 [INFO] [stderr] | [INFO] [stderr] 52 | unsafe { &*(self.as_ptr() as *mut IUnknown) } [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/com.rs:74:16 [INFO] [stderr] | [INFO] [stderr] 74 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/allocator.rs:32:12 [INFO] [stderr] | [INFO] [stderr] 32 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/allocator.rs:41:16 [INFO] [stderr] | [INFO] [stderr] 41 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/allocator.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:51:12 [INFO] [stderr] | [INFO] [stderr] 51 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:99:12 [INFO] [stderr] | [INFO] [stderr] 99 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/list.rs:108:12 [INFO] [stderr] | [INFO] [stderr] 108 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:52:16 [INFO] [stderr] | [INFO] [stderr] 52 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:85:12 [INFO] [stderr] | [INFO] [stderr] 85 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/command/queue.rs:98:12 [INFO] [stderr] | [INFO] [stderr] 98 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/descriptor.rs:46:12 [INFO] [stderr] | [INFO] [stderr] 46 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/descriptor.rs:55:16 [INFO] [stderr] | [INFO] [stderr] 55 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/device.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/device.rs:57:16 [INFO] [stderr] | [INFO] [stderr] 57 | if SUCCEEDED(device.CheckFeatureSupport( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/device.rs:81:16 [INFO] [stderr] | [INFO] [stderr] 81 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:32:20 [INFO] [stderr] | [INFO] [stderr] 32 | window_handle: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:36:31 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn new(window_handle: HWND, flags: u32) -> Result { [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:45:12 [INFO] [stderr] | [INFO] [stderr] 45 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:62:12 [INFO] [stderr] | [INFO] [stderr] 62 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:80:24 [INFO] [stderr] | [INFO] [stderr] 80 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:102:28 [INFO] [stderr] | [INFO] [stderr] 102 | if SUCCEEDED(factory6.EnumAdapterByGpuPreference( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:111:32 [INFO] [stderr] | [INFO] [stderr] 111 | ... if FAILED(hr... [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:120:32 [INFO] [stderr] | [INFO] [stderr] 120 | ... if SUCCEEDED(d3d12::D3D12CreateDevice( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:151:19 [INFO] [stderr] | [INFO] [stderr] 151 | while SUCCEEDED( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:159:20 [INFO] [stderr] | [INFO] [stderr] 159 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:168:20 [INFO] [stderr] | [INFO] [stderr] 168 | if SUCCEEDED(d3d12::D3D12CreateDevice( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:182:20 [INFO] [stderr] | [INFO] [stderr] 182 | && SUCCEEDED( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:200:12 [INFO] [stderr] | [INFO] [stderr] 200 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:230:24 [INFO] [stderr] | [INFO] [stderr] 230 | if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:254:24 [INFO] [stderr] | [INFO] [stderr] 254 | pub window_handle: HWND, [INFO] [stderr] | ^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:296:16 [INFO] [stderr] | [INFO] [stderr] 296 | if FAILED(factory.native.CreateSwapChainForHwnd( [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:322:16 [INFO] [stderr] | [INFO] [stderr] 322 | if SUCCEEDED(self.0.GetContainingOutput(&mut output.as_ptr_mut())) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:325:24 [INFO] [stderr] | [INFO] [stderr] 325 | if FAILED(output6.GetDesc1(&mut desc)) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:353:16 [INFO] [stderr] | [INFO] [stderr] 353 | if SUCCEEDED( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/dxgi.rs:359:20 [INFO] [stderr] | [INFO] [stderr] 359 | && FAILED(self.0.SetColorSpace1(color_space)) [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stderr] --> src/graphics/memory.rs:15:18 [INFO] [stderr] | [INFO] [stderr] 15 | CreateFailed(HRESULT), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/memory.rs:69:16 [INFO] [stderr] | [INFO] [stderr] 69 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/resource.rs:33:16 [INFO] [stderr] | [INFO] [stderr] 33 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/sync.rs:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/sync.rs:78:12 [INFO] [stderr] | [INFO] [stderr] 78 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:306:16 [INFO] [stderr] | [INFO] [stderr] 306 | if SUCCEEDED(hr) { [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:323:23 [INFO] [stderr] | [INFO] [stderr] 323 | } else if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `FAILED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:367:27 [INFO] [stderr] | [INFO] [stderr] 367 | } else if FAILED(hr) { [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:426:20 [INFO] [stderr] | [INFO] [stderr] 426 | if SUCCEEDED(d3d12::D3D12GetDebugInterface( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:440:20 [INFO] [stderr] | [INFO] [stderr] 440 | if SUCCEEDED(dxgi1_3::DXGIGetDebugInterface1( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:499:20 [INFO] [stderr] | [INFO] [stderr] 499 | if SUCCEEDED(swapchain.0.GetBuffer( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `SUCCEEDED` in this scope [INFO] [stderr] --> src/graphics/renderer.rs:584:16 [INFO] [stderr] | [INFO] [stderr] 584 | if SUCCEEDED(device.native.CreateCommittedResource( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 100 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `adamant`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "523185c953cfd20b99f8e72c929b755c62a7cf3f2d81d1a2b18447043d8ce19b"` [INFO] running `"docker" "rm" "-f" "523185c953cfd20b99f8e72c929b755c62a7cf3f2d81d1a2b18447043d8ce19b"` [INFO] [stdout] 523185c953cfd20b99f8e72c929b755c62a7cf3f2d81d1a2b18447043d8ce19b