[INFO] fetching crate dacite 0.7.0... [INFO] checking dacite-0.7.0 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate dacite 0.7.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate dacite 0.7.0 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate dacite 0.7.0 [INFO] finished tweaking crates.io crate dacite 0.7.0 [INFO] tweaked toml for crates.io crate dacite 0.7.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8762a658d883b94f54eeb068a1855433b0a812c05825aa81bfd0cf86c88b873e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8762a658d883b94f54eeb068a1855433b0a812c05825aa81bfd0cf86c88b873e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8762a658d883b94f54eeb068a1855433b0a812c05825aa81bfd0cf86c88b873e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8762a658d883b94f54eeb068a1855433b0a812c05825aa81bfd0cf86c88b873e", kill_on_drop: false }` [INFO] [stdout] 8762a658d883b94f54eeb068a1855433b0a812c05825aa81bfd0cf86c88b873e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35dc4241a9355c9ffe241effae8b45371b5cb1bc7fbdacec073bbb5e8192f15a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "35dc4241a9355c9ffe241effae8b45371b5cb1bc7fbdacec073bbb5e8192f15a", kill_on_drop: false }` [INFO] [stderr] Compiling libloading v0.4.3 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling vks v0.20.0 [INFO] [stderr] Checking dacite v0.7.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:117:104 [INFO] [stdout] | [INFO] [stdout] 117 | ...ndPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:137:91 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:157:99 [INFO] [stdout] | [INFO] [stdout] 157 | ...aphoreCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:177:91 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:197:100 [INFO] [stdout] | [INFO] [stdout] 197 | ...ryPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:217:93 [INFO] [stdout] | [INFO] [stdout] 217 | ...BufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:237:91 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:257:102 [INFO] [stdout] | [INFO] [stdout] 257 | ...erViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:277:100 [INFO] [stdout] | [INFO] [stdout] 277 | ...geViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:297:106 [INFO] [stdout] | [INFO] [stdout] 297 | ...ModuleCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:317:108 [INFO] [stdout] | [INFO] [stdout] 317 | ...eCacheCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:337:95 [INFO] [stdout] | [INFO] [stdout] 337 | ...amplerCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:357:110 [INFO] [stdout] | [INFO] [stdout] 357 | ...orPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:377:121 [INFO] [stdout] | [INFO] [stdout] 377 | ...LayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:397:99 [INFO] [stdout] | [INFO] [stdout] 397 | ...moryAllocateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:417:157 [INFO] [stdout] | [INFO] [stdout] 417 | ...elineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:452:155 [INFO] [stdout] | [INFO] [stdout] 452 | ...elineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:487:110 [INFO] [stdout] | [INFO] [stdout] 487 | ...LayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:507:103 [INFO] [stdout] | [INFO] [stdout] 507 | ...bufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:527:102 [INFO] [stdout] | [INFO] [stdout] 527 | ...erPassCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:562:115 [INFO] [stdout] | [INFO] [stdout] 562 | ...ainCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:582:126 [INFO] [stdout] | [INFO] [stdout] 582 | ...inCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:77:78 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:77:67 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:130:81 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:287:140 [INFO] [stdout] | [INFO] [stdout] 287 | ...ackCreateInfoExt, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:322:130 [INFO] [stdout] | [INFO] [stdout] 322 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:343:123 [INFO] [stdout] | [INFO] [stdout] 343 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:364:132 [INFO] [stdout] | [INFO] [stdout] 364 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:385:120 [INFO] [stdout] | [INFO] [stdout] 385 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:406:120 [INFO] [stdout] | [INFO] [stdout] 406 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:427:132 [INFO] [stdout] | [INFO] [stdout] 427 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:448:126 [INFO] [stdout] | [INFO] [stdout] 448 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:474:39 [INFO] [stdout] | [INFO] [stdout] 474 | debug_report_callback: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/physical_device.rs:261:93 [INFO] [stdout] | [INFO] [stdout] 261 | ...DeviceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:72:67 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:21:45 [INFO] [stdout] | [INFO] [stdout] 21 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:41:45 [INFO] [stdout] | [INFO] [stdout] 41 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | allocator: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn new(allocator: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:24:44 [INFO] [stdout] | [INFO] [stdout] 24 | let callback = user_data as *const Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | callback: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(callback: Arc) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:71:71 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/mod.rs:176:23 [INFO] [stdout] | [INFO] [stdout] 176 | pub callback: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_display/display.rs:143:118 [INFO] [stdout] | [INFO] [stdout] 143 | ...odeCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:70:71 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:71:73 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/buffer_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/command_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_pool.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/descriptor_set_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:117:104 [INFO] [stdout] | [INFO] [stdout] 117 | ...ndPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:137:91 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn create_fence(&self, create_info: &core::FenceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:157:99 [INFO] [stdout] | [INFO] [stdout] 157 | ...aphoreCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:177:91 [INFO] [stdout] | [INFO] [stdout] 177 | pub fn create_event(&self, create_info: &core::EventCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:197:100 [INFO] [stdout] | [INFO] [stdout] 197 | ...ryPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:217:93 [INFO] [stdout] | [INFO] [stdout] 217 | ...BufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:237:91 [INFO] [stdout] | [INFO] [stdout] 237 | pub fn create_image(&self, create_info: &core::ImageCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:257:102 [INFO] [stdout] | [INFO] [stdout] 257 | ...erViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:277:100 [INFO] [stdout] | [INFO] [stdout] 277 | ...geViewCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:297:106 [INFO] [stdout] | [INFO] [stdout] 297 | ...ModuleCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:317:108 [INFO] [stdout] | [INFO] [stdout] 317 | ...eCacheCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:337:95 [INFO] [stdout] | [INFO] [stdout] 337 | ...amplerCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:357:110 [INFO] [stdout] | [INFO] [stdout] 357 | ...orPoolCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:377:121 [INFO] [stdout] | [INFO] [stdout] 377 | ...LayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:397:99 [INFO] [stdout] | [INFO] [stdout] 397 | ...moryAllocateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:417:157 [INFO] [stdout] | [INFO] [stdout] 417 | ...elineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:452:155 [INFO] [stdout] | [INFO] [stdout] 452 | ...elineCreateInfo], allocator: Option>) -> Result, (core::Error, Vec>)> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:487:110 [INFO] [stdout] | [INFO] [stdout] 487 | ...LayoutCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:507:103 [INFO] [stdout] | [INFO] [stdout] 507 | ...bufferCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:527:102 [INFO] [stdout] | [INFO] [stdout] 527 | ...erPassCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:562:115 [INFO] [stdout] | [INFO] [stdout] 562 | ...ainCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device.rs:582:126 [INFO] [stdout] | [INFO] [stdout] 582 | ...inCreateInfoKhr], allocator: Option>) -> Result, core::Error> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/device_memory.rs:77:78 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, size: u64, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/event.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/fence.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/framebuffer.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:72:31 [INFO] [stdout] | [INFO] [stdout] 72 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image.rs:77:67 [INFO] [stdout] | [INFO] [stdout] 77 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/image_view.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:130:81 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn create(create_info: &core::InstanceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:287:140 [INFO] [stdout] | [INFO] [stdout] 287 | ...ackCreateInfoExt, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:322:130 [INFO] [stdout] | [INFO] [stdout] 322 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:343:123 [INFO] [stdout] | [INFO] [stdout] 343 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:364:132 [INFO] [stdout] | [INFO] [stdout] 364 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:385:120 [INFO] [stdout] | [INFO] [stdout] 385 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:406:120 [INFO] [stdout] | [INFO] [stdout] 406 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:427:132 [INFO] [stdout] | [INFO] [stdout] 427 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:448:126 [INFO] [stdout] | [INFO] [stdout] 448 | ...aceCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/instance.rs:474:39 [INFO] [stdout] | [INFO] [stdout] 474 | debug_report_callback: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/physical_device.rs:261:93 [INFO] [stdout] | [INFO] [stdout] 261 | ...DeviceCreateInfo, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_cache.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/pipeline_layout.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/query_pool.rs:72:67 [INFO] [stdout] | [INFO] [stdout] 72 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/render_pass.rs:71:67 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/sampler.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/semaphore.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/shader_module.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, device: Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:21:45 [INFO] [stdout] | [INFO] [stdout] 21 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:26:45 [INFO] [stdout] | [INFO] [stdout] 26 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:31:45 [INFO] [stdout] | [INFO] [stdout] 31 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:36:45 [INFO] [stdout] | [INFO] [stdout] 36 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:41:45 [INFO] [stdout] | [INFO] [stdout] 41 | let allocator = user_data as *const Box; [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:48:24 [INFO] [stdout] | [INFO] [stdout] 48 | allocator: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/core/allocator_helper.rs:52:31 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn new(allocator: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:24:44 [INFO] [stdout] | [INFO] [stdout] 24 | let callback = user_data as *const Arc; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:47:23 [INFO] [stdout] | [INFO] [stdout] 47 | callback: Arc>, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/callback_helper.rs:71:30 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(callback: Arc) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ext_debug_report::DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/debug_report_callback.rs:71:71 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/ext_debug_report/mod.rs:176:23 [INFO] [stdout] | [INFO] [stdout] 176 | pub callback: Arc, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn DebugReportCallbacksExt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_display/display.rs:143:118 [INFO] [stdout] | [INFO] [stdout] 143 | ...odeCreateInfoKhr, allocator: Option>) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:65:31 [INFO] [stdout] | [INFO] [stdout] 65 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_surface/surface.rs:70:71 [INFO] [stdout] | [INFO] [stdout] 70 | pub fn new(owned: bool, instance: Instance, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:66:31 [INFO] [stdout] | [INFO] [stdout] 66 | pub allocator: Option>, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/khr_swapchain/swapchain.rs:71:73 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn new(owned: bool, device: core::Device, allocator: Option>) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn core::Allocator` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/mod.rs:1122:25 [INFO] [stdout] | [INFO] [stdout] 1122 | write!(f, "{}", ::std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:3898:90 [INFO] [stdout] | [INFO] [stdout] 3898 | let mut device_name: [c_char; vks::core::VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4032:35 [INFO] [stdout] | [INFO] [stdout] 4032 | memoryTypes: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4034:35 [INFO] [stdout] | [INFO] [stdout] 4034 | memoryHeaps: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/buffer.rs:130:36 [INFO] [stdout] | [INFO] [stdout] 130 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/device_memory.rs:204:30 [INFO] [stdout] | [INFO] [stdout] 204 | let mut handle = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:136:36 [INFO] [stdout] | [INFO] [stdout] 136 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | let mut layout = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:121:34 [INFO] [stdout] | [INFO] [stdout] 121 | let mut properties = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:130:32 [INFO] [stdout] | [INFO] [stdout] 130 | let mut features = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:188:39 [INFO] [stdout] | [INFO] [stdout] 188 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:199:39 [INFO] [stdout] | [INFO] [stdout] 199 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:307:36 [INFO] [stdout] | [INFO] [stdout] 307 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:622:39 [INFO] [stdout] | [INFO] [stdout] 622 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/render_pass.rs:116:35 [INFO] [stdout] | [INFO] [stdout] 116 | let mut granularity = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/khr_display/display_mode.rs:114:36 [INFO] [stdout] | [INFO] [stdout] 114 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/mod.rs:1122:25 [INFO] [stdout] | [INFO] [stdout] 1122 | write!(f, "{}", ::std::error::Error::description(self)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:3898:90 [INFO] [stdout] | [INFO] [stdout] 3898 | let mut device_name: [c_char; vks::core::VK_MAX_PHYSICAL_DEVICE_NAME_SIZE] = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4032:35 [INFO] [stdout] | [INFO] [stdout] 4032 | memoryTypes: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/mod.rs:4034:35 [INFO] [stdout] | [INFO] [stdout] 4034 | memoryHeaps: unsafe { mem::uninitialized() }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/buffer.rs:130:36 [INFO] [stdout] | [INFO] [stdout] 130 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/device_memory.rs:204:30 [INFO] [stdout] | [INFO] [stdout] 204 | let mut handle = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:136:36 [INFO] [stdout] | [INFO] [stdout] 136 | let mut requirements = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/image.rs:165:30 [INFO] [stdout] | [INFO] [stdout] 165 | let mut layout = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:121:34 [INFO] [stdout] | [INFO] [stdout] 121 | let mut properties = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:130:32 [INFO] [stdout] | [INFO] [stdout] 130 | let mut features = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:188:39 [INFO] [stdout] | [INFO] [stdout] 188 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:199:39 [INFO] [stdout] | [INFO] [stdout] 199 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:251:39 [INFO] [stdout] | [INFO] [stdout] 251 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:307:36 [INFO] [stdout] | [INFO] [stdout] 307 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/physical_device.rs:622:39 [INFO] [stdout] | [INFO] [stdout] 622 | let mut properties = unsafe { mem::uninitialized() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/core/render_pass.rs:116:35 [INFO] [stdout] | [INFO] [stdout] 116 | let mut granularity = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/khr_display/display_mode.rs:114:36 [INFO] [stdout] | [INFO] [stdout] 114 | let mut capabilities = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/vulkan_object.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/vulkan_object.rs:66:39 [INFO] [stdout] | [INFO] [stdout] 66 | _ => write!(f, "{}", self.description()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/instance.rs:77:57 [INFO] [stdout] | [INFO] [stdout] 77 | EarlyInstanceError::VulkanError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/core/instance.rs:77:57 [INFO] [stdout] | [INFO] [stdout] 77 | EarlyInstanceError::VulkanError(ref e) => e.description(), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 108 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 108 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.73s [INFO] running `Command { std: "docker" "inspect" "35dc4241a9355c9ffe241effae8b45371b5cb1bc7fbdacec073bbb5e8192f15a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35dc4241a9355c9ffe241effae8b45371b5cb1bc7fbdacec073bbb5e8192f15a", kill_on_drop: false }` [INFO] [stdout] 35dc4241a9355c9ffe241effae8b45371b5cb1bc7fbdacec073bbb5e8192f15a