Oct 10 19:50:10.574 INFO testing krre/origin-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 19:50:10.575 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 19:50:10.576 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:50:10.887 INFO blam! 582f2c5d1128f45b52d8244a9815870754afd154535890c55b98aea6797e8fab Oct 10 19:50:10.889 INFO running `"docker" "start" "-a" "582f2c5d1128f45b52d8244a9815870754afd154535890c55b98aea6797e8fab"` Oct 10 19:50:11.960 INFO kablam! usermod: no changes Oct 10 19:50:12.177 INFO kablam! Compiling shared_library v0.1.8 Oct 10 19:50:12.188 INFO kablam! Compiling wayland-scanner v0.20.10 Oct 10 19:50:12.188 INFO kablam! Compiling nix v0.11.0 Oct 10 19:50:12.210 INFO kablam! Compiling x11-dl v2.18.0 Oct 10 19:50:12.210 INFO kablam! Compiling wayland-sys v0.20.10 Oct 10 19:50:14.436 INFO kablam! Compiling vulkano v0.7.2 Oct 10 19:50:15.964 INFO kablam! Compiling wayland-commons v0.20.10 Oct 10 19:50:17.173 INFO kablam! Compiling wayland-client v0.20.10 Oct 10 19:50:17.173 INFO kablam! Compiling wayland-protocols v0.20.10 Oct 10 19:50:36.319 INFO kablam! Compiling smithay-client-toolkit v0.2.3 Oct 10 19:50:41.978 INFO kablam! Compiling winit v0.15.1 Oct 10 19:50:51.744 INFO kablam! Compiling origin v0.1.0 (/source) Oct 10 19:50:54.713 INFO kablam! warning: unused variable: `acquire_future` Oct 10 19:50:54.713 INFO kablam! --> src/gfx/renderer.rs:61:25 Oct 10 19:50:54.713 INFO kablam! | Oct 10 19:50:54.713 INFO kablam! 61 | let (image_num, acquire_future) = match swapchain::acquire_next_image(self.vulkan_backend.swapchain.clone(), None) { Oct 10 19:50:54.713 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_acquire_future` instead Oct 10 19:50:54.713 INFO kablam! | Oct 10 19:50:54.713 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:50:54.713 INFO kablam! Oct 10 19:50:54.713 INFO kablam! warning: unused variable: `command_buffer` Oct 10 19:50:54.713 INFO kablam! --> src/gfx/renderer.rs:70:13 Oct 10 19:50:54.713 INFO kablam! | Oct 10 19:50:54.713 INFO kablam! 70 | let command_buffer = AutoCommandBufferBuilder::primary_one_time_submit(self.vulkan_backend.device.clone(), self.vulkan_backend.queue.family()).unwrap() Oct 10 19:50:54.713 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_command_buffer` instead Oct 10 19:50:54.713 INFO kablam! Oct 10 19:50:54.756 INFO kablam! warning: field is never used: `renderer` Oct 10 19:50:54.756 INFO kablam! --> src/core/application.rs:14:5 Oct 10 19:50:54.756 INFO kablam! | Oct 10 19:50:54.756 INFO kablam! 14 | renderer: Renderer Oct 10 19:50:54.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.756 INFO kablam! | Oct 10 19:50:54.756 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:50:54.756 INFO kablam! Oct 10 19:50:54.756 INFO kablam! warning: field is never used: `vulkan_backend` Oct 10 19:50:54.756 INFO kablam! --> src/gfx/renderer.rs:27:5 Oct 10 19:50:54.756 INFO kablam! | Oct 10 19:50:54.756 INFO kablam! 27 | vulkan_backend: VulkanBackend Oct 10 19:50:54.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.756 INFO kablam! Oct 10 19:50:54.756 INFO kablam! warning: field is never used: `instance` Oct 10 19:50:54.756 INFO kablam! --> src/gfx/renderer.rs:31:5 Oct 10 19:50:54.756 INFO kablam! | Oct 10 19:50:54.756 INFO kablam! 31 | instance: Arc, Oct 10 19:50:54.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.756 INFO kablam! Oct 10 19:50:54.756 INFO kablam! warning: field is never used: `queue` Oct 10 19:50:54.757 INFO kablam! --> src/gfx/renderer.rs:34:5 Oct 10 19:50:54.757 INFO kablam! | Oct 10 19:50:54.757 INFO kablam! 34 | queue: Arc, Oct 10 19:50:54.757 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.757 INFO kablam! Oct 10 19:50:54.757 INFO kablam! warning: field is never used: `recreate_swapchain` Oct 10 19:50:54.757 INFO kablam! --> src/gfx/renderer.rs:39:5 Oct 10 19:50:54.757 INFO kablam! | Oct 10 19:50:54.757 INFO kablam! 39 | recreate_swapchain: bool, Oct 10 19:50:54.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.757 INFO kablam! Oct 10 19:50:54.757 INFO kablam! warning: field is never used: `previous_frame_end` Oct 10 19:50:54.757 INFO kablam! --> src/gfx/renderer.rs:40:5 Oct 10 19:50:54.757 INFO kablam! | Oct 10 19:50:54.757 INFO kablam! 40 | previous_frame_end: Box Oct 10 19:50:54.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.757 INFO kablam! Oct 10 19:50:54.768 INFO kablam! warning: method is never used: `render` Oct 10 19:50:54.768 INFO kablam! --> src/gfx/renderer.rs:51:5 Oct 10 19:50:54.768 INFO kablam! | Oct 10 19:50:54.768 INFO kablam! 51 | pub fn render(&mut self) { Oct 10 19:50:54.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:50:54.768 INFO kablam! Oct 10 19:51:00.318 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.32s Oct 10 19:51:00.327 INFO kablam! su: No module specific data is present Oct 10 19:51:00.814 INFO running `"docker" "rm" "-f" "582f2c5d1128f45b52d8244a9815870754afd154535890c55b98aea6797e8fab"` Oct 10 19:51:00.891 INFO blam! 582f2c5d1128f45b52d8244a9815870754afd154535890c55b98aea6797e8fab Oct 10 19:51:00.892 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 19:51:00.892 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:51:01.061 INFO blam! 826c535bbb095a34874b4eced8a248dd384696132074e415d8c14d5d590d4d78 Oct 10 19:51:01.064 INFO running `"docker" "start" "-a" "826c535bbb095a34874b4eced8a248dd384696132074e415d8c14d5d590d4d78"` Oct 10 19:51:01.524 INFO kablam! usermod: no changes Oct 10 19:51:01.640 INFO kablam! Compiling origin v0.1.0 (/source) Oct 10 19:51:04.069 INFO kablam! warning: unused variable: `acquire_future` Oct 10 19:51:04.069 INFO kablam! --> src/gfx/renderer.rs:61:25 Oct 10 19:51:04.069 INFO kablam! | Oct 10 19:51:04.069 INFO kablam! 61 | let (image_num, acquire_future) = match swapchain::acquire_next_image(self.vulkan_backend.swapchain.clone(), None) { Oct 10 19:51:04.069 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_acquire_future` instead Oct 10 19:51:04.070 INFO kablam! | Oct 10 19:51:04.070 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 19:51:04.070 INFO kablam! Oct 10 19:51:04.070 INFO kablam! warning: unused variable: `command_buffer` Oct 10 19:51:04.070 INFO kablam! --> src/gfx/renderer.rs:70:13 Oct 10 19:51:04.070 INFO kablam! | Oct 10 19:51:04.070 INFO kablam! 70 | let command_buffer = AutoCommandBufferBuilder::primary_one_time_submit(self.vulkan_backend.device.clone(), self.vulkan_backend.queue.family()).unwrap() Oct 10 19:51:04.071 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_command_buffer` instead Oct 10 19:51:04.071 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: field is never used: `renderer` Oct 10 19:51:04.106 INFO kablam! --> src/core/application.rs:14:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 14 | renderer: Renderer Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: field is never used: `vulkan_backend` Oct 10 19:51:04.106 INFO kablam! --> src/gfx/renderer.rs:27:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 27 | vulkan_backend: VulkanBackend Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: field is never used: `instance` Oct 10 19:51:04.106 INFO kablam! --> src/gfx/renderer.rs:31:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 31 | instance: Arc, Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: field is never used: `queue` Oct 10 19:51:04.106 INFO kablam! --> src/gfx/renderer.rs:34:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 34 | queue: Arc, Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: field is never used: `recreate_swapchain` Oct 10 19:51:04.106 INFO kablam! --> src/gfx/renderer.rs:39:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 39 | recreate_swapchain: bool, Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: field is never used: `previous_frame_end` Oct 10 19:51:04.106 INFO kablam! --> src/gfx/renderer.rs:40:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 40 | previous_frame_end: Box Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.106 INFO kablam! warning: method is never used: `render` Oct 10 19:51:04.106 INFO kablam! --> src/gfx/renderer.rs:51:5 Oct 10 19:51:04.106 INFO kablam! | Oct 10 19:51:04.106 INFO kablam! 51 | pub fn render(&mut self) { Oct 10 19:51:04.106 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 19:51:04.106 INFO kablam! Oct 10 19:51:04.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.93s Oct 10 19:51:04.478 INFO kablam! su: No module specific data is present Oct 10 19:51:04.779 INFO running `"docker" "rm" "-f" "826c535bbb095a34874b4eced8a248dd384696132074e415d8c14d5d590d4d78"` Oct 10 19:51:04.862 INFO blam! 826c535bbb095a34874b4eced8a248dd384696132074e415d8c14d5d590d4d78 Oct 10 19:51:04.865 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 19:51:04.865 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 19:51:05.110 INFO blam! e8a98722bff02c71fd98742629f6dcae1d0a3f9a3f088fa6dc5fec212463fdac Oct 10 19:51:05.112 INFO running `"docker" "start" "-a" "e8a98722bff02c71fd98742629f6dcae1d0a3f9a3f088fa6dc5fec212463fdac"` Oct 10 19:51:05.641 INFO kablam! usermod: no changes Oct 10 19:51:05.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 19:51:05.755 INFO kablam! Running /target/debug/deps/origin-f9c1a390c20a6c21 Oct 10 19:51:05.764 INFO blam! Oct 10 19:51:05.764 INFO blam! running 0 tests Oct 10 19:51:05.764 INFO blam! Oct 10 19:51:05.765 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 19:51:05.765 INFO kablam! su: No module specific data is present Oct 10 19:51:05.765 INFO blam! Oct 10 19:51:06.024 INFO running `"docker" "rm" "-f" "e8a98722bff02c71fd98742629f6dcae1d0a3f9a3f088fa6dc5fec212463fdac"` Oct 10 19:51:06.152 INFO blam! e8a98722bff02c71fd98742629f6dcae1d0a3f9a3f088fa6dc5fec212463fdac