Sep 03 23:40:12.981 INFO checking arthurnum/vulrust against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 23:40:12.981 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 23:40:12.981 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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=500" "-e" "CMD=cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 23:40:13.150 INFO blam! be0eb4286eceac60b2a2de174705ea230f409df4b3a0ccf4db5face907e15c75 Sep 03 23:40:13.153 INFO running `"docker" "start" "-a" "be0eb4286eceac60b2a2de174705ea230f409df4b3a0ccf4db5face907e15c75"` Sep 03 23:40:14.272 INFO kablam! Checking downcast-rs v1.0.3 Sep 03 23:40:14.277 INFO kablam! Compiling vulkano v0.10.0 Sep 03 23:40:14.277 INFO kablam! Checking vk-sys v0.3.3 Sep 03 23:40:14.278 INFO kablam! Checking half v1.1.2 Sep 03 23:40:14.278 INFO kablam! Compiling libloading v0.5.0 Sep 03 23:40:14.278 INFO kablam! Compiling xml-rs v0.7.0 Sep 03 23:40:14.279 INFO kablam! Checking memmap v0.6.2 Sep 03 23:40:14.279 INFO kablam! Checking shared_library v0.1.8 Sep 03 23:40:14.997 INFO kablam! Compiling x11-dl v2.18.3 Sep 03 23:40:15.773 INFO kablam! Checking deflate v0.7.18 Sep 03 23:40:15.818 INFO kablam! Checking smallvec v0.6.3 Sep 03 23:40:16.137 INFO kablam! Checking tempfile v3.0.2 Sep 03 23:40:16.198 INFO kablam! Checking crossbeam-epoch v0.5.2 Sep 03 23:40:18.888 INFO kablam! Compiling syn v0.14.7 Sep 03 23:40:19.126 INFO kablam! Checking rayon-core v1.4.1 Sep 03 23:40:21.729 INFO kablam! Compiling sha2 v0.7.1 Sep 03 23:40:22.823 INFO kablam! Checking parking_lot_core v0.2.14 Sep 03 23:40:23.262 INFO kablam! Checking crossbeam-deque v0.5.2 Sep 03 23:40:23.938 INFO kablam! Checking dlib v0.4.1 Sep 03 23:40:26.174 INFO kablam! Checking png v0.12.0 Sep 03 23:40:27.733 INFO kablam! Checking wayland-sys v0.20.11 Sep 03 23:40:28.466 INFO kablam! Checking rayon v1.0.2 Sep 03 23:40:30.406 INFO kablam! Compiling glsl-to-spirv v0.1.6 Sep 03 23:40:31.025 INFO kablam! Checking parking_lot v0.6.3 Sep 03 23:40:31.209 INFO kablam! Checking wayland-commons v0.20.11 Sep 03 23:40:31.400 INFO kablam! Compiling wayland-scanner v0.20.11 Sep 03 23:40:34.904 INFO kablam! Checking crossbeam-channel v0.2.4 Sep 03 23:40:41.346 INFO kablam! Checking crossbeam v0.4.1 Sep 03 23:40:41.530 INFO kablam! Compiling wayland-client v0.20.11 Sep 03 23:40:41.531 INFO kablam! Compiling wayland-protocols v0.20.11 Sep 03 23:41:12.625 INFO kablam! Checking jpeg-decoder v0.1.15 Sep 03 23:41:12.922 INFO kablam! Compiling num-derive v0.2.2 Sep 03 23:41:20.725 INFO kablam! Checking image v0.19.0 Sep 03 23:41:33.407 INFO kablam! Checking smithay-client-toolkit v0.2.6 Sep 03 23:41:48.537 INFO kablam! Checking winit v0.17.1 Sep 03 23:42:27.923 INFO kablam! Checking vulkano-win v0.10.0 Sep 03 23:42:34.172 INFO kablam! Compiling vulkano-shaders v0.10.0 Sep 03 23:42:37.870 INFO kablam! Compiling vulkano-shader-derive v0.10.0 Sep 03 23:42:40.747 INFO kablam! Checking vulrust v0.1.0 (file:///source) Sep 03 23:42:43.887 INFO kablam! warning: unused import: `vulkano::sync::now` Sep 03 23:42:43.887 INFO kablam! --> src/main.rs:30:5 Sep 03 23:42:43.887 INFO kablam! | Sep 03 23:42:43.887 INFO kablam! 30 | use vulkano::sync::now; Sep 03 23:42:43.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 23:42:43.887 INFO kablam! | Sep 03 23:42:43.887 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 23:42:43.888 INFO kablam! Sep 03 23:42:44.021 INFO kablam! warning: unused import: `vulkano::sync::now` Sep 03 23:42:44.021 INFO kablam! --> src/main.rs:30:5 Sep 03 23:42:44.021 INFO kablam! | Sep 03 23:42:44.021 INFO kablam! 30 | use vulkano::sync::now; Sep 03 23:42:44.021 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 03 23:42:44.021 INFO kablam! | Sep 03 23:42:44.021 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 03 23:42:44.021 INFO kablam! Sep 03 23:42:45.928 INFO kablam! warning: function is never used: `ortho` Sep 03 23:42:45.928 INFO kablam! --> src/math_utils.rs:4:1 Sep 03 23:42:45.928 INFO kablam! | Sep 03 23:42:45.928 INFO kablam! 4 | pub fn ortho(w: f32, h: f32) -> Matrix4 { Sep 03 23:42:45.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:42:45.929 INFO kablam! | Sep 03 23:42:45.929 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 23:42:45.930 INFO kablam! Sep 03 23:42:45.955 INFO kablam! warning: function is never used: `ortho` Sep 03 23:42:45.955 INFO kablam! --> src/math_utils.rs:4:1 Sep 03 23:42:45.956 INFO kablam! | Sep 03 23:42:45.956 INFO kablam! 4 | pub fn ortho(w: f32, h: f32) -> Matrix4 { Sep 03 23:42:45.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 03 23:42:45.956 INFO kablam! | Sep 03 23:42:45.956 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 23:42:45.956 INFO kablam! Sep 03 23:42:46.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 32s Sep 03 23:42:46.085 INFO kablam! su: No module specific data is present Sep 03 23:42:46.723 INFO running `"docker" "rm" "-f" "be0eb4286eceac60b2a2de174705ea230f409df4b3a0ccf4db5face907e15c75"` Sep 03 23:42:46.844 INFO blam! be0eb4286eceac60b2a2de174705ea230f409df4b3a0ccf4db5face907e15c75