Oct 27 01:10:56.156 INFO checking maeln/PeVK against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:10:56.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 01:10:56.564 INFO blam! 91f006909c1098c0355585808549b025169438ad3ba44757b37d8e74016bc9b1 Oct 27 01:10:56.567 INFO running `"docker" "start" "-a" "91f006909c1098c0355585808549b025169438ad3ba44757b37d8e74016bc9b1"` Oct 27 01:10:58.722 INFO kablam! usermod: no changes Oct 27 01:10:58.779 INFO kablam! Compiling vulkano v0.9.0 Oct 27 01:10:58.787 INFO kablam! Checking vk-sys v0.3.3 Oct 27 01:10:58.787 INFO kablam! Checking half v1.1.0 Oct 27 01:11:15.205 INFO kablam! Checking pevk v0.1.0 (/source) Oct 27 01:11:15.939 INFO kablam! warning: unused `#[macro_use]` import Oct 27 01:11:15.939 INFO kablam! --> src/main.rs:1:1 Oct 27 01:11:15.939 INFO kablam! | Oct 27 01:11:15.939 INFO kablam! 1 | #[macro_use] Oct 27 01:11:15.939 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:11:15.939 INFO kablam! | Oct 27 01:11:15.939 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:11:15.939 INFO kablam! Oct 27 01:11:16.127 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 27 01:11:16.127 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 27 01:11:16.127 INFO kablam! | Oct 27 01:11:16.127 INFO kablam! 37 | / fn len(&self) -> usize Oct 27 01:11:16.127 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 27 01:11:16.127 INFO kablam! 39 | | Self::Content: Content Oct 27 01:11:16.127 INFO kablam! 40 | | { Oct 27 01:11:16.127 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 27 01:11:16.127 INFO kablam! 42 | | } Oct 27 01:11:16.127 INFO kablam! | |_____^ Oct 27 01:11:16.127 INFO kablam! | Oct 27 01:11:16.127 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 01:11:16.127 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! Oct 27 01:11:16.127 INFO kablam! = note: for more information, see issue #51443 Oct 27 01:11:16.127 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 27 01:11:16.127 INFO kablam! Oct 27 01:11:16.143 INFO kablam! warning: unused `#[macro_use]` import Oct 27 01:11:16.143 INFO kablam! --> src/main.rs:1:1 Oct 27 01:11:16.143 INFO kablam! | Oct 27 01:11:16.143 INFO kablam! 1 | #[macro_use] Oct 27 01:11:16.143 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:11:16.143 INFO kablam! | Oct 27 01:11:16.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:11:16.143 INFO kablam! Oct 27 01:11:16.247 INFO kablam! warning: unused variable: `instance` Oct 27 01:11:16.247 INFO kablam! --> src/main.rs:50:10 Oct 27 01:11:16.247 INFO kablam! | Oct 27 01:11:16.247 INFO kablam! 50 | let (instance, device, queue) = init_vulkan(); Oct 27 01:11:16.247 INFO kablam! | ^^^^^^^^ help: consider using `_instance` instead Oct 27 01:11:16.247 INFO kablam! | Oct 27 01:11:16.247 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:11:16.247 INFO kablam! Oct 27 01:11:16.319 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 27 01:11:16.319 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 27 01:11:16.319 INFO kablam! | Oct 27 01:11:16.319 INFO kablam! 37 | / fn len(&self) -> usize Oct 27 01:11:16.319 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 27 01:11:16.319 INFO kablam! 39 | | Self::Content: Content Oct 27 01:11:16.319 INFO kablam! 40 | | { Oct 27 01:11:16.319 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 27 01:11:16.319 INFO kablam! 42 | | } Oct 27 01:11:16.319 INFO kablam! | |_____^ Oct 27 01:11:16.319 INFO kablam! | Oct 27 01:11:16.319 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 01:11:16.319 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! Oct 27 01:11:16.319 INFO kablam! = note: for more information, see issue #51443 Oct 27 01:11:16.319 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 27 01:11:16.319 INFO kablam! Oct 27 01:11:16.407 INFO kablam! warning: unused variable: `instance` Oct 27 01:11:16.407 INFO kablam! --> src/main.rs:50:10 Oct 27 01:11:16.407 INFO kablam! | Oct 27 01:11:16.407 INFO kablam! 50 | let (instance, device, queue) = init_vulkan(); Oct 27 01:11:16.407 INFO kablam! | ^^^^^^^^ help: consider using `_instance` instead Oct 27 01:11:16.407 INFO kablam! | Oct 27 01:11:16.415 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:11:16.415 INFO kablam! Oct 27 01:11:16.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.72s Oct 27 01:11:16.483 INFO kablam! su: No module specific data is present Oct 27 01:11:17.552 INFO running `"docker" "rm" "-f" "91f006909c1098c0355585808549b025169438ad3ba44757b37d8e74016bc9b1"` Oct 27 01:11:17.879 INFO blam! 91f006909c1098c0355585808549b025169438ad3ba44757b37d8e74016bc9b1