Sep 01 15:51:57.089 INFO checking drbawb/megumin against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 15:51:57.089 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 15:51:57.089 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:57.330 INFO blam! 36c96c8c9c69b21c481c3a108bd599ced2051fde048ea03c756a4847c2965686 Sep 01 15:51:57.332 INFO running `"docker" "start" "-a" "36c96c8c9c69b21c481c3a108bd599ced2051fde048ea03c756a4847c2965686"` Sep 01 15:51:58.574 INFO kablam! Compiling serde v0.8.21 Sep 01 15:51:58.587 INFO kablam! Checking adler32 v0.3.0 Sep 01 15:51:58.617 INFO kablam! Checking num_cpus v1.2.1 Sep 01 15:51:58.622 INFO kablam! Compiling x11-dl v2.12.0 Sep 01 15:51:58.670 INFO kablam! Checking backtrace v0.2.3 Sep 01 15:51:59.267 INFO kablam! Checking deflate v0.7.1 Sep 01 15:51:59.817 INFO kablam! Checking rayon v0.6.0 Sep 01 15:52:03.559 INFO kablam! Checking png v0.6.0 Sep 01 15:52:08.073 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 01 15:52:11.643 INFO kablam! Checking image v0.12.0 Sep 01 15:52:18.996 INFO kablam! Compiling serde_json v0.8.4 Sep 01 15:52:24.094 INFO kablam! Compiling target_build_utils v0.1.2 Sep 01 15:52:25.926 INFO kablam! Compiling libloading v0.3.1 Sep 01 15:52:28.870 INFO kablam! Checking dlib v0.3.1 Sep 01 15:52:29.227 INFO kablam! Checking wayland-sys v0.5.11 Sep 01 15:52:29.950 INFO kablam! Checking wayland-client v0.5.12 Sep 01 15:52:32.824 INFO kablam! Checking wayland-window v0.2.3 Sep 01 15:52:32.825 INFO kablam! Checking wayland-kbd v0.3.6 Sep 01 15:52:35.292 INFO kablam! Checking glutin v0.6.2 Sep 01 15:52:39.915 INFO kablam! Checking glium v0.15.0 Sep 01 15:53:06.281 INFO kablam! Checking megumin v0.1.0 (file:///source) Sep 01 15:53:07.373 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:07.373 INFO kablam! --> src/render.rs:57:65 Sep 01 15:53:07.373 INFO kablam! | Sep 01 15:53:07.373 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 01 15:53:07.373 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:07.373 INFO kablam! | Sep 01 15:53:07.373 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 15:53:07.373 INFO kablam! Sep 01 15:53:07.373 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:07.373 INFO kablam! --> src/render.rs:60:94 Sep 01 15:53:07.373 INFO kablam! | Sep 01 15:53:07.373 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 01 15:53:07.373 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:07.374 INFO kablam! Sep 01 15:53:07.517 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:07.517 INFO kablam! --> src/render.rs:57:65 Sep 01 15:53:07.517 INFO kablam! | Sep 01 15:53:07.518 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 01 15:53:07.518 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:07.518 INFO kablam! | Sep 01 15:53:07.518 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 15:53:07.518 INFO kablam! Sep 01 15:53:07.518 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 15:53:07.518 INFO kablam! --> src/render.rs:60:94 Sep 01 15:53:07.518 INFO kablam! | Sep 01 15:53:07.518 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 01 15:53:07.518 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 15:53:07.518 INFO kablam! Sep 01 15:53:08.013 INFO kablam! warning: unused variable: `w` Sep 01 15:53:08.013 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 01 15:53:08.013 INFO kablam! | Sep 01 15:53:08.014 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:08.014 INFO kablam! | ^ help: consider using `_w` instead Sep 01 15:53:08.014 INFO kablam! | Sep 01 15:53:08.014 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 15:53:08.014 INFO kablam! Sep 01 15:53:08.014 INFO kablam! warning: unused variable: `h` Sep 01 15:53:08.014 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 01 15:53:08.014 INFO kablam! | Sep 01 15:53:08.014 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:08.014 INFO kablam! | ^ help: consider using `_h` instead Sep 01 15:53:08.014 INFO kablam! Sep 01 15:53:08.144 INFO kablam! warning: field is never used: `tx_star_bg` Sep 01 15:53:08.144 INFO kablam! --> src/entities/map.rs:17:5 Sep 01 15:53:08.144 INFO kablam! | Sep 01 15:53:08.144 INFO kablam! 17 | tx_star_bg: usize, Sep 01 15:53:08.144 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 15:53:08.144 INFO kablam! | Sep 01 15:53:08.144 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 15:53:08.144 INFO kablam! Sep 01 15:53:08.160 INFO kablam! warning: unused variable: `w` Sep 01 15:53:08.160 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 01 15:53:08.161 INFO kablam! | Sep 01 15:53:08.161 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:08.161 INFO kablam! | ^ help: consider using `_w` instead Sep 01 15:53:08.161 INFO kablam! | Sep 01 15:53:08.161 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 15:53:08.161 INFO kablam! Sep 01 15:53:08.161 INFO kablam! warning: unused variable: `h` Sep 01 15:53:08.161 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 01 15:53:08.161 INFO kablam! | Sep 01 15:53:08.161 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 01 15:53:08.161 INFO kablam! | ^ help: consider using `_h` instead Sep 01 15:53:08.161 INFO kablam! Sep 01 15:53:08.325 INFO kablam! warning: field is never used: `tx_star_bg` Sep 01 15:53:08.325 INFO kablam! --> src/entities/map.rs:17:5 Sep 01 15:53:08.325 INFO kablam! | Sep 01 15:53:08.325 INFO kablam! 17 | tx_star_bg: usize, Sep 01 15:53:08.325 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 01 15:53:08.325 INFO kablam! | Sep 01 15:53:08.325 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 15:53:08.325 INFO kablam! Sep 01 15:53:08.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Sep 01 15:53:08.384 INFO kablam! su: No module specific data is present Sep 01 15:53:08.800 INFO running `"docker" "rm" "-f" "36c96c8c9c69b21c481c3a108bd599ced2051fde048ea03c756a4847c2965686"` Sep 01 15:53:08.946 INFO blam! 36c96c8c9c69b21c481c3a108bd599ced2051fde048ea03c756a4847c2965686