Oct 27 01:10:55.616 INFO checking maeln/PeVK against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:10:55.616 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.028 INFO blam! 3ec300709011187e470f6b289acc2e0ffc4eb24c6675e2ec2b9081de563564d9 Oct 27 01:10:56.029 INFO running `"docker" "start" "-a" "3ec300709011187e470f6b289acc2e0ffc4eb24c6675e2ec2b9081de563564d9"` Oct 27 01:10:57.843 INFO kablam! usermod: no changes Oct 27 01:10:57.905 INFO kablam! Compiling vulkano v0.9.0 Oct 27 01:10:57.905 INFO kablam! Checking vk-sys v0.3.3 Oct 27 01:10:57.905 INFO kablam! Checking half v1.1.0 Oct 27 01:11:14.400 INFO kablam! Checking pevk v0.1.0 (/source) Oct 27 01:11:15.303 INFO kablam! warning: unused `#[macro_use]` import Oct 27 01:11:15.303 INFO kablam! --> src/main.rs:1:1 Oct 27 01:11:15.303 INFO kablam! | Oct 27 01:11:15.303 INFO kablam! 1 | #[macro_use] Oct 27 01:11:15.303 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:11:15.303 INFO kablam! | Oct 27 01:11:15.305 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:11:15.305 INFO kablam! Oct 27 01:11:15.411 INFO kablam! warning: unused `#[macro_use]` import Oct 27 01:11:15.411 INFO kablam! --> src/main.rs:1:1 Oct 27 01:11:15.411 INFO kablam! | Oct 27 01:11:15.411 INFO kablam! 1 | #[macro_use] Oct 27 01:11:15.411 INFO kablam! | ^^^^^^^^^^^^ Oct 27 01:11:15.411 INFO kablam! | Oct 27 01:11:15.411 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 01:11:15.412 INFO kablam! Oct 27 01:11:15.453 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 27 01:11:15.453 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 27 01:11:15.453 INFO kablam! | Oct 27 01:11:15.453 INFO kablam! 37 | / fn len(&self) -> usize Oct 27 01:11:15.453 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 27 01:11:15.453 INFO kablam! 39 | | Self::Content: Content Oct 27 01:11:15.453 INFO kablam! 40 | | { Oct 27 01:11:15.453 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 27 01:11:15.453 INFO kablam! 42 | | } Oct 27 01:11:15.453 INFO kablam! | |_____^ Oct 27 01:11:15.453 INFO kablam! | Oct 27 01:11:15.454 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 01:11:15.454 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:15.454 INFO kablam! = note: for more information, see issue #51443 Oct 27 01:11:15.456 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 27 01:11:15.456 INFO kablam! Oct 27 01:11:15.537 INFO kablam! warning: unused variable: `instance` Oct 27 01:11:15.537 INFO kablam! --> src/main.rs:50:10 Oct 27 01:11:15.537 INFO kablam! | Oct 27 01:11:15.537 INFO kablam! 50 | let (instance, device, queue) = init_vulkan(); Oct 27 01:11:15.537 INFO kablam! | ^^^^^^^^ help: consider using `_instance` instead Oct 27 01:11:15.537 INFO kablam! | Oct 27 01:11:15.538 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:11:15.538 INFO kablam! Oct 27 01:11:15.587 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 27 01:11:15.587 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 27 01:11:15.587 INFO kablam! | Oct 27 01:11:15.587 INFO kablam! 37 | / fn len(&self) -> usize Oct 27 01:11:15.588 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 27 01:11:15.588 INFO kablam! 39 | | Self::Content: Content Oct 27 01:11:15.588 INFO kablam! 40 | | { Oct 27 01:11:15.588 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 27 01:11:15.589 INFO kablam! 42 | | } Oct 27 01:11:15.589 INFO kablam! | |_____^ Oct 27 01:11:15.589 INFO kablam! | Oct 27 01:11:15.589 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 27 01:11:15.590 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:15.590 INFO kablam! = note: for more information, see issue #51443 Oct 27 01:11:15.591 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 27 01:11:15.591 INFO kablam! Oct 27 01:11:15.703 INFO kablam! warning: unused variable: `instance` Oct 27 01:11:15.703 INFO kablam! --> src/main.rs:50:10 Oct 27 01:11:15.703 INFO kablam! | Oct 27 01:11:15.704 INFO kablam! 50 | let (instance, device, queue) = init_vulkan(); Oct 27 01:11:15.704 INFO kablam! | ^^^^^^^^ help: consider using `_instance` instead Oct 27 01:11:15.704 INFO kablam! | Oct 27 01:11:15.705 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 01:11:15.705 INFO kablam! Oct 27 01:11:15.780 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.91s Oct 27 01:11:15.783 INFO kablam! su: No module specific data is present Oct 27 01:11:17.175 INFO running `"docker" "rm" "-f" "3ec300709011187e470f6b289acc2e0ffc4eb24c6675e2ec2b9081de563564d9"` Oct 27 01:11:17.423 INFO blam! 3ec300709011187e470f6b289acc2e0ffc4eb24c6675e2ec2b9081de563564d9