Sep 14 06:43:17.419 INFO checking vulkano_text-0.3.1 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 06:43:17.419 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 06:43:17.419 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 06:43:17.887 INFO blam! 8431c15bad86da05a0dc747e456a100638190535fd45299fd03cdfbe9be14511 Sep 14 06:43:17.890 INFO running `"docker" "start" "-a" "8431c15bad86da05a0dc747e456a100638190535fd45299fd03cdfbe9be14511"` Sep 14 06:43:19.538 INFO kablam! usermod: no changes Sep 14 06:43:19.840 INFO kablam! Compiling vulkano v0.5.6 Sep 14 06:43:19.847 INFO kablam! Checking smallvec v0.3.4 Sep 14 06:43:19.851 INFO kablam! Checking half v1.2.0 Sep 14 06:43:19.867 INFO kablam! Compiling x11-dl v2.18.3 Sep 14 06:43:19.867 INFO kablam! Checking stb_truetype v0.2.4 Sep 14 06:43:19.867 INFO kablam! Compiling syn v0.10.8 Sep 14 06:43:19.867 INFO kablam! Compiling tempfile v3.0.4 Sep 14 06:43:19.868 INFO kablam! Compiling wayland-scanner v0.9.10 Sep 14 06:43:21.607 INFO kablam! Checking fs2 v0.2.5 Sep 14 06:43:23.673 INFO kablam! Checking shared_library v0.1.9 Sep 14 06:43:24.321 INFO kablam! Checking memmap v0.4.0 Sep 14 06:43:25.547 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 14 06:43:25.641 INFO kablam! Checking wayland-sys v0.9.10 Sep 14 06:43:26.363 INFO kablam! Checking rusttype v0.2.3 Sep 14 06:43:31.321 INFO kablam! Compiling wayland-client v0.9.10 Sep 14 06:43:31.322 INFO kablam! Compiling wayland-protocols v0.9.10 Sep 14 06:44:16.649 INFO kablam! Checking wayland-kbd v0.9.1 Sep 14 06:44:23.237 INFO kablam! Checking wayland-window v0.7.0 Sep 14 06:44:24.393 INFO kablam! Checking winit v0.7.6 Sep 14 06:45:09.284 INFO kablam! Checking vulkano-win v0.5.6 Sep 14 06:45:31.763 INFO kablam! Compiling vulkano-shaders v0.5.6 Sep 14 06:45:35.034 INFO kablam! Compiling vulkano-shader-derive v0.5.6 Sep 14 06:45:37.792 INFO kablam! Checking vulkano_text v0.3.1 (file:///source) Sep 14 06:45:39.287 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 14 06:45:39.287 INFO kablam! --> src/lib.rs:133:28 Sep 14 06:45:39.287 INFO kablam! | Sep 14 06:45:39.287 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 14 06:45:39.287 INFO kablam! | ____________________________^ Sep 14 06:45:39.287 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 14 06:45:39.287 INFO kablam! 135 | | })); Sep 14 06:45:39.287 INFO kablam! | |__________^ Sep 14 06:45:39.287 INFO kablam! | Sep 14 06:45:39.287 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 06:45:39.287 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 14 06:45:39.287 INFO kablam! Sep 14 06:45:39.287 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 14 06:45:39.287 INFO kablam! --> src/lib.rs:133:28 Sep 14 06:45:39.287 INFO kablam! | Sep 14 06:45:39.287 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 14 06:45:39.287 INFO kablam! | ____________________________^ Sep 14 06:45:39.287 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 14 06:45:39.287 INFO kablam! 135 | | })); Sep 14 06:45:39.287 INFO kablam! | |__________^ Sep 14 06:45:39.287 INFO kablam! | Sep 14 06:45:39.287 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 14 06:45:39.287 INFO kablam! Sep 14 06:45:39.534 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 14 06:45:39.534 INFO kablam! --> src/lib.rs:133:28 Sep 14 06:45:39.534 INFO kablam! | Sep 14 06:45:39.534 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 14 06:45:39.534 INFO kablam! | ____________________________^ Sep 14 06:45:39.534 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 14 06:45:39.534 INFO kablam! 135 | | })); Sep 14 06:45:39.534 INFO kablam! | |__________^ Sep 14 06:45:39.534 INFO kablam! | Sep 14 06:45:39.534 INFO kablam! = note: #[warn(deprecated)] on by default Sep 14 06:45:39.534 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 14 06:45:39.534 INFO kablam! Sep 14 06:45:39.534 INFO kablam! warning: use of deprecated item 'vulkano::descriptor::descriptor_set::SimpleDescriptorSetBuilder': Use `PersistentDescriptorSet` instead of `simple_descriptor_set!` Sep 14 06:45:39.534 INFO kablam! --> src/lib.rs:133:28 Sep 14 06:45:39.534 INFO kablam! | Sep 14 06:45:39.534 INFO kablam! 133 | let set = Arc::new(simple_descriptor_set!(pipeline.clone(), 0, { Sep 14 06:45:39.534 INFO kablam! | ____________________________^ Sep 14 06:45:39.534 INFO kablam! 134 | | tex: (cache_texture.clone(), sampler.clone()) Sep 14 06:45:39.534 INFO kablam! 135 | | })); Sep 14 06:45:39.534 INFO kablam! | |__________^ Sep 14 06:45:39.534 INFO kablam! | Sep 14 06:45:39.534 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 14 06:45:39.534 INFO kablam! Sep 14 06:45:39.595 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 14 06:45:39.595 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 14 06:45:39.595 INFO kablam! | Sep 14 06:45:39.595 INFO kablam! 38 | / fn len(&self) -> usize Sep 14 06:45:39.595 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 14 06:45:39.595 INFO kablam! 40 | | Self::Content: Content Sep 14 06:45:39.595 INFO kablam! 41 | | { Sep 14 06:45:39.595 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 14 06:45:39.595 INFO kablam! 43 | | } Sep 14 06:45:39.595 INFO kablam! | |_____^ Sep 14 06:45:39.595 INFO kablam! | Sep 14 06:45:39.595 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 06:45:39.595 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 14 06:45:39.595 INFO kablam! = note: for more information, see issue #51443 Sep 14 06:45:39.595 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 14 06:45:39.595 INFO kablam! Sep 14 06:45:39.678 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 14 06:45:39.678 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 14 06:45:39.679 INFO kablam! | Sep 14 06:45:39.679 INFO kablam! 38 | / fn len(&self) -> usize Sep 14 06:45:39.679 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 14 06:45:39.679 INFO kablam! 40 | | Self::Content: Content Sep 14 06:45:39.679 INFO kablam! 41 | | { Sep 14 06:45:39.679 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 14 06:45:39.679 INFO kablam! 43 | | } Sep 14 06:45:39.679 INFO kablam! | |_____^ Sep 14 06:45:39.695 INFO kablam! | Sep 14 06:45:39.695 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 14 06:45:39.695 INFO kablam! = note: for more information, see issue #51443 Sep 14 06:45:39.696 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 14 06:45:39.696 INFO kablam! Sep 14 06:45:39.827 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 14 06:45:39.827 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 14 06:45:39.827 INFO kablam! | Sep 14 06:45:39.827 INFO kablam! 38 | / fn len(&self) -> usize Sep 14 06:45:39.827 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 14 06:45:39.827 INFO kablam! 40 | | Self::Content: Content Sep 14 06:45:39.827 INFO kablam! 41 | | { Sep 14 06:45:39.827 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 14 06:45:39.827 INFO kablam! 43 | | } Sep 14 06:45:39.827 INFO kablam! | |_____^ Sep 14 06:45:39.827 INFO kablam! | Sep 14 06:45:39.827 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 06:45:39.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 14 06:45:39.827 INFO kablam! = note: for more information, see issue #51443 Sep 14 06:45:39.827 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 14 06:45:39.827 INFO kablam! Sep 14 06:45:39.867 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 14 06:45:39.867 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 14 06:45:39.867 INFO kablam! | Sep 14 06:45:39.867 INFO kablam! 38 | / fn len(&self) -> usize Sep 14 06:45:39.867 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 14 06:45:39.867 INFO kablam! 40 | | Self::Content: Content Sep 14 06:45:39.867 INFO kablam! 41 | | { Sep 14 06:45:39.867 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 14 06:45:39.867 INFO kablam! 43 | | } Sep 14 06:45:39.867 INFO kablam! | |_____^ Sep 14 06:45:39.867 INFO kablam! | Sep 14 06:45:39.867 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 14 06:45:39.867 INFO kablam! = note: for more information, see issue #51443 Sep 14 06:45:39.867 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 14 06:45:39.867 INFO kablam! Sep 14 06:45:41.511 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Sep 14 06:45:41.511 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.5.6/src/buffer/traits.rs:38:5 Sep 14 06:45:41.511 INFO kablam! | Sep 14 06:45:41.511 INFO kablam! 38 | / fn len(&self) -> usize Sep 14 06:45:41.511 INFO kablam! 39 | | where Self: TypedBufferAccess, Sep 14 06:45:41.511 INFO kablam! 40 | | Self::Content: Content Sep 14 06:45:41.511 INFO kablam! 41 | | { Sep 14 06:45:41.511 INFO kablam! 42 | | self.size() / ::indiv_size() Sep 14 06:45:41.511 INFO kablam! 43 | | } Sep 14 06:45:41.511 INFO kablam! | |_____^ Sep 14 06:45:41.511 INFO kablam! | Sep 14 06:45:41.511 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Sep 14 06:45:41.511 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 14 06:45:41.511 INFO kablam! = note: for more information, see issue #51443 Sep 14 06:45:41.511 INFO kablam! = note: method `len` references the `Self` type in where clauses Sep 14 06:45:41.511 INFO kablam! Sep 14 06:45:41.771 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 22s Sep 14 06:45:41.791 INFO kablam! su: No module specific data is present Sep 14 06:45:43.098 INFO running `"docker" "rm" "-f" "8431c15bad86da05a0dc747e456a100638190535fd45299fd03cdfbe9be14511"` Sep 14 06:45:43.367 INFO blam! 8431c15bad86da05a0dc747e456a100638190535fd45299fd03cdfbe9be14511