wgpu-native 0.5.1

WebGPU native implementation on gfx-hal
Documentation
Build #2425331 2025-08-18 07:41:29
# rustc version
rustc 1.91.0-nightly (425a9c0a0 2025-08-17)# docs.rs version
docsrs 0.6.0 (e18d034e 2025-07-29)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/wgpu-native-0.5.1/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/wgpu-native-0.5.1/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250817-1.91.0-nightly-425a9c0a0\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] adfea9feb0849976feca9bf5cbb3820a961c2aa7e4c193a4925fff531b39ddc5
[INFO] running `Command { std: "docker" "start" "-a" "adfea9feb0849976feca9bf5cbb3820a961c2aa7e4c193a4925fff531b39ddc5", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting wgpu-native v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]   --> src/command.rs:17:5
[INFO] [stderr]    |
[INFO] [stderr] 17 |     gfx_select!(encoder_id => GLOBAL.command_encoder_finish(encoder_id, desc))
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]   --> src/command.rs:29:5
[INFO] [stderr]    |
[INFO] [stderr] 29 | /     gfx_select!(command_encoder_id => GLOBAL.command_encoder_copy_buffer_to_buffer(
[INFO] [stderr] 30 | |         command_encoder_id,
[INFO] [stderr] 31 | |         source, source_offset,
[INFO] [stderr] 32 | |         destination,
[INFO] [stderr] 33 | |         destination_offset,
[INFO] [stderr] 34 | |         size))
[INFO] [stderr]    | |______________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]   --> src/command.rs:44:5
[INFO] [stderr]    |
[INFO] [stderr] 44 | /     gfx_select!(command_encoder_id => GLOBAL.command_encoder_copy_buffer_to_texture(
[INFO] [stderr] 45 | |         command_encoder_id,
[INFO] [stderr] 46 | |         source,
[INFO] [stderr] 47 | |         destination,
[INFO] [stderr] 48 | |         copy_size))
[INFO] [stderr]    | |___________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]   --> src/command.rs:58:5
[INFO] [stderr]    |
[INFO] [stderr] 58 | /     gfx_select!(command_encoder_id => GLOBAL.command_encoder_copy_texture_to_buffer(
[INFO] [stderr] 59 | |         command_encoder_id,
[INFO] [stderr] 60 | |         source,
[INFO] [stderr] 61 | |         destination,
[INFO] [stderr] 62 | |         copy_size))
[INFO] [stderr]    | |___________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]   --> src/command.rs:72:5
[INFO] [stderr]    |
[INFO] [stderr] 72 | /     gfx_select!(command_encoder_id => GLOBAL.command_encoder_copy_texture_to_texture(
[INFO] [stderr] 73 | |         command_encoder_id,
[INFO] [stderr] 74 | |         source,
[INFO] [stderr] 75 | |         destination,
[INFO] [stderr] 76 | |         copy_size))
[INFO] [stderr]    | |___________________^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/command.rs:101:5
[INFO] [stderr]     |
[INFO] [stderr] 101 |     gfx_select!(encoder_id => GLOBAL.command_encoder_run_render_pass(encoder_id, &pass_data))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/command.rs:126:5
[INFO] [stderr]     |
[INFO] [stderr] 126 |     gfx_select!(encoder_id => GLOBAL.command_encoder_run_compute_pass(encoder_id, &pass_data))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/command.rs:141:5
[INFO] [stderr]     |
[INFO] [stderr] 141 |     gfx_select!(command_encoder_id => GLOBAL.command_encoder_push_debug_group(command_encoder_id, &string));
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/command.rs:148:5
[INFO] [stderr]     |
[INFO] [stderr] 148 |     gfx_select!(command_encoder_id => GLOBAL.command_encoder_pop_debug_group(command_encoder_id));
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/command.rs:158:5
[INFO] [stderr]     |
[INFO] [stderr] 158 |     gfx_select!(command_encoder_id => GLOBAL.command_encoder_insert_debug_marker(command_encoder_id, &string));
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:174:5
[INFO] [stderr]     |
[INFO] [stderr] 174 |     gfx_select!(adapter_id => GLOBAL.adapter_request_device(adapter_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:178:5
[INFO] [stderr]     |
[INFO] [stderr] 178 |     gfx_select!(adapter_id => GLOBAL.adapter_get_info(adapter_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 183 |     gfx_select!(adapter_id => GLOBAL.adapter_destroy(adapter_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:196:5
[INFO] [stderr]     |
[INFO] [stderr] 196 |     gfx_select!(device_id => GLOBAL.device_create_buffer(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:210:9
[INFO] [stderr]     |
[INFO] [stderr] 210 |         gfx_select!(device_id => GLOBAL.device_create_buffer_mapped(device_id, desc, PhantomData));
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:217:5
[INFO] [stderr]     |
[INFO] [stderr] 217 |     gfx_select!(buffer_id => GLOBAL.buffer_destroy(buffer_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:225:5
[INFO] [stderr]     |
[INFO] [stderr] 225 |     gfx_select!(device_id => GLOBAL.device_create_texture(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:230:5
[INFO] [stderr]     |
[INFO] [stderr] 230 |     gfx_select!(texture_id => GLOBAL.texture_destroy(texture_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:238:5
[INFO] [stderr]     |
[INFO] [stderr] 238 |     gfx_select!(texture_id => GLOBAL.texture_create_view(texture_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:243:5
[INFO] [stderr]     |
[INFO] [stderr] 243 |     gfx_select!(texture_view_id => GLOBAL.texture_view_destroy(texture_view_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:251:5
[INFO] [stderr]     |
[INFO] [stderr] 251 |     gfx_select!(device_id => GLOBAL.device_create_sampler(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:256:5
[INFO] [stderr]     |
[INFO] [stderr] 256 |     gfx_select!(sampler_id => GLOBAL.sampler_destroy(sampler_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:264:5
[INFO] [stderr]     |
[INFO] [stderr] 264 |     gfx_select!(device_id => GLOBAL.device_create_bind_group_layout(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:272:5
[INFO] [stderr]     |
[INFO] [stderr] 272 |     gfx_select!(device_id => GLOBAL.device_create_pipeline_layout(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:280:5
[INFO] [stderr]     |
[INFO] [stderr] 280 |     gfx_select!(device_id => GLOBAL.device_create_bind_group(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:285:5
[INFO] [stderr]     |
[INFO] [stderr] 285 |     gfx_select!(bind_group_id => GLOBAL.bind_group_destroy(bind_group_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:293:5
[INFO] [stderr]     |
[INFO] [stderr] 293 |     gfx_select!(device_id => GLOBAL.device_create_shader_module(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:302:5
[INFO] [stderr]     |
[INFO] [stderr] 302 |     gfx_select!(device_id => GLOBAL.device_create_command_encoder(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:307:5
[INFO] [stderr]     |
[INFO] [stderr] 307 |     gfx_select!(command_encoder_id => GLOBAL.command_encoder_destroy(command_encoder_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:312:5
[INFO] [stderr]     |
[INFO] [stderr] 312 |     gfx_select!(command_buffer_id => GLOBAL.command_buffer_destroy(command_buffer_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:331:5
[INFO] [stderr]     |
[INFO] [stderr] 331 |     gfx_select!(queue_id => GLOBAL.queue_submit(queue_id, command_buffer_ids))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:339:5
[INFO] [stderr]     |
[INFO] [stderr] 339 |     gfx_select!(device_id => GLOBAL.device_create_render_pipeline(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:347:5
[INFO] [stderr]     |
[INFO] [stderr] 347 |     gfx_select!(device_id => GLOBAL.device_create_compute_pipeline(device_id, desc, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:356:5
[INFO] [stderr]     |
[INFO] [stderr] 356 |     gfx_select!(device_id => GLOBAL.device_create_swap_chain(device_id, surface_id, desc))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:361:5
[INFO] [stderr]     |
[INFO] [stderr] 361 |     gfx_select!(device_id => GLOBAL.device_poll(device_id, force_wait))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:366:5
[INFO] [stderr]     |
[INFO] [stderr] 366 |     gfx_select!(device_id => GLOBAL.device_destroy(device_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:379:5
[INFO] [stderr]     |
[INFO] [stderr] 379 |     gfx_select!(buffer_id => GLOBAL.buffer_map_async(buffer_id, wgt::BufferUsage::MAP_READ, start .. start + size, operation))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:392:5
[INFO] [stderr]     |
[INFO] [stderr] 392 |     gfx_select!(buffer_id => GLOBAL.buffer_map_async(buffer_id, wgt::BufferUsage::MAP_WRITE, start .. start + size, operation))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:397:5
[INFO] [stderr]     |
[INFO] [stderr] 397 |     gfx_select!(buffer_id => GLOBAL.buffer_unmap(buffer_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:404:5
[INFO] [stderr]     |
[INFO] [stderr] 404 |     gfx_select!(swap_chain_id => GLOBAL.swap_chain_get_next_texture(swap_chain_id, PhantomData))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `gfx-backend-vulkan`
[INFO] [stderr]    --> src/device.rs:410:5
[INFO] [stderr]     |
[INFO] [stderr] 410 |     gfx_select!(swap_chain_id => GLOBAL.swap_chain_present(swap_chain_id))
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `default` and `vulkan-portability`
[INFO] [stderr]     = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `gfx_select` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the macro `gfx_select` may come from an old version of the `wgpu_core` crate, try updating your dependency with `cargo update -p wgpu_core`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the macro `gfx_select` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `wgpu-native` (lib doc) generated 41 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/wgpu_native/index.html
[INFO] running `Command { std: "docker" "inspect" "adfea9feb0849976feca9bf5cbb3820a961c2aa7e4c193a4925fff531b39ddc5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "adfea9feb0849976feca9bf5cbb3820a961c2aa7e4c193a4925fff531b39ddc5", kill_on_drop: false }`
[INFO] [stdout] adfea9feb0849976feca9bf5cbb3820a961c2aa7e4c193a4925fff531b39ddc5