Sep 04 02:16:35.353 INFO checking vulkano_text-0.3.1 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 04 02:16:35.353 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 04 02:16:35.353 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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 +5fe695a3844714c70e8f7731a553f7947987a68a-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:35.592 INFO blam! 5e69af0ca59db18236ae2cf4dde871dce91abdae5c09bb71bf151e929f582468 Sep 04 02:16:35.593 INFO running `"docker" "start" "-a" "5e69af0ca59db18236ae2cf4dde871dce91abdae5c09bb71bf151e929f582468"` Sep 04 02:16:36.642 INFO kablam! Compiling vulkano v0.5.6 Sep 04 02:16:36.648 INFO kablam! Checking half v1.2.0 Sep 04 02:16:36.653 INFO kablam! Checking stb_truetype v0.2.3 Sep 04 02:16:36.655 INFO kablam! Checking fs2 v0.2.5 Sep 04 02:16:36.656 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 04 02:16:36.656 INFO kablam! Checking wayland-protocols v0.9.10 Sep 04 02:16:38.075 INFO kablam! Checking memmap v0.4.0 Sep 04 02:16:38.827 INFO kablam! Compiling vulkano-shaders v0.5.6 Sep 04 02:16:40.190 INFO kablam! Checking wayland-kbd v0.9.1 Sep 04 02:16:41.190 INFO kablam! Checking rusttype v0.2.3 Sep 04 02:16:46.813 INFO kablam! Checking wayland-window v0.7.0 Sep 04 02:16:49.978 INFO kablam! Compiling vulkano-shader-derive v0.5.6 Sep 04 02:16:50.014 INFO kablam! Checking winit v0.7.6 Sep 04 02:17:15.719 INFO kablam! Checking vulkano_text v0.3.1 (file:///source) Sep 04 02:17:15.719 INFO kablam! Checking vulkano-win v0.5.6 Sep 04 02:17:17.059 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:17.059 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:17.059 INFO kablam! | Sep 04 02:17:17.060 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:17.060 INFO kablam! | ____________________________^ Sep 04 02:17:17.060 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:17.060 INFO kablam! 135 | | })); Sep 04 02:17:17.060 INFO kablam! | |__________^ Sep 04 02:17:17.060 INFO kablam! | Sep 04 02:17:17.060 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:17:17.060 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:17.060 INFO kablam! Sep 04 02:17:17.060 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:17.060 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:17.060 INFO kablam! | Sep 04 02:17:17.061 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:17.061 INFO kablam! | ____________________________^ Sep 04 02:17:17.061 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:17.061 INFO kablam! 135 | | })); Sep 04 02:17:17.061 INFO kablam! | |__________^ Sep 04 02:17:17.061 INFO kablam! | Sep 04 02:17:17.061 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:17.061 INFO kablam! Sep 04 02:17:17.442 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:17.442 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:17.442 INFO kablam! | Sep 04 02:17:17.442 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:17.443 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:17.443 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:17.443 INFO kablam! 41 | | { Sep 04 02:17:17.443 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:17.443 INFO kablam! 43 | | } Sep 04 02:17:17.443 INFO kablam! | |_____^ Sep 04 02:17:17.443 INFO kablam! | Sep 04 02:17:17.443 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 02:17:17.444 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:17.444 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:17.444 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:17.444 INFO kablam! Sep 04 02:17:17.530 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:17.530 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:17.530 INFO kablam! | Sep 04 02:17:17.530 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:17.530 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:17.530 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:17.530 INFO kablam! 41 | | { Sep 04 02:17:17.530 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:17.530 INFO kablam! 43 | | } Sep 04 02:17:17.530 INFO kablam! | |_____^ Sep 04 02:17:17.531 INFO kablam! | Sep 04 02:17:17.531 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:17.531 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:17.532 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:17.532 INFO kablam! Sep 04 02:17:18.278 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:18.278 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:18.278 INFO kablam! | Sep 04 02:17:18.278 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:18.278 INFO kablam! | ____________________________^ Sep 04 02:17:18.278 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:18.278 INFO kablam! 135 | | })); Sep 04 02:17:18.278 INFO kablam! | |__________^ Sep 04 02:17:18.278 INFO kablam! | Sep 04 02:17:18.279 INFO kablam! = note: #[warn(deprecated)] on by default Sep 04 02:17:18.279 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:18.279 INFO kablam! Sep 04 02:17:18.279 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 04 02:17:18.279 INFO kablam! --> src/lib.rs:133:28 Sep 04 02:17:18.279 INFO kablam! | Sep 04 02:17:18.279 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 04 02:17:18.279 INFO kablam! | ____________________________^ Sep 04 02:17:18.279 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 04 02:17:18.279 INFO kablam! 135 | | })); Sep 04 02:17:18.279 INFO kablam! | |__________^ Sep 04 02:17:18.279 INFO kablam! | Sep 04 02:17:18.279 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:18.279 INFO kablam! Sep 04 02:17:18.730 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:18.730 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:18.730 INFO kablam! | Sep 04 02:17:18.730 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:18.730 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:18.730 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:18.730 INFO kablam! 41 | | { Sep 04 02:17:18.730 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:18.730 INFO kablam! 43 | | } Sep 04 02:17:18.730 INFO kablam! | |_____^ Sep 04 02:17:18.730 INFO kablam! | Sep 04 02:17:18.730 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 02:17:18.730 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:18.730 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:18.730 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:18.730 INFO kablam! Sep 04 02:17:18.813 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:18.813 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:18.813 INFO kablam! | Sep 04 02:17:18.813 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:18.813 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:18.813 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:18.813 INFO kablam! 41 | | { Sep 04 02:17:18.814 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:18.814 INFO kablam! 43 | | } Sep 04 02:17:18.814 INFO kablam! | |_____^ Sep 04 02:17:18.814 INFO kablam! | Sep 04 02:17:18.814 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:18.814 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:18.814 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:18.814 INFO kablam! Sep 04 02:17:19.600 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 04 02:17:19.600 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 04 02:17:19.600 INFO kablam! | Sep 04 02:17:19.600 INFO kablam! 38 | / fn len(&self) -> usize Sep 04 02:17:19.600 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 04 02:17:19.600 INFO kablam! 40 | | Self::Content: Content Sep 04 02:17:19.600 INFO kablam! 41 | | { Sep 04 02:17:19.600 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 04 02:17:19.600 INFO kablam! 43 | | } Sep 04 02:17:19.600 INFO kablam! | |_____^ Sep 04 02:17:19.600 INFO kablam! | Sep 04 02:17:19.600 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 04 02:17:19.600 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:19.600 INFO kablam! = note: for more information, see issue #51443 Sep 04 02:17:19.600 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 04 02:17:19.600 INFO kablam! Sep 04 02:17:19.809 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.41s Sep 04 02:17:19.821 INFO kablam! su: No module specific data is present Sep 04 02:17:20.244 INFO running `"docker" "rm" "-f" "5e69af0ca59db18236ae2cf4dde871dce91abdae5c09bb71bf151e929f582468"` Sep 04 02:17:20.326 INFO blam! 5e69af0ca59db18236ae2cf4dde871dce91abdae5c09bb71bf151e929f582468