[INFO] fetching crate vk-mem 0.1.6... [INFO] extracting crate vk-mem 0.1.6 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/vk-mem/0.1.6 [INFO] extracting crate vk-mem 0.1.6 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/vk-mem/0.1.6 [INFO] validating manifest of vk-mem-0.1.6 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of vk-mem-0.1.6 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing vk-mem-0.1.6 [INFO] finished frobbing vk-mem-0.1.6 [INFO] frobbed toml for vk-mem-0.1.6 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/vk-mem/0.1.6/Cargo.toml [INFO] started frobbing vk-mem-0.1.6 [INFO] finished frobbing vk-mem-0.1.6 [INFO] frobbed toml for vk-mem-0.1.6 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/vk-mem/0.1.6/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing vk-mem-0.1.6 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/vk-mem/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 87d71541807425470f6b8c27cffca3b261aed6c1e807b321268e9f894a34791b [INFO] running `"docker" "start" "-a" "87d71541807425470f6b8c27cffca3b261aed6c1e807b321268e9f894a34791b"` [INFO] [stderr] Compiling ash v0.28.0 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Compiling vk-mem v0.1.6 (/opt/crater/workdir) [INFO] [stderr] Compiling backtrace v0.3.30 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2:0: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In function 'void VmaWriteMagicValue(void*, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:3709:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: for(size_t i = 0; i < numberCount; ++i, ++pDst) [INFO] [stderr] warning: ~~^~~~~~~~~~~~~ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In function 'bool VmaValidateMagicValue(const void*, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:3719:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: for(size_t i = 0; i < numberCount; ++i, ++pSrc) [INFO] [stderr] warning: ~~^~~~~~~~~~~~~ [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:7756:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:5301:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: ^~~~ [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:9768:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: if(resultOffset < 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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:50:32 [INFO] [stderr] | [INFO] [stderr] 50 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.64s [INFO] running `"docker" "inspect" "87d71541807425470f6b8c27cffca3b261aed6c1e807b321268e9f894a34791b"` [INFO] running `"docker" "rm" "-f" "87d71541807425470f6b8c27cffca3b261aed6c1e807b321268e9f894a34791b"` [INFO] [stdout] 87d71541807425470f6b8c27cffca3b261aed6c1e807b321268e9f894a34791b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/vk-mem/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 39931f344c9648dc1cca0b999e48995c44c4d6122788c2636ac36b1c69e741fc [INFO] running `"docker" "start" "-a" "39931f344c9648dc1cca0b999e48995c44c4d6122788c2636ac36b1c69e741fc"` [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2:0: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In function 'void VmaWriteMagicValue(void*, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:3709:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: for(size_t i = 0; i < numberCount; ++i, ++pDst) [INFO] [stderr] warning: ~~^~~~~~~~~~~~~ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In function 'bool VmaValidateMagicValue(const void*, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:3719:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: for(size_t i = 0; i < numberCount; ++i, ++pSrc) [INFO] [stderr] warning: ~~^~~~~~~~~~~~~ [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:7756:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:5301:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: ^~~~ [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:9768:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: if(resultOffset < 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 v0.1.6 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:50:32 [INFO] [stderr] | [INFO] [stderr] 50 | fn cause(&self) -> Option<&Fail> { [INFO] [stderr] | ^^^^ help: use `dyn`: `dyn Fail` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.93s [INFO] running `"docker" "inspect" "39931f344c9648dc1cca0b999e48995c44c4d6122788c2636ac36b1c69e741fc"` [INFO] running `"docker" "rm" "-f" "39931f344c9648dc1cca0b999e48995c44c4d6122788c2636ac36b1c69e741fc"` [INFO] [stdout] 39931f344c9648dc1cca0b999e48995c44c4d6122788c2636ac36b1c69e741fc [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/vk-mem/0.1.6:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] 571571bdf9f84d8e12b1ca0a7085522d8aa83d561853b1e0319996007b380946 [INFO] running `"docker" "start" "-a" "571571bdf9f84d8e12b1ca0a7085522d8aa83d561853b1e0319996007b380946"` [INFO] [stderr] warning: In file included from wrapper/vma_lib.cpp:2:0: [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In function 'void VmaWriteMagicValue(void*, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:3709:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: for(size_t i = 0; i < numberCount; ++i, ++pDst) [INFO] [stderr] warning: ~~^~~~~~~~~~~~~ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h: In function 'bool VmaValidateMagicValue(const void*, VkDeviceSize)': [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:3719:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: for(size_t i = 0; i < numberCount; ++i, ++pSrc) [INFO] [stderr] warning: ~~^~~~~~~~~~~~~ [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:7756:40: warning: comparison of unsigned expression >= 0 is always true [-Wtype-limits] [INFO] [stderr] warning: VMA_VALIDATE(subAlloc.size >= VMA_DEBUG_MARGIN); [INFO] [stderr] warning: ^ [INFO] [stderr] warning: vendor/src/vk_mem_alloc.h:5301:38: note: in definition of macro 'VMA_VALIDATE' [INFO] [stderr] warning: #define VMA_VALIDATE(cond) do { if(!(cond)) { \ [INFO] [stderr] warning: ^~~~ [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:9768:25: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] [INFO] [stderr] warning: if(resultOffset < 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 0.10s [INFO] [stderr] Running /opt/crater/target/debug/deps/vk_mem-cc33e1818a573862 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests vk-mem [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - Allocator::destroy_buffer (line 1823) ... ignored [INFO] [stdout] test src/lib.rs - Allocator::destroy_image (line 1893) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "571571bdf9f84d8e12b1ca0a7085522d8aa83d561853b1e0319996007b380946"` [INFO] running `"docker" "rm" "-f" "571571bdf9f84d8e12b1ca0a7085522d8aa83d561853b1e0319996007b380946"` [INFO] [stdout] 571571bdf9f84d8e12b1ca0a7085522d8aa83d561853b1e0319996007b380946