[INFO] crate vk-mem 0.2.2 is already in cache [INFO] documenting vk-mem-0.2.2 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate vk-mem 0.2.2 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate vk-mem 0.2.2 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate vk-mem 0.2.2 [INFO] finished tweaking crates.io crate vk-mem 0.2.2 [INFO] tweaked toml for crates.io crate vk-mem 0.2.2 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate vk-mem 0.2.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13bbaf47abde0c61c1852b1b3f7fb4249ab746e6e0c7a05579b63462adcad66c [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" "13bbaf47abde0c61c1852b1b3f7fb4249ab746e6e0c7a05579b63462adcad66c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13bbaf47abde0c61c1852b1b3f7fb4249ab746e6e0c7a05579b63462adcad66c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13bbaf47abde0c61c1852b1b3f7fb4249ab746e6e0c7a05579b63462adcad66c", kill_on_drop: false }` [INFO] [stdout] 13bbaf47abde0c61c1852b1b3f7fb4249ab746e6e0c7a05579b63462adcad66c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8ceff5203362053ee1d5b76bb54b69a592cd24e150a9ef54c3deef0ede586e66 [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" "8ceff5203362053ee1d5b76bb54b69a592cd24e150a9ef54c3deef0ede586e66", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling vk-mem v0.2.2 (/opt/rustwide/workdir) [INFO] [stderr] Checking ash v0.30.0 [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In member function 'virtual bool VmaBlockMetadata_Generic::Validate() const': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:8515:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 8515 | VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:5929:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: 5929 | #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In member function 'bool VmaBlockMetadata_Linear::CreateAllocationRequest_UpperAddress(uint32_t, uint32_t, VkDeviceSize, VkDeviceSize, VkDeviceSize, VmaSuballocationType, bool, uint32_t, VmaAllocationRequest*)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:10400:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: 10400 | if(resultOffset < VMA_DEBUG_MARGIN) [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: In file included from /usr/include/c++/9/cassert:44, [INFO] [stderr] warning: from vendor/src/vk_mem_alloc.h:3754, [INFO] [stderr] warning: from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::WriteMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:11890:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 11890 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:11890:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 11890 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^~~~~~~~~~ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::ValidateMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:11910:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 11910 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:11910:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 11910 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^~~~~~~~~~ [INFO] [stderr] warning: At global scope: [INFO] [stderr] warning: cc1plus: warning: unrecognized command line option '-Wno-unused-private-field' [INFO] [stderr] Documenting vk-mem v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:1857:5 [INFO] [stdout] | [INFO] [stdout] 1857 | / #[doc = " \\brief Retrieves information about current memory budget for all memory heaps."] [INFO] [stdout] 1858 | | #[doc = ""] [INFO] [stdout] 1859 | | #[doc = "\\param[out] pBudget Must point to array with number of elements at least equal to number of memory heaps in physical device... [INFO] [stdout] 1860 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 1864 | | #[doc = "Note that when using allocator from multiple threads, returned information may immediately"] [INFO] [stdout] 1865 | | #[doc = "become outdated."] [INFO] [stdout] | |_______________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` on by default [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] \param[out] pBudget Must point to array with number of elements at least equal to number of memory heaps in physical device used. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:1869:5 [INFO] [stdout] | [INFO] [stdout] 1869 | / #[doc = " Builds and returns statistics as string in JSON format."] [INFO] [stdout] 1870 | | #[doc = "** @param[out] ppStatsString Must be freed using vmaFreeStatsString() function."] [INFO] [stdout] 1871 | | #[doc = "*/"] [INFO] [stdout] | |_________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] ** @param[out] ppStatsString Must be freed using vmaFreeStatsString() function. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2117:5 [INFO] [stdout] | [INFO] [stdout] 2117 | / #[doc = " \\brief Allocates Vulkan device memory and creates #VmaPool object."] [INFO] [stdout] 2118 | | #[doc = ""] [INFO] [stdout] 2119 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2120 | | #[doc = "@param pCreateInfo Parameters of pool to create."] [INFO] [stdout] 2121 | | #[doc = "@param[out] pPool Handle to created pool."] [INFO] [stdout] | |________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pPool Handle to created pool. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2133:5 [INFO] [stdout] | [INFO] [stdout] 2133 | / #[doc = " \\brief Retrieves statistics of existing #VmaPool object."] [INFO] [stdout] 2134 | | #[doc = ""] [INFO] [stdout] 2135 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2136 | | #[doc = "@param pool Pool object."] [INFO] [stdout] 2137 | | #[doc = "@param[out] pPoolStats Statistics of specified pool."] [INFO] [stdout] | |___________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pPoolStats Statistics of specified pool. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2141:5 [INFO] [stdout] | [INFO] [stdout] 2141 | / #[doc = " \\brief Marks all allocations in given pool as lost if they are not used in current frame or VmaPoolCreateInfo::frameInUseCount bac... [INFO] [stdout] 2142 | | #[doc = ""] [INFO] [stdout] 2143 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2144 | | #[doc = "@param pool Pool."] [INFO] [stdout] 2145 | | #[doc = "@param[out] pLostAllocationCount Number of allocations marked as lost. Optional - pass null if you don't need this information."] [INFO] [stdout] | |______________________________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pLostAllocationCount Number of allocations marked as lost. Optional - pass null if you don't need this information. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2235:5 [INFO] [stdout] | [INFO] [stdout] 2235 | / #[doc = " \\brief General purpose memory allocation."] [INFO] [stdout] 2236 | | #[doc = ""] [INFO] [stdout] 2237 | | #[doc = "@param[out] pAllocation Handle to allocated memory."] [INFO] [stdout] 2238 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] ... | [INFO] [stdout] 2242 | | #[doc = "It is recommended to use vmaAllocateMemoryForBuffer(), vmaAllocateMemoryForImage(),"] [INFO] [stdout] 2243 | | #[doc = "vmaCreateBuffer(), vmaCreateImage() instead whenever possible."] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocation Handle to allocated memory. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2235:5 [INFO] [stdout] | [INFO] [stdout] 2235 | / #[doc = " \\brief General purpose memory allocation."] [INFO] [stdout] 2236 | | #[doc = ""] [INFO] [stdout] 2237 | | #[doc = "@param[out] pAllocation Handle to allocated memory."] [INFO] [stdout] 2238 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] ... | [INFO] [stdout] 2242 | | #[doc = "It is recommended to use vmaAllocateMemoryForBuffer(), vmaAllocateMemoryForImage(),"] [INFO] [stdout] 2243 | | #[doc = "vmaCreateBuffer(), vmaCreateImage() instead whenever possible."] [INFO] [stdout] | |_____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAllocationInfo(). [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2253:5 [INFO] [stdout] | [INFO] [stdout] 2253 | / #[doc = " \\brief General purpose memory allocation for multiple allocation objects at once."] [INFO] [stdout] 2254 | | #[doc = ""] [INFO] [stdout] 2255 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2256 | | #[doc = "@param pVkMemoryRequirements Memory requirements for each allocation."] [INFO] [stdout] ... | [INFO] [stdout] 2269 | | #[doc = "If any allocation fails, all allocations already made within this function call are also freed, so that when"] [INFO] [stdout] 2270 | | #[doc = "returned result is not `VK_SUCCESS`, `pAllocation` array is always entirely filled with `VK_NULL_HANDLE`."] [INFO] [stdout] | |________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocations Pointer to array that will be filled with handles to created allocations. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2253:5 [INFO] [stdout] | [INFO] [stdout] 2253 | / #[doc = " \\brief General purpose memory allocation for multiple allocation objects at once."] [INFO] [stdout] 2254 | | #[doc = ""] [INFO] [stdout] 2255 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2256 | | #[doc = "@param pVkMemoryRequirements Memory requirements for each allocation."] [INFO] [stdout] ... | [INFO] [stdout] 2269 | | #[doc = "If any allocation fails, all allocations already made within this function call are also freed, so that when"] [INFO] [stdout] 2270 | | #[doc = "returned result is not `VK_SUCCESS`, `pAllocation` array is always entirely filled with `VK_NULL_HANDLE`."] [INFO] [stdout] | |________________________________________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocationInfo Optional. Pointer to array that will be filled with parameters of created allocations. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2281:5 [INFO] [stdout] | [INFO] [stdout] 2281 | / #[doc = "@param[out] pAllocation Handle to allocated memory."] [INFO] [stdout] 2282 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] 2283 | | #[doc = ""] [INFO] [stdout] 2284 | | #[doc = "You should free the memory using vmaFreeMemory()."] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocation Handle to allocated memory. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2281:5 [INFO] [stdout] | [INFO] [stdout] 2281 | / #[doc = "@param[out] pAllocation Handle to allocated memory."] [INFO] [stdout] 2282 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] 2283 | | #[doc = ""] [INFO] [stdout] 2284 | | #[doc = "You should free the memory using vmaFreeMemory()."] [INFO] [stdout] | |________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAllocationInfo(). [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2646:5 [INFO] [stdout] | [INFO] [stdout] 2646 | / #[doc = " \\brief Begins defragmentation process."] [INFO] [stdout] 2647 | | #[doc = ""] [INFO] [stdout] 2648 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2649 | | #[doc = "@param pInfo Structure filled with parameters of defragmentation."] [INFO] [stdout] ... | [INFO] [stdout] 2672 | | #[doc = "For more information and important limitations regarding defragmentation, see documentation chapter:"] [INFO] [stdout] 2673 | | #[doc = "[Defragmentation](@ref defragmentation)."] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pStats Optional. Statistics of defragmentation. You can pass null if you are not interested in this information. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2646:5 [INFO] [stdout] | [INFO] [stdout] 2646 | / #[doc = " \\brief Begins defragmentation process."] [INFO] [stdout] 2647 | | #[doc = ""] [INFO] [stdout] 2648 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2649 | | #[doc = "@param pInfo Structure filled with parameters of defragmentation."] [INFO] [stdout] ... | [INFO] [stdout] 2672 | | #[doc = "For more information and important limitations regarding defragmentation, see documentation chapter:"] [INFO] [stdout] 2673 | | #[doc = "[Defragmentation](@ref defragmentation)."] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pContext Context object that must be passed to vmaDefragmentationEnd() to finish defragmentation. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[Defragmentation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2646:5 [INFO] [stdout] | [INFO] [stdout] 2646 | / #[doc = " \\brief Begins defragmentation process."] [INFO] [stdout] 2647 | | #[doc = ""] [INFO] [stdout] 2648 | | #[doc = "@param allocator Allocator object."] [INFO] [stdout] 2649 | | #[doc = "@param pInfo Structure filled with parameters of defragmentation."] [INFO] [stdout] ... | [INFO] [stdout] 2672 | | #[doc = "For more information and important limitations regarding defragmentation, see documentation chapter:"] [INFO] [stdout] 2673 | | #[doc = "[Defragmentation](@ref defragmentation)."] [INFO] [stdout] | |_______________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] [Defragmentation](@ref defragmentation). [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2705:5 [INFO] [stdout] | [INFO] [stdout] 2705 | / #[doc = " \\brief Deprecated. Compacts memory by moving allocations."] [INFO] [stdout] 2706 | | #[doc = ""] [INFO] [stdout] 2707 | | #[doc = "@param pAllocations Array of allocations that can be moved during this compation."] [INFO] [stdout] 2708 | | #[doc = "@param allocationCount Number of elements in pAllocations and pAllocationsChanged arrays."] [INFO] [stdout] ... | [INFO] [stdout] 2742 | | #[doc = ""] [INFO] [stdout] 2743 | | #[doc = "For more information, see [Defragmentation](@ref defragmentation) chapter."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocationsChanged Array of boolean values that will indicate whether matching allocation in pAllocations array has been moved. This parameter is optional. Pass null if you don't need this information. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2705:5 [INFO] [stdout] | [INFO] [stdout] 2705 | / #[doc = " \\brief Deprecated. Compacts memory by moving allocations."] [INFO] [stdout] 2706 | | #[doc = ""] [INFO] [stdout] 2707 | | #[doc = "@param pAllocations Array of allocations that can be moved during this compation."] [INFO] [stdout] 2708 | | #[doc = "@param allocationCount Number of elements in pAllocations and pAllocationsChanged arrays."] [INFO] [stdout] ... | [INFO] [stdout] 2742 | | #[doc = ""] [INFO] [stdout] 2743 | | #[doc = "For more information, see [Defragmentation](@ref defragmentation) chapter."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pDefragmentationStats Statistics returned by the function. Optional - pass null if you don't need this information. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[Defragmentation]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2705:5 [INFO] [stdout] | [INFO] [stdout] 2705 | / #[doc = " \\brief Deprecated. Compacts memory by moving allocations."] [INFO] [stdout] 2706 | | #[doc = ""] [INFO] [stdout] 2707 | | #[doc = "@param pAllocations Array of allocations that can be moved during this compation."] [INFO] [stdout] 2708 | | #[doc = "@param allocationCount Number of elements in pAllocations and pAllocationsChanged arrays."] [INFO] [stdout] ... | [INFO] [stdout] 2742 | | #[doc = ""] [INFO] [stdout] 2743 | | #[doc = "For more information, see [Defragmentation](@ref defragmentation) chapter."] [INFO] [stdout] | |_________________________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] For more information, see [Defragmentation](@ref defragmentation) chapter. [INFO] [stdout] ^^^^^^^^^^^^^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2826:5 [INFO] [stdout] | [INFO] [stdout] 2826 | / #[doc = "@param[out] pBuffer Buffer that was created."] [INFO] [stdout] 2827 | | #[doc = "@param[out] pAllocation Allocation that was created."] [INFO] [stdout] 2828 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] 2829 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2848 | | #[doc = "allocation for this buffer, just like when using"] [INFO] [stdout] 2849 | | #[doc = "VMA_ALLOCATION_CREATE_DEDICATED_MEMORY_BIT."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pBuffer Buffer that was created. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2826:5 [INFO] [stdout] | [INFO] [stdout] 2826 | / #[doc = "@param[out] pBuffer Buffer that was created."] [INFO] [stdout] 2827 | | #[doc = "@param[out] pAllocation Allocation that was created."] [INFO] [stdout] 2828 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] 2829 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2848 | | #[doc = "allocation for this buffer, just like when using"] [INFO] [stdout] 2849 | | #[doc = "VMA_ALLOCATION_CREATE_DEDICATED_MEMORY_BIT."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocation Allocation that was created. [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it. [INFO] [stdout] --> src/../gen/bindings.rs:2826:5 [INFO] [stdout] | [INFO] [stdout] 2826 | / #[doc = "@param[out] pBuffer Buffer that was created."] [INFO] [stdout] 2827 | | #[doc = "@param[out] pAllocation Allocation that was created."] [INFO] [stdout] 2828 | | #[doc = "@param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAlloc... [INFO] [stdout] 2829 | | #[doc = ""] [INFO] [stdout] ... | [INFO] [stdout] 2848 | | #[doc = "allocation for this buffer, just like when using"] [INFO] [stdout] 2849 | | #[doc = "VMA_ALLOCATION_CREATE_DEDICATED_MEMORY_BIT."] [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: the link appears in this line: [INFO] [stdout] [INFO] [stdout] @param[out] pAllocationInfo Optional. Information about allocated memory. It can be later fetched using function vmaGetAllocationInfo(). [INFO] [stdout] ^^^ [INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 24.20s [INFO] running `Command { std: "docker" "inspect" "8ceff5203362053ee1d5b76bb54b69a592cd24e150a9ef54c3deef0ede586e66", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8ceff5203362053ee1d5b76bb54b69a592cd24e150a9ef54c3deef0ede586e66", kill_on_drop: false }` [INFO] [stdout] 8ceff5203362053ee1d5b76bb54b69a592cd24e150a9ef54c3deef0ede586e66