[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] 6778670..5a9a317 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5a9a317d2f6bac1b27c69a96a0a4e1d80433ca6d [INFO] checking matteomeli/adamant against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatteomeli%2Fadamant" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matteomeli/adamant 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 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-2/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" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 51cde76fcb3fe6c6a9077c4c6011b09d44807904d146505f73c7d5abbac5bd02 [INFO] running `"docker" "start" "-a" "51cde76fcb3fe6c6a9077c4c6011b09d44807904d146505f73c7d5abbac5bd02"` [INFO] [stderr] Compiling winapi v0.3.8 [INFO] [stderr] Checking instant v0.1.2 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Checking net2 v0.2.33 [INFO] [stderr] Checking nix v0.14.1 [INFO] [stderr] Checking stb_truetype v0.2.6 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking raw-window-handle v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.23.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 env_logger v0.6.2 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking rusttype v0.7.7 [INFO] [stderr] Checking mio v0.6.19 [INFO] [stderr] Checking dlib v0.4.1 [INFO] [stderr] Checking wayland-sys v0.23.6 [INFO] [stderr] Checking andrew v0.2.1 [INFO] [stderr] Checking mio-extras v2.0.5 [INFO] [stderr] Compiling wayland-client v0.23.6 [INFO] [stderr] Compiling wayland-protocols v0.23.6 [INFO] [stderr] Checking calloop v0.4.4 [INFO] [stderr] Checking wayland-commons v0.23.6 [INFO] [stderr] Checking smithay-client-toolkit v0.6.4 [INFO] [stderr] Checking winit v0.20.0-alpha4 [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[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::shared` [INFO] [stderr] --> src/graphics/command/context.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::shared::minwindef; [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/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::um` [INFO] [stderr] --> src/graphics/command/context.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [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:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | 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: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/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: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/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::{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/memory.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/memory.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/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: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.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::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/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::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::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::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/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[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::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::shared` [INFO] [stderr] --> src/graphics/command/context.rs:10:13 [INFO] [stderr] | [INFO] [stderr] 10 | use winapi::shared::minwindef; [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/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::um` [INFO] [stderr] --> src/graphics/command/context.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | use winapi::um::d3d12; [INFO] [stderr] | ^^ could not find `um` in `winapi` [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:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | 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: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/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[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stderr] --> src/graphics/context.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/context.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::Interface` [INFO] [stderr] --> src/graphics/command/queue.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/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/context.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/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/context.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::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 `winit::platform::windows` [INFO] [stderr] --> src/graphics/context.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | use winit::platform::windows::WindowExtWindows; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/lib.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | 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:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | 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::{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/memory.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/memory.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/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: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/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/context.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/context.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/context.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/context.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 `winit::platform::windows` [INFO] [stderr] --> src/graphics/context.rs:21:22 [INFO] [stderr] | [INFO] [stderr] 21 | use winit::platform::windows::WindowExtWindows; [INFO] [stderr] | ^^^^^^^ could not find `windows` in `platform` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `winapi::shared` [INFO] [stderr] --> src/lib.rs:11:13 [INFO] [stderr] | [INFO] [stderr] 11 | 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:12:13 [INFO] [stderr] | [INFO] [stderr] 12 | 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:235:49 [INFO] [stderr] | [INFO] [stderr] 235 | let name = ::from_wide(&desc.Description[..len]); [INFO] [stderr] | ^^^^^^^^^^^ use of undeclared type or module `OsStringExt` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `OsStringExt` [INFO] [stderr] --> src/graphics/dxgi.rs:235:49 [INFO] [stderr] | [INFO] [stderr] 235 | 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:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | 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:83:16 [INFO] [stderr] | [INFO] [stderr] 83 | 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:96:12 [INFO] [stderr] | [INFO] [stderr] 96 | 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: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/queue.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | 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:121:12 [INFO] [stderr] | [INFO] [stderr] 121 | 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/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:79:24 [INFO] [stderr] | [INFO] [stderr] 79 | 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:101:28 [INFO] [stderr] | [INFO] [stderr] 101 | 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:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | ... 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:119:32 [INFO] [stderr] | [INFO] [stderr] 119 | ... 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:150:19 [INFO] [stderr] | [INFO] [stderr] 150 | 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:158:20 [INFO] [stderr] | [INFO] [stderr] 158 | 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:167:20 [INFO] [stderr] | [INFO] [stderr] 167 | 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:181:20 [INFO] [stderr] | [INFO] [stderr] 181 | && 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:199:12 [INFO] [stderr] | [INFO] [stderr] 199 | 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:229:24 [INFO] [stderr] | [INFO] [stderr] 229 | 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:253:31 [INFO] [stderr] | [INFO] [stderr] 253 | pub(crate) 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:295:16 [INFO] [stderr] | [INFO] [stderr] 295 | 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:321:16 [INFO] [stderr] | [INFO] [stderr] 321 | 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:324:24 [INFO] [stderr] | [INFO] [stderr] 324 | 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:352:16 [INFO] [stderr] | [INFO] [stderr] 352 | 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:358:20 [INFO] [stderr] | [INFO] [stderr] 358 | && FAILED(self.0.SetColorSpace1(color_space)) [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:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | 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/context.rs:295:16 [INFO] [stderr] | [INFO] [stderr] 295 | 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/context.rs:312:23 [INFO] [stderr] | [INFO] [stderr] 312 | } 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/context.rs:356:27 [INFO] [stderr] | [INFO] [stderr] 356 | } 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/context.rs:415:20 [INFO] [stderr] | [INFO] [stderr] 415 | 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/context.rs:429:20 [INFO] [stderr] | [INFO] [stderr] 429 | 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/context.rs:488:20 [INFO] [stderr] | [INFO] [stderr] 488 | 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/context.rs:573:16 [INFO] [stderr] | [INFO] [stderr] 573 | if SUCCEEDED(device.native.CreateCommittedResource( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(ptr_internals)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [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:69:12 [INFO] [stderr] | [INFO] [stderr] 69 | 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:83:16 [INFO] [stderr] | [INFO] [stderr] 83 | 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:96:12 [INFO] [stderr] | [INFO] [stderr] 96 | 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: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/queue.rs:58:16 [INFO] [stderr] | [INFO] [stderr] 58 | 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:121:12 [INFO] [stderr] | [INFO] [stderr] 121 | 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/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:79:24 [INFO] [stderr] | [INFO] [stderr] 79 | 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:101:28 [INFO] [stderr] | [INFO] [stderr] 101 | 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:110:32 [INFO] [stderr] | [INFO] [stderr] 110 | ... 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:119:32 [INFO] [stderr] | [INFO] [stderr] 119 | ... 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:150:19 [INFO] [stderr] | [INFO] [stderr] 150 | 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:158:20 [INFO] [stderr] | [INFO] [stderr] 158 | 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:167:20 [INFO] [stderr] | [INFO] [stderr] 167 | 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:181:20 [INFO] [stderr] | [INFO] [stderr] 181 | && 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:199:12 [INFO] [stderr] | [INFO] [stderr] 199 | 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:229:24 [INFO] [stderr] | [INFO] [stderr] 229 | 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:253:31 [INFO] [stderr] | [INFO] [stderr] 253 | pub(crate) 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:295:16 [INFO] [stderr] | [INFO] [stderr] 295 | 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:321:16 [INFO] [stderr] | [INFO] [stderr] 321 | 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:324:24 [INFO] [stderr] | [INFO] [stderr] 324 | 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:352:16 [INFO] [stderr] | [INFO] [stderr] 352 | 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:358:20 [INFO] [stderr] | [INFO] [stderr] 358 | && FAILED(self.0.SetColorSpace1(color_space)) [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:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | 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/context.rs:295:16 [INFO] [stderr] | [INFO] [stderr] 295 | 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/context.rs:312:23 [INFO] [stderr] | [INFO] [stderr] 312 | } 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/context.rs:356:27 [INFO] [stderr] | [INFO] [stderr] 356 | } 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/context.rs:415:20 [INFO] [stderr] | [INFO] [stderr] 415 | 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/context.rs:429:20 [INFO] [stderr] | [INFO] [stderr] 429 | 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/context.rs:488:20 [INFO] [stderr] | [INFO] [stderr] 488 | 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/context.rs:573:16 [INFO] [stderr] | [INFO] [stderr] 573 | if SUCCEEDED(device.native.CreateCommittedResource( [INFO] [stderr] | ^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(ptr_internals)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 102 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0554. [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: aborting due to 102 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433, E0554. [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" "51cde76fcb3fe6c6a9077c4c6011b09d44807904d146505f73c7d5abbac5bd02"` [INFO] running `"docker" "rm" "-f" "51cde76fcb3fe6c6a9077c4c6011b09d44807904d146505f73c7d5abbac5bd02"` [INFO] [stdout] 51cde76fcb3fe6c6a9077c4c6011b09d44807904d146505f73c7d5abbac5bd02