Sep 01 15:51:51.655 INFO checking drbawb/megumin against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 15:51:51.655 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 15:51:51.655 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 15:51:51.885 INFO blam! 6ff06290e0f81210c38afaa863e441ec11179d0ef55b71c9757f682ea437d38b Sep 01 15:51:51.888 INFO running `"docker" "start" "-a" "6ff06290e0f81210c38afaa863e441ec11179d0ef55b71c9757f682ea437d38b"` Sep 01 15:51:53.057 INFO kablam! Compiling libc v0.2.18 Sep 01 15:51:53.062 INFO kablam! Compiling phf_shared v0.7.20 Sep 01 15:51:53.078 INFO kablam! Compiling serde v0.8.21 Sep 01 15:51:53.123 INFO kablam! Checking adler32 v0.3.0 Sep 01 15:51:53.177 INFO kablam! Checking shared_library v0.1.5 Sep 01 15:51:53.184 INFO kablam! Checking num_cpus v1.2.1 Sep 01 15:51:53.184 INFO kablam! Checking nodrop v0.1.8 Sep 01 15:51:53.185 INFO kablam! Checking gif v0.9.0 Sep 01 15:51:54.359 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 01 15:51:54.646 INFO kablam! Compiling tempfile v2.1.4 Sep 01 15:51:55.239 INFO kablam! Checking deque v0.3.1 Sep 01 15:51:55.350 INFO kablam! Checking num-bigint v0.1.35 Sep 01 15:51:55.456 INFO kablam! Checking arrayvec v0.3.20 Sep 01 15:51:56.969 INFO kablam! Checking deflate v0.7.1 Sep 01 15:51:57.057 INFO kablam! Compiling glutin v0.6.2 Sep 01 15:51:58.914 INFO kablam! Compiling glium v0.15.0 Sep 01 15:52:01.227 INFO kablam! Compiling phf v0.7.20 Sep 01 15:52:01.556 INFO kablam! Checking x11-dl v2.12.0 Sep 01 15:52:01.842 INFO kablam! Checking backtrace-sys v0.1.5 Sep 01 15:52:05.075 INFO kablam! Checking osmesa-sys v0.1.2 Sep 01 15:52:05.111 INFO kablam! Checking rayon v0.6.0 Sep 01 15:52:05.326 INFO kablam! Compiling rand v0.3.15 Sep 01 15:52:12.987 INFO kablam! Checking fs2 v0.2.5 Sep 01 15:52:13.157 INFO kablam! Checking num-rational v0.1.35 Sep 01 15:52:13.243 INFO kablam! Checking rusttype v0.2.1 Sep 01 15:52:14.715 INFO kablam! Checking enum_primitive v0.1.0 Sep 01 15:52:15.663 INFO kablam! Checking backtrace v0.2.3 Sep 01 15:52:15.842 INFO kablam! Checking png v0.6.0 Sep 01 15:52:17.391 INFO kablam! Compiling wayland-client v0.5.12 Sep 01 15:52:21.887 INFO kablam! Checking memmap v0.2.3 Sep 01 15:52:22.505 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 01 15:52:23.282 INFO kablam! Compiling phf_generator v0.7.20 Sep 01 15:52:24.170 INFO kablam! Compiling phf_codegen v0.7.20 Sep 01 15:52:25.094 INFO kablam! Compiling target_build_utils v0.1.2 Sep 01 15:52:26.993 INFO kablam! Checking image v0.12.0 Sep 01 15:52:30.160 INFO kablam! Compiling serde_json v0.8.4 Sep 01 15:52:38.487 INFO kablam! Compiling libloading v0.3.1 Sep 01 15:52:41.361 INFO kablam! Checking dlib v0.3.1 Sep 01 15:52:41.545 INFO kablam! Checking wayland-sys v0.5.11 Sep 01 15:52:44.227 INFO kablam! Checking wayland-kbd v0.3.6 Sep 01 15:52:44.227 INFO kablam! Checking wayland-window v0.2.3 Sep 01 15:53:14.580 INFO kablam! Checking megumin v0.1.0 (file:///source) Sep 01 15:53:15.326 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:15.326 INFO kablam! --> src/render.rs:57:65 Sep 01 15:53:15.326 INFO kablam! | Sep 01 15:53:15.326 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 01 15:53:15.326 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:15.326 INFO kablam! | Sep 01 15:53:15.326 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 15:53:15.326 INFO kablam! Sep 01 15:53:15.326 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:15.326 INFO kablam! --> src/render.rs:60:94 Sep 01 15:53:15.326 INFO kablam! | Sep 01 15:53:15.326 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 01 15:53:15.326 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:15.326 INFO kablam! Sep 01 15:53:15.339 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:15.339 INFO kablam! --> src/render.rs:57:65 Sep 01 15:53:15.339 INFO kablam! | Sep 01 15:53:15.339 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 01 15:53:15.339 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:15.339 INFO kablam! | Sep 01 15:53:15.339 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 15:53:15.339 INFO kablam! Sep 01 15:53:15.339 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:15.339 INFO kablam! --> src/render.rs:60:94 Sep 01 15:53:15.339 INFO kablam! | Sep 01 15:53:15.339 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 01 15:53:15.339 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:15.339 INFO kablam! Sep 01 15:53:15.873 INFO kablam! warning: unused variable: `w` Sep 01 15:53:15.873 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 01 15:53:15.873 INFO kablam! | Sep 01 15:53:15.873 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:15.873 INFO kablam! | ^ help: consider using `_w` instead Sep 01 15:53:15.873 INFO kablam! | Sep 01 15:53:15.873 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 15:53:15.874 INFO kablam! Sep 01 15:53:15.874 INFO kablam! warning: unused variable: `h` Sep 01 15:53:15.874 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 01 15:53:15.874 INFO kablam! | Sep 01 15:53:15.874 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:15.874 INFO kablam! | ^ help: consider using `_h` instead Sep 01 15:53:15.874 INFO kablam! Sep 01 15:53:15.879 INFO kablam! warning: unused variable: `w` Sep 01 15:53:15.879 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 01 15:53:15.879 INFO kablam! | Sep 01 15:53:15.879 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:15.879 INFO kablam! | ^ help: consider using `_w` instead Sep 01 15:53:15.879 INFO kablam! | Sep 01 15:53:15.879 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 15:53:15.879 INFO kablam! Sep 01 15:53:15.879 INFO kablam! warning: unused variable: `h` Sep 01 15:53:15.879 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 01 15:53:15.879 INFO kablam! | Sep 01 15:53:15.879 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:15.879 INFO kablam! | ^ help: consider using `_h` instead Sep 01 15:53:15.879 INFO kablam! Sep 01 15:53:16.002 INFO kablam! warning: field is never used: `tx_star_bg` Sep 01 15:53:16.002 INFO kablam! --> src/entities/map.rs:17:5 Sep 01 15:53:16.002 INFO kablam! | Sep 01 15:53:16.002 INFO kablam! 17 | tx_star_bg: usize, Sep 01 15:53:16.002 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 15:53:16.002 INFO kablam! | Sep 01 15:53:16.002 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 15:53:16.003 INFO kablam! Sep 01 15:53:16.006 INFO kablam! warning: field is never used: `tx_star_bg` Sep 01 15:53:16.006 INFO kablam! --> src/entities/map.rs:17:5 Sep 01 15:53:16.006 INFO kablam! | Sep 01 15:53:16.006 INFO kablam! 17 | tx_star_bg: usize, Sep 01 15:53:16.006 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 15:53:16.006 INFO kablam! | Sep 01 15:53:16.006 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 15:53:16.006 INFO kablam! Sep 01 15:53:16.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 23s Sep 01 15:53:16.054 INFO kablam! su: No module specific data is present Sep 01 15:53:16.461 INFO running `"docker" "rm" "-f" "6ff06290e0f81210c38afaa863e441ec11179d0ef55b71c9757f682ea437d38b"` Sep 01 15:53:16.618 INFO blam! 6ff06290e0f81210c38afaa863e441ec11179d0ef55b71c9757f682ea437d38b