Oct 14 12:42:46.113 INFO testing maeln/PeVK against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 12:42:46.114 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 14 12:42:46.601 INFO blam! b38175fd62dac0092dfc97f3dec01886324cf35b241144ca4d8c73267f8f13d9 Oct 14 12:42:46.604 INFO running `"docker" "start" "-a" "b38175fd62dac0092dfc97f3dec01886324cf35b241144ca4d8c73267f8f13d9"` Oct 14 12:42:48.663 INFO kablam! usermod: no changes Oct 14 12:42:48.747 INFO kablam! Compiling vulkano v0.9.0 Oct 14 12:42:48.747 INFO kablam! Compiling half v1.1.0 Oct 14 12:42:48.747 INFO kablam! Compiling smallvec v0.6.1 Oct 14 12:42:48.748 INFO kablam! Compiling vk-sys v0.3.3 Oct 14 12:43:16.147 INFO kablam! Compiling pevk v0.1.0 (/source) Oct 14 12:43:16.367 INFO kablam! warning: unused `#[macro_use]` import Oct 14 12:43:16.367 INFO kablam! --> src/main.rs:1:1 Oct 14 12:43:16.367 INFO kablam! | Oct 14 12:43:16.367 INFO kablam! 1 | #[macro_use] Oct 14 12:43:16.367 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:43:16.367 INFO kablam! | Oct 14 12:43:16.367 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:43:16.367 INFO kablam! Oct 14 12:43:16.454 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 14 12:43:16.455 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 14 12:43:16.455 INFO kablam! | Oct 14 12:43:16.455 INFO kablam! 37 | / fn len(&self) -> usize Oct 14 12:43:16.455 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 14 12:43:16.455 INFO kablam! 39 | | Self::Content: Content Oct 14 12:43:16.455 INFO kablam! 40 | | { Oct 14 12:43:16.455 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 14 12:43:16.455 INFO kablam! 42 | | } Oct 14 12:43:16.455 INFO kablam! | |_____^ Oct 14 12:43:16.455 INFO kablam! | Oct 14 12:43:16.455 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 14 12:43:16.455 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 14 12:43:16.455 INFO kablam! = note: for more information, see issue #51443 Oct 14 12:43:16.455 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 14 12:43:16.455 INFO kablam! Oct 14 12:43:16.534 INFO kablam! warning: unused variable: `instance` Oct 14 12:43:16.534 INFO kablam! --> src/main.rs:50:10 Oct 14 12:43:16.534 INFO kablam! | Oct 14 12:43:16.534 INFO kablam! 50 | let (instance, device, queue) = init_vulkan(); Oct 14 12:43:16.534 INFO kablam! | ^^^^^^^^ help: consider using `_instance` instead Oct 14 12:43:16.534 INFO kablam! | Oct 14 12:43:16.534 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:43:16.534 INFO kablam! Oct 14 12:43:16.718 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 14 12:43:16.719 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 14 12:43:16.719 INFO kablam! | Oct 14 12:43:16.719 INFO kablam! 37 | / fn len(&self) -> usize Oct 14 12:43:16.719 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 14 12:43:16.719 INFO kablam! 39 | | Self::Content: Content Oct 14 12:43:16.719 INFO kablam! 40 | | { Oct 14 12:43:16.719 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 14 12:43:16.719 INFO kablam! 42 | | } Oct 14 12:43:16.719 INFO kablam! | |_____^ Oct 14 12:43:16.719 INFO kablam! | Oct 14 12:43:16.719 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 14 12:43:16.719 INFO kablam! = note: for more information, see issue #51443 Oct 14 12:43:16.719 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 14 12:43:16.719 INFO kablam! Oct 14 12:43:20.307 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.63s Oct 14 12:43:20.311 INFO kablam! su: No module specific data is present Oct 14 12:43:21.082 INFO running `"docker" "rm" "-f" "b38175fd62dac0092dfc97f3dec01886324cf35b241144ca4d8c73267f8f13d9"` Oct 14 12:43:21.366 INFO blam! b38175fd62dac0092dfc97f3dec01886324cf35b241144ca4d8c73267f8f13d9 Oct 14 12:43:21.391 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 14 12:43:21.859 INFO blam! c729118485cf5fa4e706d653a9b7ee8f917c03678bbf2b2bd878cabfcaa83629 Oct 14 12:43:21.860 INFO running `"docker" "start" "-a" "c729118485cf5fa4e706d653a9b7ee8f917c03678bbf2b2bd878cabfcaa83629"` Oct 14 12:43:22.872 INFO kablam! usermod: no changes Oct 14 12:43:22.965 INFO kablam! Compiling pevk v0.1.0 (/source) Oct 14 12:43:23.115 INFO kablam! warning: unused `#[macro_use]` import Oct 14 12:43:23.115 INFO kablam! --> src/main.rs:1:1 Oct 14 12:43:23.115 INFO kablam! | Oct 14 12:43:23.115 INFO kablam! 1 | #[macro_use] Oct 14 12:43:23.115 INFO kablam! | ^^^^^^^^^^^^ Oct 14 12:43:23.115 INFO kablam! | Oct 14 12:43:23.115 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 12:43:23.115 INFO kablam! Oct 14 12:43:23.231 INFO kablam! warning: the trait `vulkano::buffer::BufferAccess` cannot be made into an object Oct 14 12:43:23.231 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/vulkano-0.9.0/src/buffer/traits.rs:37:5 Oct 14 12:43:23.232 INFO kablam! | Oct 14 12:43:23.232 INFO kablam! 37 | / fn len(&self) -> usize Oct 14 12:43:23.232 INFO kablam! 38 | | where Self: TypedBufferAccess, Oct 14 12:43:23.233 INFO kablam! 39 | | Self::Content: Content Oct 14 12:43:23.233 INFO kablam! 40 | | { Oct 14 12:43:23.233 INFO kablam! 41 | | self.size() / ::indiv_size() Oct 14 12:43:23.234 INFO kablam! 42 | | } Oct 14 12:43:23.234 INFO kablam! | |_____^ Oct 14 12:43:23.234 INFO kablam! | Oct 14 12:43:23.234 INFO kablam! = note: #[warn(where_clauses_object_safety)] on by default Oct 14 12:43:23.235 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 14 12:43:23.235 INFO kablam! = note: for more information, see issue #51443 Oct 14 12:43:23.235 INFO kablam! = note: method `len` references the `Self` type in where clauses Oct 14 12:43:23.236 INFO kablam! Oct 14 12:43:23.295 INFO kablam! warning: unused variable: `instance` Oct 14 12:43:23.295 INFO kablam! --> src/main.rs:50:10 Oct 14 12:43:23.295 INFO kablam! | Oct 14 12:43:23.295 INFO kablam! 50 | let (instance, device, queue) = init_vulkan(); Oct 14 12:43:23.295 INFO kablam! | ^^^^^^^^ help: consider using `_instance` instead Oct 14 12:43:23.295 INFO kablam! | Oct 14 12:43:23.295 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 12:43:23.295 INFO kablam! Oct 14 12:43:23.839 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.93s Oct 14 12:43:23.842 INFO kablam! su: No module specific data is present Oct 14 12:43:24.603 INFO running `"docker" "rm" "-f" "c729118485cf5fa4e706d653a9b7ee8f917c03678bbf2b2bd878cabfcaa83629"` Oct 14 12:43:24.902 INFO blam! c729118485cf5fa4e706d653a9b7ee8f917c03678bbf2b2bd878cabfcaa83629 Oct 14 12:43:24.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 14 12:43:25.391 INFO blam! 9851f5d81adaccd696047b0b79a1a8ba61ef2f97678680aba581dcd3bc9becd8 Oct 14 12:43:25.407 INFO running `"docker" "start" "-a" "9851f5d81adaccd696047b0b79a1a8ba61ef2f97678680aba581dcd3bc9becd8"` Oct 14 12:43:26.714 INFO kablam! usermod: no changes Oct 14 12:43:26.827 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 14 12:43:26.863 INFO kablam! Running /target/debug/deps/pevk-4bbde9c8324c4cc7 Oct 14 12:43:26.871 INFO kablam! su: No module specific data is present Oct 14 12:43:26.871 INFO blam! Oct 14 12:43:26.871 INFO blam! running 0 tests Oct 14 12:43:26.871 INFO blam! Oct 14 12:43:26.871 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 12:43:26.871 INFO blam! Oct 14 12:43:27.579 INFO running `"docker" "rm" "-f" "9851f5d81adaccd696047b0b79a1a8ba61ef2f97678680aba581dcd3bc9becd8"` Oct 14 12:43:28.008 INFO blam! 9851f5d81adaccd696047b0b79a1a8ba61ef2f97678680aba581dcd3bc9becd8