[INFO] fetching crate mira 0.1.26...
[INFO] testing mira-0.1.26 against 1.91.0 for beta-1.92-2
[INFO] extracting crate mira 0.1.26 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate mira 0.1.26
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate mira 0.1.26
[INFO] tweaked toml for crates.io crate mira 0.1.26 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate mira 0.1.26 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate mira 0.1.26 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b746f9f30ff57877cfa04549048d2fccb8273d14f1bbbd9fccb65620607ace1f
[INFO] running `Command { std: "docker" "start" "-a" "b746f9f30ff57877cfa04549048d2fccb8273d14f1bbbd9fccb65620607ace1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b746f9f30ff57877cfa04549048d2fccb8273d14f1bbbd9fccb65620607ace1f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b746f9f30ff57877cfa04549048d2fccb8273d14f1bbbd9fccb65620607ace1f", kill_on_drop: false }`
[INFO] [stdout] b746f9f30ff57877cfa04549048d2fccb8273d14f1bbbd9fccb65620607ace1f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2cb770ca35ef42ac864f54439e33d48895fd1a8bf61d7a2093050357f5ca4e1b
[INFO] running `Command { std: "docker" "start" "-a" "2cb770ca35ef42ac864f54439e33d48895fd1a8bf61d7a2093050357f5ca4e1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling thiserror v2.0.3
[INFO] [stderr]    Compiling libloading v0.8.5
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]    Compiling thiserror-impl v2.0.3
[INFO] [stderr]    Compiling mira v0.1.26 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/loader.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn instance(&self) -> Result<Symbol<PFN_vkGetInstanceProcAddr>, MiraError> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn instance(&self) -> Result<Symbol<'_, PFN_vkGetInstanceProcAddr>, MiraError> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/loader.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn device(&self) -> Result<Symbol<PFN_vkGetDeviceProcAddr>, MiraError> {
[INFO] [stdout]    |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn device(&self) -> Result<Symbol<'_, PFN_vkGetDeviceProcAddr>, MiraError> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.30s
[INFO] running `Command { std: "docker" "inspect" "2cb770ca35ef42ac864f54439e33d48895fd1a8bf61d7a2093050357f5ca4e1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cb770ca35ef42ac864f54439e33d48895fd1a8bf61d7a2093050357f5ca4e1b", kill_on_drop: false }`
[INFO] [stdout] 2cb770ca35ef42ac864f54439e33d48895fd1a8bf61d7a2093050357f5ca4e1b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 46b37d5a11f43b48e7a08513b5d22750526a9357129325f72eff0e2138bfd6c9
[INFO] running `Command { std: "docker" "start" "-a" "46b37d5a11f43b48e7a08513b5d22750526a9357129325f72eff0e2138bfd6c9", kill_on_drop: false }`
[INFO] [stderr]    Compiling mira v0.1.26 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/loader.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn instance(&self) -> Result<Symbol<PFN_vkGetInstanceProcAddr>, MiraError> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn instance(&self) -> Result<Symbol<'_, PFN_vkGetInstanceProcAddr>, MiraError> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/loader.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn device(&self) -> Result<Symbol<PFN_vkGetDeviceProcAddr>, MiraError> {
[INFO] [stdout]    |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn device(&self) -> Result<Symbol<'_, PFN_vkGetDeviceProcAddr>, MiraError> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]  --> examples/color.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use fermium::events::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fermium`, use `cargo add fermium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]  --> examples/color.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use fermium::stdinc::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fermium`, use `cargo add fermium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]  --> examples/color.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use fermium::video::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fermium`, use `cargo add fermium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]  --> examples/color.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use fermium::vulkan::{SDL_Vulkan_CreateSurface, SDL_Vulkan_GetInstanceExtensions};
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fermium`, use `cargo add fermium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `const_cstr`
[INFO] [stdout]  --> examples/color.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use const_cstr::*;
[INFO] [stdout]   |     ^^^^^^^^^^ use of unresolved module or unlinked crate `const_cstr`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `const_cstr`, use `cargo add const_cstr` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `fermium`
[INFO] [stdout]  --> examples/color.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use fermium::*;
[INFO] [stdout]   |     ^^^^^^^ use of unresolved module or unlinked crate `fermium`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `fermium`, use `cargo add fermium` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]   --> examples/color.rs:27:13
[INFO] [stdout]    |
[INFO] [stdout] 27 |             const_cstr!("mira/color").as_ptr(),
[INFO] [stdout]    |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]   --> examples/color.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |         const_cstr!("VK_LAYER_KHRONOS_validation").as_ptr(),
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]   --> examples/color.rs:43:9
[INFO] [stdout]    |
[INFO] [stdout] 43 |         const_cstr!("VK_LAYER_LUNARG_api_dump").as_ptr(), //too verbose
[INFO] [stdout]    |         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]   --> examples/color.rs:90:57
[INFO] [stdout]    |
[INFO] [stdout] 90 |         unsafe { loader::instance(std::ptr::null_mut(), const_cstr!("vkCreateInstance"))? };
[INFO] [stdout]    |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]   --> examples/color.rs:93:33
[INFO] [stdout]    |
[INFO] [stdout] 93 |     app_info.pApplicationName = const_cstr!("mira/color").as_ptr();
[INFO] [stdout]    |                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:126:60
[INFO] [stdout]     |
[INFO] [stdout] 126 |     destroy_instance = unsafe { loader::instance(instance, const_cstr!("vkDestroyInstance"))? };
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:128:59
[INFO] [stdout]     |
[INFO] [stdout] 128 |     destroy_surface = unsafe { loader::instance(instance, const_cstr!("vkDestroySurfaceKHR"))? };
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:132:13
[INFO] [stdout]     |
[INFO] [stdout] 132 |             const_cstr!("vkGetPhysicalDeviceSurfaceSupportKHR"),
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:138:13
[INFO] [stdout]     |
[INFO] [stdout] 138 |             const_cstr!("vkGetPhysicalDeviceSurfaceCapabilitiesKHR"),
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:144:13
[INFO] [stdout]     |
[INFO] [stdout] 144 |             const_cstr!("vkGetPhysicalDeviceSurfaceFormatsKHR"),
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:149:45
[INFO] [stdout]     |
[INFO] [stdout] 149 |         unsafe { loader::instance(instance, const_cstr!("vkEnumeratePhysicalDevices"))? };
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:151:45
[INFO] [stdout]     |
[INFO] [stdout] 151 |         unsafe { loader::instance(instance, const_cstr!("vkGetPhysicalDeviceProperties"))? };
[INFO] [stdout]     |                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:155:13
[INFO] [stdout]     |
[INFO] [stdout] 155 |             const_cstr!("vkGetPhysicalDeviceQueueFamilyProperties"),
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:158:57
[INFO] [stdout]     |
[INFO] [stdout] 158 |     create_device = unsafe { loader::instance(instance, const_cstr!("vkCreateDevice"))? };
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:238:34
[INFO] [stdout]     |
[INFO] [stdout] 238 |     let device_extensions = vec![const_cstr!("VK_KHR_swapchain").as_ptr()];
[INFO] [stdout]     |                                  ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:263:54
[INFO] [stdout]     |
[INFO] [stdout] 263 |     destroy_device = unsafe { loader::device(device, const_cstr!("vkDestroyDevice"))? };
[INFO] [stdout]     |                                                      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:264:56
[INFO] [stdout]     |
[INFO] [stdout] 264 |     device_wait_idle = unsafe { loader::device(device, const_cstr!("vkDeviceWaitIdle"))? };
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:265:49
[INFO] [stdout]     |
[INFO] [stdout] 265 |     get_queue = unsafe { loader::device(device, const_cstr!("vkGetDeviceQueue"))? };
[INFO] [stdout]     |                                                 ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:266:56
[INFO] [stdout]     |
[INFO] [stdout] 266 |     create_swapchain = unsafe { loader::device(device, const_cstr!("vkCreateSwapchainKHR"))? };
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:267:57
[INFO] [stdout]     |
[INFO] [stdout] 267 |     destroy_swapchain = unsafe { loader::device(device, const_cstr!("vkDestroySwapchainKHR"))? };
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:268:56
[INFO] [stdout]     |
[INFO] [stdout] 268 |     create_semaphore = unsafe { loader::device(device, const_cstr!("vkCreateSemaphore"))? };
[INFO] [stdout]     |                                                        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:269:57
[INFO] [stdout]     |
[INFO] [stdout] 269 |     destroy_semaphore = unsafe { loader::device(device, const_cstr!("vkDestroySemaphore"))? };
[INFO] [stdout]     |                                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:270:58
[INFO] [stdout]     |
[INFO] [stdout] 270 |     acquire_next_image = unsafe { loader::device(device, const_cstr!("vkAcquireNextImageKHR"))? };
[INFO] [stdout]     |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:271:52
[INFO] [stdout]     |
[INFO] [stdout] 271 |     queue_submit = unsafe { loader::device(device, const_cstr!("vkQueueSubmit"))? };
[INFO] [stdout]     |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:272:53
[INFO] [stdout]     |
[INFO] [stdout] 272 |     queue_present = unsafe { loader::device(device, const_cstr!("vkQueuePresentKHR"))? };
[INFO] [stdout]     |                                                     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:274:41
[INFO] [stdout]     |
[INFO] [stdout] 274 |         unsafe { loader::device(device, const_cstr!("vkGetSwapchainImagesKHR"))? };
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:275:59
[INFO] [stdout]     |
[INFO] [stdout] 275 |     create_command_pool = unsafe { loader::device(device, const_cstr!("vkCreateCommandPool"))? };
[INFO] [stdout]     |                                                           ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:276:60
[INFO] [stdout]     |
[INFO] [stdout] 276 |     destroy_command_pool = unsafe { loader::device(device, const_cstr!("vkDestroyCommandPool"))? };
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:278:41
[INFO] [stdout]     |
[INFO] [stdout] 278 |         unsafe { loader::device(device, const_cstr!("vkAllocateCommandBuffers"))? };
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:279:60
[INFO] [stdout]     |
[INFO] [stdout] 279 |     free_command_buffers = unsafe { loader::device(device, const_cstr!("vkFreeCommandBuffers"))? };
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:280:60
[INFO] [stdout]     |
[INFO] [stdout] 280 |     begin_command_buffer = unsafe { loader::device(device, const_cstr!("vkBeginCommandBuffer"))? };
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:281:58
[INFO] [stdout]     |
[INFO] [stdout] 281 |     end_command_buffer = unsafe { loader::device(device, const_cstr!("vkEndCommandBuffer"))? };
[INFO] [stdout]     |                                                          ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:282:60
[INFO] [stdout]     |
[INFO] [stdout] 282 |     cmd_pipeline_barrier = unsafe { loader::device(device, const_cstr!("vkCmdPipelineBarrier"))? };
[INFO] [stdout]     |                                                            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `const_cstr` in this scope
[INFO] [stdout]    --> examples/color.rs:283:61
[INFO] [stdout]     |
[INFO] [stdout] 283 |     cmd_clear_color_image = unsafe { loader::device(device, const_cstr!("vkCmdClearColorImage"))? };
[INFO] [stdout]     |                                                             ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mira` (example "color") due to 40 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/loader.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn instance(&self) -> Result<Symbol<PFN_vkGetInstanceProcAddr>, MiraError> {
[INFO] [stdout]    |                     ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn instance(&self) -> Result<Symbol<'_, PFN_vkGetInstanceProcAddr>, MiraError> {
[INFO] [stdout]    |                                             +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/loader.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn device(&self) -> Result<Symbol<PFN_vkGetDeviceProcAddr>, MiraError> {
[INFO] [stdout]    |                   ^^^^^            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                   |
[INFO] [stdout]    |                   the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn device(&self) -> Result<Symbol<'_, PFN_vkGetDeviceProcAddr>, MiraError> {
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "46b37d5a11f43b48e7a08513b5d22750526a9357129325f72eff0e2138bfd6c9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46b37d5a11f43b48e7a08513b5d22750526a9357129325f72eff0e2138bfd6c9", kill_on_drop: false }`
[INFO] [stdout] 46b37d5a11f43b48e7a08513b5d22750526a9357129325f72eff0e2138bfd6c9
