Sep 01 19:30:42.395 INFO checking vulkano_text-0.3.1 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 19:30:42.395 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 19:30:42.395 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:30:42.606 INFO blam! 1dd99203a78ce77bf56813ed79fc62e15cf0130df7d1379c8299e57a9b4324f3 Sep 01 19:30:42.608 INFO running `"docker" "start" "-a" "1dd99203a78ce77bf56813ed79fc62e15cf0130df7d1379c8299e57a9b4324f3"` Sep 01 19:30:43.806 INFO kablam! Compiling vulkano v0.5.6 Sep 01 19:30:43.811 INFO kablam! Checking vk-sys v0.3.3 Sep 01 19:30:43.811 INFO kablam! Checking smallvec v0.3.4 Sep 01 19:30:43.824 INFO kablam! Checking half v1.1.2 Sep 01 19:30:43.853 INFO kablam! Compiling syn v0.10.8 Sep 01 19:30:43.853 INFO kablam! Checking stb_truetype v0.2.3 Sep 01 19:30:43.854 INFO kablam! Compiling tempfile v3.0.3 Sep 01 19:30:43.864 INFO kablam! Checking tempfile v2.2.0 Sep 01 19:30:45.619 INFO kablam! Checking fs2 v0.2.5 Sep 01 19:30:47.538 INFO kablam! Checking shared_library v0.1.9 Sep 01 19:30:48.059 INFO kablam! Checking memmap v0.4.0 Sep 01 19:30:48.339 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 01 19:30:50.348 INFO kablam! Checking libloading v0.3.4 Sep 01 19:30:50.660 INFO kablam! Checking rusttype v0.2.3 Sep 01 19:30:52.559 INFO kablam! Checking dlib v0.3.1 Sep 01 19:30:53.603 INFO kablam! Checking wayland-sys v0.9.10 Sep 01 19:30:55.720 INFO kablam! Checking wayland-client v0.9.10 Sep 01 19:31:19.423 INFO kablam! Checking wayland-protocols v0.9.10 Sep 01 19:31:20.255 INFO kablam! Checking wayland-kbd v0.9.1 Sep 01 19:31:27.720 INFO kablam! Checking wayland-window v0.7.0 Sep 01 19:31:29.068 INFO kablam! Checking winit v0.7.6 Sep 01 19:32:14.307 INFO kablam! Checking vulkano-win v0.5.6 Sep 01 19:32:30.502 INFO kablam! Compiling vulkano-shaders v0.5.6 Sep 01 19:32:34.012 INFO kablam! Compiling vulkano-shader-derive v0.5.6 Sep 01 19:32:36.504 INFO kablam! Checking vulkano_text v0.3.1 (file:///source) Sep 01 19:32:37.376 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 01 19:32:37.377 INFO kablam! --> src/lib.rs:133:28 Sep 01 19:32:37.377 INFO kablam! | Sep 01 19:32:37.377 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 01 19:32:37.377 INFO kablam! | ____________________________^ Sep 01 19:32:37.377 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 01 19:32:37.377 INFO kablam! 135 | | })); Sep 01 19:32:37.377 INFO kablam! | |__________^ Sep 01 19:32:37.377 INFO kablam! | Sep 01 19:32:37.377 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 19:32:37.377 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 01 19:32:37.377 INFO kablam! Sep 01 19:32:37.377 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 01 19:32:37.377 INFO kablam! --> src/lib.rs:133:28 Sep 01 19:32:37.377 INFO kablam! | Sep 01 19:32:37.377 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 01 19:32:37.378 INFO kablam! | ____________________________^ Sep 01 19:32:37.378 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 01 19:32:37.378 INFO kablam! 135 | | })); Sep 01 19:32:37.378 INFO kablam! | |__________^ Sep 01 19:32:37.378 INFO kablam! | Sep 01 19:32:37.378 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 01 19:32:37.378 INFO kablam! Sep 01 19:32:37.826 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 01 19:32:37.826 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 01 19:32:37.826 INFO kablam! | Sep 01 19:32:37.826 INFO kablam! 38 | / fn len(&self) -> usize Sep 01 19:32:37.826 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 01 19:32:37.826 INFO kablam! 40 | | Self::Content: Content Sep 01 19:32:37.826 INFO kablam! 41 | | { Sep 01 19:32:37.827 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 01 19:32:37.827 INFO kablam! 43 | | } Sep 01 19:32:37.827 INFO kablam! | |_____^ Sep 01 19:32:37.827 INFO kablam! | Sep 01 19:32:37.827 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 19:32:37.827 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 01 19:32:37.827 INFO kablam! = note: for more information, see issue #51443 Sep 01 19:32:37.827 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 01 19:32:37.827 INFO kablam! Sep 01 19:32:37.835 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 01 19:32:37.835 INFO kablam! --> src/lib.rs:133:28 Sep 01 19:32:37.835 INFO kablam! | Sep 01 19:32:37.835 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 01 19:32:37.836 INFO kablam! | ____________________________^ Sep 01 19:32:37.836 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 01 19:32:37.836 INFO kablam! 135 | | })); Sep 01 19:32:37.836 INFO kablam! | |__________^ Sep 01 19:32:37.836 INFO kablam! | Sep 01 19:32:37.836 INFO kablam! = note: #[warn(deprecated)] on by default Sep 01 19:32:37.836 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 01 19:32:37.836 INFO kablam! Sep 01 19:32:37.836 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 01 19:32:37.836 INFO kablam! --> src/lib.rs:133:28 Sep 01 19:32:37.836 INFO kablam! | Sep 01 19:32:37.836 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 01 19:32:37.836 INFO kablam! | ____________________________^ Sep 01 19:32:37.836 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 01 19:32:37.836 INFO kablam! 135 | | })); Sep 01 19:32:37.837 INFO kablam! | |__________^ Sep 01 19:32:37.837 INFO kablam! | Sep 01 19:32:37.837 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 01 19:32:37.837 INFO kablam! Sep 01 19:32:37.877 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 01 19:32:37.877 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 01 19:32:37.877 INFO kablam! | Sep 01 19:32:37.877 INFO kablam! 38 | / fn len(&self) -> usize Sep 01 19:32:37.877 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 01 19:32:37.877 INFO kablam! 40 | | Self::Content: Content Sep 01 19:32:37.878 INFO kablam! 41 | | { Sep 01 19:32:37.878 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 01 19:32:37.878 INFO kablam! 43 | | } Sep 01 19:32:37.878 INFO kablam! | |_____^ Sep 01 19:32:37.878 INFO kablam! | Sep 01 19:32:37.878 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 01 19:32:37.878 INFO kablam! = note: for more information, see issue #51443 Sep 01 19:32:37.878 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 01 19:32:37.878 INFO kablam! Sep 01 19:32:38.175 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 01 19:32:38.175 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 01 19:32:38.175 INFO kablam! | Sep 01 19:32:38.175 INFO kablam! 38 | / fn len(&self) -> usize Sep 01 19:32:38.175 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 01 19:32:38.175 INFO kablam! 40 | | Self::Content: Content Sep 01 19:32:38.175 INFO kablam! 41 | | { Sep 01 19:32:38.175 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 01 19:32:38.175 INFO kablam! 43 | | } Sep 01 19:32:38.176 INFO kablam! | |_____^ Sep 01 19:32:38.176 INFO kablam! | Sep 01 19:32:38.176 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 19:32:38.176 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 01 19:32:38.176 INFO kablam! = note: for more information, see issue #51443 Sep 01 19:32:38.176 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 01 19:32:38.176 INFO kablam! Sep 01 19:32:38.227 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 01 19:32:38.227 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 01 19:32:38.227 INFO kablam! | Sep 01 19:32:38.227 INFO kablam! 38 | / fn len(&self) -> usize Sep 01 19:32:38.227 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 01 19:32:38.228 INFO kablam! 40 | | Self::Content: Content Sep 01 19:32:38.228 INFO kablam! 41 | | { Sep 01 19:32:38.228 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 01 19:32:38.228 INFO kablam! 43 | | } Sep 01 19:32:38.228 INFO kablam! | |_____^ Sep 01 19:32:38.228 INFO kablam! | Sep 01 19:32:38.228 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 01 19:32:38.228 INFO kablam! = note: for more information, see issue #51443 Sep 01 19:32:38.228 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 01 19:32:38.228 INFO kablam! Sep 01 19:32:39.649 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 01 19:32:39.649 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 01 19:32:39.649 INFO kablam! | Sep 01 19:32:39.649 INFO kablam! 38 | / fn len(&self) -> usize Sep 01 19:32:39.649 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 01 19:32:39.649 INFO kablam! 40 | | Self::Content: Content Sep 01 19:32:39.650 INFO kablam! 41 | | { Sep 01 19:32:39.650 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 01 19:32:39.650 INFO kablam! 43 | | } Sep 01 19:32:39.650 INFO kablam! | |_____^ Sep 01 19:32:39.650 INFO kablam! | Sep 01 19:32:39.650 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 01 19:32:39.650 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 01 19:32:39.650 INFO kablam! = note: for more information, see issue #51443 Sep 01 19:32:39.650 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 01 19:32:39.650 INFO kablam! Sep 01 19:32:39.907 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 56s Sep 01 19:32:39.919 INFO kablam! su: No module specific data is present Sep 01 19:32:40.287 INFO running `"docker" "rm" "-f" "1dd99203a78ce77bf56813ed79fc62e15cf0130df7d1379c8299e57a9b4324f3"` Sep 01 19:32:40.387 INFO blam! 1dd99203a78ce77bf56813ed79fc62e15cf0130df7d1379c8299e57a9b4324f3