Sep 03 22:48:14.629 INFO checking vulkano_text-0.3.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 22:48:14.629 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 22:48:14.629 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 22:48:14.872 INFO blam! bc438811c4bb69f28bfe9d48820a80b076c9aca39f350878190db26b007c54e4 Sep 03 22:48:14.874 INFO running `"docker" "start" "-a" "bc438811c4bb69f28bfe9d48820a80b076c9aca39f350878190db26b007c54e4"` Sep 03 22:48:16.026 INFO kablam! Compiling vulkano v0.5.6 Sep 03 22:48:16.043 INFO kablam! Checking half v1.2.0 Sep 03 22:48:16.047 INFO kablam! Compiling syn v0.10.8 Sep 03 22:48:16.050 INFO kablam! Checking stb_truetype v0.2.3 Sep 03 22:48:16.055 INFO kablam! Checking memmap v0.4.0 Sep 03 22:48:16.056 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 03 22:48:16.056 INFO kablam! Checking wayland-protocols v0.9.10 Sep 03 22:48:18.643 INFO kablam! Checking wayland-kbd v0.9.1 Sep 03 22:48:19.224 INFO kablam! Compiling vulkano-shaders v0.5.6 Sep 03 22:48:21.350 INFO kablam! Checking rusttype v0.2.3 Sep 03 22:48:27.020 INFO kablam! Checking wayland-window v0.7.0 Sep 03 22:48:29.457 INFO kablam! Checking winit v0.7.6 Sep 03 22:48:33.975 INFO kablam! Compiling vulkano-shader-derive v0.5.6 Sep 03 22:48:55.764 INFO kablam! Checking vulkano-win v0.5.6 Sep 03 22:48:55.764 INFO kablam! Checking vulkano_text v0.3.1 (file:///source) Sep 03 22:48:57.170 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 03 22:48:57.170 INFO kablam! --> src/lib.rs:133:28 Sep 03 22:48:57.170 INFO kablam! | Sep 03 22:48:57.170 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 03 22:48:57.170 INFO kablam! | ____________________________^ Sep 03 22:48:57.170 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 03 22:48:57.170 INFO kablam! 135 | | })); Sep 03 22:48:57.170 INFO kablam! | |__________^ Sep 03 22:48:57.171 INFO kablam! | Sep 03 22:48:57.171 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 22:48:57.171 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 03 22:48:57.171 INFO kablam! Sep 03 22:48:57.171 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 03 22:48:57.171 INFO kablam! --> src/lib.rs:133:28 Sep 03 22:48:57.171 INFO kablam! | Sep 03 22:48:57.171 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 03 22:48:57.171 INFO kablam! | ____________________________^ Sep 03 22:48:57.171 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 03 22:48:57.171 INFO kablam! 135 | | })); Sep 03 22:48:57.171 INFO kablam! | |__________^ Sep 03 22:48:57.171 INFO kablam! | Sep 03 22:48:57.171 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 03 22:48:57.171 INFO kablam! Sep 03 22:48:57.675 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 03 22:48:57.675 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 03 22:48:57.675 INFO kablam! | Sep 03 22:48:57.675 INFO kablam! 38 | / fn len(&self) -> usize Sep 03 22:48:57.675 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 03 22:48:57.675 INFO kablam! 40 | | Self::Content: Content Sep 03 22:48:57.675 INFO kablam! 41 | | { Sep 03 22:48:57.675 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 03 22:48:57.675 INFO kablam! 43 | | } Sep 03 22:48:57.675 INFO kablam! | |_____^ Sep 03 22:48:57.675 INFO kablam! | Sep 03 22:48:57.675 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 03 22:48:57.675 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 03 22:48:57.675 INFO kablam! = note: for more information, see issue #51443 Sep 03 22:48:57.675 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 03 22:48:57.676 INFO kablam! Sep 03 22:48:57.769 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 03 22:48:57.769 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 03 22:48:57.769 INFO kablam! | Sep 03 22:48:57.769 INFO kablam! 38 | / fn len(&self) -> usize Sep 03 22:48:57.769 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 03 22:48:57.769 INFO kablam! 40 | | Self::Content: Content Sep 03 22:48:57.769 INFO kablam! 41 | | { Sep 03 22:48:57.769 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 03 22:48:57.769 INFO kablam! 43 | | } Sep 03 22:48:57.769 INFO kablam! | |_____^ Sep 03 22:48:57.769 INFO kablam! | Sep 03 22:48:57.769 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 03 22:48:57.769 INFO kablam! = note: for more information, see issue #51443 Sep 03 22:48:57.769 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 03 22:48:57.770 INFO kablam! Sep 03 22:48:58.387 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 03 22:48:58.387 INFO kablam! --> src/lib.rs:133:28 Sep 03 22:48:58.387 INFO kablam! | Sep 03 22:48:58.387 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 03 22:48:58.387 INFO kablam! | ____________________________^ Sep 03 22:48:58.387 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 03 22:48:58.387 INFO kablam! 135 | | })); Sep 03 22:48:58.387 INFO kablam! | |__________^ Sep 03 22:48:58.387 INFO kablam! | Sep 03 22:48:58.387 INFO kablam! = note: #[warn(deprecated)] on by default Sep 03 22:48:58.387 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 03 22:48:58.387 INFO kablam! Sep 03 22:48:58.388 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 03 22:48:58.388 INFO kablam! --> src/lib.rs:133:28 Sep 03 22:48:58.388 INFO kablam! | Sep 03 22:48:58.388 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 03 22:48:58.388 INFO kablam! | ____________________________^ Sep 03 22:48:58.388 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 03 22:48:58.388 INFO kablam! 135 | | })); Sep 03 22:48:58.388 INFO kablam! | |__________^ Sep 03 22:48:58.388 INFO kablam! | Sep 03 22:48:58.388 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 03 22:48:58.388 INFO kablam! Sep 03 22:48:58.815 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 03 22:48:58.816 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 03 22:48:58.816 INFO kablam! | Sep 03 22:48:58.816 INFO kablam! 38 | / fn len(&self) -> usize Sep 03 22:48:58.816 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 03 22:48:58.816 INFO kablam! 40 | | Self::Content: Content Sep 03 22:48:58.816 INFO kablam! 41 | | { Sep 03 22:48:58.816 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 03 22:48:58.816 INFO kablam! 43 | | } Sep 03 22:48:58.816 INFO kablam! | |_____^ Sep 03 22:48:58.817 INFO kablam! | Sep 03 22:48:58.817 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 03 22:48:58.817 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 03 22:48:58.817 INFO kablam! = note: for more information, see issue #51443 Sep 03 22:48:58.817 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 03 22:48:58.817 INFO kablam! Sep 03 22:48:58.890 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 03 22:48:58.890 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 03 22:48:58.890 INFO kablam! | Sep 03 22:48:58.890 INFO kablam! 38 | / fn len(&self) -> usize Sep 03 22:48:58.890 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 03 22:48:58.891 INFO kablam! 40 | | Self::Content: Content Sep 03 22:48:58.891 INFO kablam! 41 | | { Sep 03 22:48:58.891 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 03 22:48:58.891 INFO kablam! 43 | | } Sep 03 22:48:58.891 INFO kablam! | |_____^ Sep 03 22:48:58.891 INFO kablam! | Sep 03 22:48:58.891 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 03 22:48:58.891 INFO kablam! = note: for more information, see issue #51443 Sep 03 22:48:58.891 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 03 22:48:58.891 INFO kablam! Sep 03 22:49:00.306 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 03 22:49:00.306 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 03 22:49:00.306 INFO kablam! | Sep 03 22:49:00.306 INFO kablam! 38 | / fn len(&self) -> usize Sep 03 22:49:00.306 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 03 22:49:00.307 INFO kablam! 40 | | Self::Content: Content Sep 03 22:49:00.307 INFO kablam! 41 | | { Sep 03 22:49:00.307 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 03 22:49:00.307 INFO kablam! 43 | | } Sep 03 22:49:00.307 INFO kablam! | |_____^ Sep 03 22:49:00.307 INFO kablam! | Sep 03 22:49:00.307 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 03 22:49:00.307 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 03 22:49:00.307 INFO kablam! = note: for more information, see issue #51443 Sep 03 22:49:00.307 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 03 22:49:00.307 INFO kablam! Sep 03 22:49:00.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 44.87s Sep 03 22:49:00.662 INFO kablam! su: No module specific data is present Sep 03 22:49:01.110 INFO running `"docker" "rm" "-f" "bc438811c4bb69f28bfe9d48820a80b076c9aca39f350878190db26b007c54e4"` Sep 03 22:49:01.249 INFO blam! bc438811c4bb69f28bfe9d48820a80b076c9aca39f350878190db26b007c54e4