Sep 19 16:03:43.391 INFO checking drbawb/megumin against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 16:03:43.391 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 16:03:43.391 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-0/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 16:03:43.612 INFO blam! cef02742cbcfa3e737b1c56fa0da1f085b8be56313cf393b3730a212e93aa2e7 Sep 19 16:03:43.612 INFO running `"docker" "start" "-a" "cef02742cbcfa3e737b1c56fa0da1f085b8be56313cf393b3730a212e93aa2e7"` Sep 19 16:03:44.862 INFO kablam! usermod: no changes Sep 19 16:03:45.242 INFO kablam! Compiling serde v0.8.21 Sep 19 16:03:45.242 INFO kablam! Checking num_cpus v1.2.1 Sep 19 16:03:45.242 INFO kablam! Compiling x11-dl v2.12.0 Sep 19 16:03:45.242 INFO kablam! Checking deflate v0.7.1 Sep 19 16:03:45.279 INFO kablam! Compiling glutin v0.6.2 Sep 19 16:03:45.284 INFO kablam! Compiling glium v0.15.0 Sep 19 16:03:45.290 INFO kablam! Checking backtrace v0.2.3 Sep 19 16:03:46.542 INFO kablam! Checking rayon v0.6.0 Sep 19 16:03:50.678 INFO kablam! Checking png v0.6.0 Sep 19 16:03:51.975 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 19 16:03:56.967 INFO kablam! Checking image v0.12.0 Sep 19 16:04:05.896 INFO kablam! Compiling serde_json v0.8.4 Sep 19 16:04:10.220 INFO kablam! Compiling target_build_utils v0.1.2 Sep 19 16:04:11.032 INFO kablam! Compiling libloading v0.3.1 Sep 19 16:04:12.648 INFO kablam! Checking dlib v0.3.1 Sep 19 16:04:12.765 INFO kablam! Checking wayland-sys v0.5.11 Sep 19 16:04:13.053 INFO kablam! Checking wayland-client v0.5.12 Sep 19 16:04:14.294 INFO kablam! Checking wayland-kbd v0.3.6 Sep 19 16:04:14.294 INFO kablam! Checking wayland-window v0.2.3 Sep 19 16:04:28.702 INFO kablam! Checking megumin v0.1.0 (/source) Sep 19 16:04:29.350 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:29.350 INFO kablam! --> src/render.rs:57:65 Sep 19 16:04:29.350 INFO kablam! | Sep 19 16:04:29.350 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 16:04:29.350 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:29.350 INFO kablam! | Sep 19 16:04:29.350 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 16:04:29.350 INFO kablam! Sep 19 16:04:29.350 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:29.350 INFO kablam! --> src/render.rs:60:94 Sep 19 16:04:29.350 INFO kablam! | Sep 19 16:04:29.350 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 16:04:29.350 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:29.350 INFO kablam! Sep 19 16:04:29.626 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:29.626 INFO kablam! --> src/render.rs:57:65 Sep 19 16:04:29.626 INFO kablam! | Sep 19 16:04:29.626 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 16:04:29.626 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:29.626 INFO kablam! | Sep 19 16:04:29.627 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 16:04:29.627 INFO kablam! Sep 19 16:04:29.627 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:29.627 INFO kablam! --> src/render.rs:60:94 Sep 19 16:04:29.627 INFO kablam! | Sep 19 16:04:29.627 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 16:04:29.627 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:29.627 INFO kablam! Sep 19 16:04:29.744 INFO kablam! warning: unused variable: `w` Sep 19 16:04:29.744 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 16:04:29.744 INFO kablam! | Sep 19 16:04:29.744 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:29.744 INFO kablam! | ^ help: consider using `_w` instead Sep 19 16:04:29.745 INFO kablam! | Sep 19 16:04:29.745 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:04:29.745 INFO kablam! Sep 19 16:04:29.746 INFO kablam! warning: unused variable: `h` Sep 19 16:04:29.746 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 16:04:29.746 INFO kablam! | Sep 19 16:04:29.747 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:29.747 INFO kablam! | ^ help: consider using `_h` instead Sep 19 16:04:29.747 INFO kablam! Sep 19 16:04:29.847 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 16:04:29.848 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 16:04:29.848 INFO kablam! | Sep 19 16:04:29.848 INFO kablam! 17 | tx_star_bg: usize, Sep 19 16:04:29.849 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 16:04:29.849 INFO kablam! | Sep 19 16:04:29.849 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 16:04:29.850 INFO kablam! Sep 19 16:04:30.042 INFO kablam! warning: unused variable: `w` Sep 19 16:04:30.042 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 16:04:30.043 INFO kablam! | Sep 19 16:04:30.043 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:30.043 INFO kablam! | ^ help: consider using `_w` instead Sep 19 16:04:30.044 INFO kablam! | Sep 19 16:04:30.044 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:04:30.044 INFO kablam! Sep 19 16:04:30.044 INFO kablam! warning: unused variable: `h` Sep 19 16:04:30.045 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 16:04:30.045 INFO kablam! | Sep 19 16:04:30.045 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:30.046 INFO kablam! | ^ help: consider using `_h` instead Sep 19 16:04:30.046 INFO kablam! Sep 19 16:04:30.127 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 16:04:30.127 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 16:04:30.127 INFO kablam! | Sep 19 16:04:30.128 INFO kablam! 17 | tx_star_bg: usize, Sep 19 16:04:30.128 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 16:04:30.128 INFO kablam! | Sep 19 16:04:30.129 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 16:04:30.129 INFO kablam! Sep 19 16:04:30.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 45.29s Sep 19 16:04:30.188 INFO kablam! su: No module specific data is present Sep 19 16:04:31.350 INFO running `"docker" "rm" "-f" "cef02742cbcfa3e737b1c56fa0da1f085b8be56313cf393b3730a212e93aa2e7"` Sep 19 16:04:31.470 INFO blam! cef02742cbcfa3e737b1c56fa0da1f085b8be56313cf393b3730a212e93aa2e7