[INFO] fetching crate vk-mem-erupt 0.2.3... [INFO] testing vk-mem-erupt-0.2.3 against 1.55.0 for beta-1.56-1 [INFO] extracting crate vk-mem-erupt 0.2.3 into /workspace/builds/worker-40/source [INFO] validating manifest of crates.io crate vk-mem-erupt 0.2.3 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate vk-mem-erupt 0.2.3 [INFO] finished tweaking crates.io crate vk-mem-erupt 0.2.3 [INFO] tweaked toml for crates.io crate vk-mem-erupt 0.2.3 written to /workspace/builds/worker-40/source/Cargo.toml [INFO] crate crates.io crate vk-mem-erupt 0.2.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded raw-window-metal v0.1.2 [INFO] [stderr] Downloaded erupt v0.19.0+182 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7402d06f9c4cb9269c54008856c92b9fea737dcf56c1e2f097fd19e82c86db8 [INFO] running `Command { std: "docker" "start" "-a" "c7402d06f9c4cb9269c54008856c92b9fea737dcf56c1e2f097fd19e82c86db8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7402d06f9c4cb9269c54008856c92b9fea737dcf56c1e2f097fd19e82c86db8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7402d06f9c4cb9269c54008856c92b9fea737dcf56c1e2f097fd19e82c86db8", kill_on_drop: false }` [INFO] [stdout] c7402d06f9c4cb9269c54008856c92b9fea737dcf56c1e2f097fd19e82c86db8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4912ab6c91a6c40c65b4ad56a08b90945679eaaa192d18d1726d7777349c44a2 [INFO] running `Command { std: "docker" "start" "-a" "4912ab6c91a6c40c65b4ad56a08b90945679eaaa192d18d1726d7777349c44a2", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.69 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling erupt v0.19.0+182 [INFO] [stderr] Compiling vk-mem-erupt v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'virtual bool VmaBlockMetadata_Generic::Validate() const': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:9457:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 9457 | VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:6834:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: 6834 | #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: vendor/include/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/include/vk_mem_alloc.h:11333:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: 11333 | 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/include/vk_mem_alloc.h:4155, [INFO] [stderr] warning: from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::WriteMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12823:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 12823 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12823:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 12823 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^~~~~~~~~~ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::ValidateMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12843:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 12843 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12843:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 12843 | 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] Finished dev [unoptimized + debuginfo] target(s) in 31.44s [INFO] running `Command { std: "docker" "inspect" "4912ab6c91a6c40c65b4ad56a08b90945679eaaa192d18d1726d7777349c44a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4912ab6c91a6c40c65b4ad56a08b90945679eaaa192d18d1726d7777349c44a2", kill_on_drop: false }` [INFO] [stdout] 4912ab6c91a6c40c65b4ad56a08b90945679eaaa192d18d1726d7777349c44a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bc5bb2c403fc832846ae5a8f425f82fc51a37bede6d4eec2819f89263d4c9676 [INFO] running `Command { std: "docker" "start" "-a" "bc5bb2c403fc832846ae5a8f425f82fc51a37bede6d4eec2819f89263d4c9676", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'virtual bool VmaBlockMetadata_Generic::Validate() const': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:9457:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 9457 | VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:6834:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: 6834 | #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: vendor/include/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/include/vk_mem_alloc.h:11333:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: 11333 | 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/include/vk_mem_alloc.h:4155, [INFO] [stderr] warning: from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::WriteMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12823:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 12823 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12823:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 12823 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^~~~~~~~~~ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::ValidateMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12843:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 12843 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12843:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 12843 | 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] Compiling vk-mem-erupt v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 34.23s [INFO] running `Command { std: "docker" "inspect" "bc5bb2c403fc832846ae5a8f425f82fc51a37bede6d4eec2819f89263d4c9676", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc5bb2c403fc832846ae5a8f425f82fc51a37bede6d4eec2819f89263d4c9676", kill_on_drop: false }` [INFO] [stdout] bc5bb2c403fc832846ae5a8f425f82fc51a37bede6d4eec2819f89263d4c9676 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-40/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2cd104ea073c153a3983fc73c5f2e104e4bd0b9aa63b5d21ff77bea18b5811eb [INFO] running `Command { std: "docker" "start" "-a" "2cd104ea073c153a3983fc73c5f2e104e4bd0b9aa63b5d21ff77bea18b5811eb", kill_on_drop: false }` [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'virtual bool VmaBlockMetadata_Generic::Validate() const': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:9457:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 9457 | VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:6834:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: 6834 | #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: vendor/include/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/include/vk_mem_alloc.h:11333:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: 11333 | 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/include/vk_mem_alloc.h:4155, [INFO] [stderr] warning: from wrapper/vma_lib.cpp:2: [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::WriteMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12823:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 12823 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12823:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 12823 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^~~~~~~~~~ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h: In member function 'VkResult VmaDeviceMemoryBlock::ValidateMagicValueAroundAllocation(VmaAllocator, VkDeviceSize, VkDeviceSize)': [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12843:28: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: 12843 | VMA_ASSERT(allocOffset >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: | ^ [INFO] [stderr] warning: vendor/include/vk_mem_alloc.h:12843:5: note: in expansion of macro 'VMA_ASSERT' [INFO] [stderr] warning: 12843 | 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] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/vk_mem_erupt-4c7df283d9028dcb) [INFO] [stdout] [INFO] [stderr] Doc-tests vk-mem-erupt [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - Allocator::destroy_buffer (line 1897) ... ignored [INFO] [stdout] test src/lib.rs - Allocator::destroy_image (line 1964) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "2cd104ea073c153a3983fc73c5f2e104e4bd0b9aa63b5d21ff77bea18b5811eb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2cd104ea073c153a3983fc73c5f2e104e4bd0b9aa63b5d21ff77bea18b5811eb", kill_on_drop: false }` [INFO] [stdout] 2cd104ea073c153a3983fc73c5f2e104e4bd0b9aa63b5d21ff77bea18b5811eb