Sep 04 02:16:39.245 INFO checking vulkano_text-0.3.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 02:16:39.245 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 02:16:39.246 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:16:39.507 INFO blam! bbc929eefb325ff702a18671243be9b16dea79751350eee2fc09e46111ca5cb5 Sep 04 02:16:39.509 INFO running `"docker" "start" "-a" "bbc929eefb325ff702a18671243be9b16dea79751350eee2fc09e46111ca5cb5"` Sep 04 02:16:40.634 INFO kablam! Compiling vulkano v0.5.6 Sep 04 02:16:40.640 INFO kablam! Checking half v1.2.0 Sep 04 02:16:40.644 INFO kablam! Checking vk-sys v0.3.3 Sep 04 02:16:40.650 INFO kablam! Compiling syn v0.10.8 Sep 04 02:16:40.651 INFO kablam! Checking rusttype v0.2.3 Sep 04 02:16:40.664 INFO kablam! Compiling wayland-protocols v0.9.10 Sep 04 02:16:40.666 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 04 02:16:40.666 INFO kablam! Checking wayland-kbd v0.9.1 Sep 04 02:16:44.617 INFO kablam! Compiling vulkano-shaders v0.5.6 Sep 04 02:17:01.620 INFO kablam! Compiling vulkano-shader-derive v0.5.6 Sep 04 02:17:02.285 INFO kablam! Checking wayland-window v0.7.0 Sep 04 02:17:03.619 INFO kablam! Checking winit v0.7.6 Sep 04 02:17:21.698 INFO kablam! Checking vulkano-win v0.5.6 Sep 04 02:17:21.698 INFO kablam! Checking vulkano_text v0.3.1 (file:///source) Sep 04 02:17:22.712 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:22.712 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:22.712 INFO kablam! | Sep 04 02:17:22.712 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:22.712 INFO kablam! | ____________________________^ Sep 04 02:17:22.713 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:22.713 INFO kablam! 135 | | })); Sep 04 02:17:22.713 INFO kablam! | |__________^ Sep 04 02:17:22.713 INFO kablam! | Sep 04 02:17:22.713 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:17:22.713 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 02:17:22.713 INFO kablam! Sep 04 02:17:22.713 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:22.713 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:22.713 INFO kablam! | Sep 04 02:17:22.713 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:22.713 INFO kablam! | ____________________________^ Sep 04 02:17:22.713 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:22.713 INFO kablam! 135 | | })); Sep 04 02:17:22.713 INFO kablam! | |__________^ Sep 04 02:17:22.713 INFO kablam! | Sep 04 02:17:22.713 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 02:17:22.713 INFO kablam! Sep 04 02:17:23.014 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:23.014 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:23.014 INFO kablam! | Sep 04 02:17:23.014 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:23.014 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:23.014 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:23.014 INFO kablam! 41 | | { Sep 04 02:17:23.014 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:23.014 INFO kablam! 43 | | } Sep 04 02:17:23.014 INFO kablam! | |_____^ Sep 04 02:17:23.014 INFO kablam! | Sep 04 02:17:23.014 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 02:17:23.014 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 02:17:23.015 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:23.015 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:23.015 INFO kablam! Sep 04 02:17:23.067 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:23.068 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:23.068 INFO kablam! | Sep 04 02:17:23.068 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:23.068 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:23.068 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:23.068 INFO kablam! 41 | | { Sep 04 02:17:23.068 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:23.068 INFO kablam! 43 | | } Sep 04 02:17:23.068 INFO kablam! | |_____^ Sep 04 02:17:23.068 INFO kablam! | Sep 04 02:17:23.068 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 02:17:23.068 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:23.068 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:23.068 INFO kablam! Sep 04 02:17:23.580 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:23.580 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:23.580 INFO kablam! | Sep 04 02:17:23.580 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:23.580 INFO kablam! | ____________________________^ Sep 04 02:17:23.580 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:23.580 INFO kablam! 135 | | })); Sep 04 02:17:23.580 INFO kablam! | |__________^ Sep 04 02:17:23.580 INFO kablam! | Sep 04 02:17:23.580 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:17:23.580 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 02:17:23.581 INFO kablam! Sep 04 02:17:23.581 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:23.581 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:23.581 INFO kablam! | Sep 04 02:17:23.581 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:23.581 INFO kablam! | ____________________________^ Sep 04 02:17:23.581 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:23.581 INFO kablam! 135 | | })); Sep 04 02:17:23.581 INFO kablam! | |__________^ Sep 04 02:17:23.581 INFO kablam! | Sep 04 02:17:23.581 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 04 02:17:23.581 INFO kablam! Sep 04 02:17:24.031 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:24.031 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:24.031 INFO kablam! | Sep 04 02:17:24.031 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:24.031 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:24.031 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:24.031 INFO kablam! 41 | | { Sep 04 02:17:24.031 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:24.031 INFO kablam! 43 | | } Sep 04 02:17:24.031 INFO kablam! | |_____^ Sep 04 02:17:24.031 INFO kablam! | Sep 04 02:17:24.031 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 02:17:24.031 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 02:17:24.031 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:24.032 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:24.032 INFO kablam! Sep 04 02:17:24.115 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:24.115 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:24.115 INFO kablam! | Sep 04 02:17:24.116 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:24.116 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:24.116 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:24.116 INFO kablam! 41 | | { Sep 04 02:17:24.116 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:24.116 INFO kablam! 43 | | } Sep 04 02:17:24.116 INFO kablam! | |_____^ Sep 04 02:17:24.116 INFO kablam! | Sep 04 02:17:24.116 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 02:17:24.116 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:24.116 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:24.116 INFO kablam! Sep 04 02:17:25.101 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:25.101 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:25.101 INFO kablam! | Sep 04 02:17:25.101 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:25.101 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:25.101 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:25.101 INFO kablam! 41 | | { Sep 04 02:17:25.101 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:25.101 INFO kablam! 43 | | } Sep 04 02:17:25.101 INFO kablam! | |_____^ Sep 04 02:17:25.101 INFO kablam! | Sep 04 02:17:25.101 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 02:17:25.101 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 04 02:17:25.101 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:25.101 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:25.101 INFO kablam! Sep 04 02:17:25.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.93s Sep 04 02:17:25.315 INFO kablam! su: No module specific data is present Sep 04 02:17:25.699 INFO running `"docker" "rm" "-f" "bbc929eefb325ff702a18671243be9b16dea79751350eee2fc09e46111ca5cb5"` Sep 04 02:17:25.797 INFO blam! bbc929eefb325ff702a18671243be9b16dea79751350eee2fc09e46111ca5cb5