Sep 19 16:03:38.422 INFO checking drbawb/megumin against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 16:03:38.422 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 16:03:38.422 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:38.620 INFO blam! ea8c7be147ae2711ec5599f05fe3ca7d9586a5c6b4bf0893f615fea5dc41e9a8 Sep 19 16:03:38.622 INFO running `"docker" "start" "-a" "ea8c7be147ae2711ec5599f05fe3ca7d9586a5c6b4bf0893f615fea5dc41e9a8"` Sep 19 16:03:40.734 INFO kablam! usermod: no changes Sep 19 16:03:41.171 INFO kablam! Compiling serde v0.8.21 Sep 19 16:03:41.200 INFO kablam! Compiling x11-dl v2.12.0 Sep 19 16:03:41.204 INFO kablam! Checking num_cpus v1.2.1 Sep 19 16:03:41.222 INFO kablam! Checking deflate v0.7.1 Sep 19 16:03:41.225 INFO kablam! Compiling glutin v0.6.2 Sep 19 16:03:41.225 INFO kablam! Compiling glium v0.15.0 Sep 19 16:03:41.226 INFO kablam! Checking backtrace-sys v0.1.5 Sep 19 16:03:42.058 INFO kablam! Checking backtrace v0.2.3 Sep 19 16:03:42.282 INFO kablam! Checking rayon v0.6.0 Sep 19 16:03:46.542 INFO kablam! Checking png v0.6.0 Sep 19 16:03:49.616 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 19 16:03:54.039 INFO kablam! Checking image v0.12.0 Sep 19 16:03:58.315 INFO kablam! Compiling serde_json v0.8.4 Sep 19 16:04:04.512 INFO kablam! Compiling target_build_utils v0.1.2 Sep 19 16:04:06.423 INFO kablam! Compiling libloading v0.3.1 Sep 19 16:04:09.139 INFO kablam! Checking dlib v0.3.1 Sep 19 16:04:09.418 INFO kablam! Checking wayland-sys v0.5.11 Sep 19 16:04:09.853 INFO kablam! Checking wayland-client v0.5.12 Sep 19 16:04:11.266 INFO kablam! Checking wayland-kbd v0.3.6 Sep 19 16:04:11.266 INFO kablam! Checking wayland-window v0.2.3 Sep 19 16:04:25.801 INFO kablam! Checking megumin v0.1.0 (/source) Sep 19 16:04:26.217 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:26.217 INFO kablam! --> src/render.rs:57:65 Sep 19 16:04:26.217 INFO kablam! | Sep 19 16:04:26.217 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 16:04:26.217 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:26.217 INFO kablam! | Sep 19 16:04:26.217 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 16:04:26.217 INFO kablam! Sep 19 16:04:26.217 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:26.217 INFO kablam! --> src/render.rs:60:94 Sep 19 16:04:26.217 INFO kablam! | Sep 19 16:04:26.217 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 16:04:26.217 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:26.217 INFO kablam! Sep 19 16:04:26.261 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:26.261 INFO kablam! --> src/render.rs:57:65 Sep 19 16:04:26.261 INFO kablam! | Sep 19 16:04:26.261 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 16:04:26.261 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:26.261 INFO kablam! | Sep 19 16:04:26.261 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 16:04:26.261 INFO kablam! Sep 19 16:04:26.261 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 16:04:26.261 INFO kablam! --> src/render.rs:60:94 Sep 19 16:04:26.261 INFO kablam! | Sep 19 16:04:26.261 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 16:04:26.261 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 16:04:26.261 INFO kablam! Sep 19 16:04:26.578 INFO kablam! warning: unused variable: `w` Sep 19 16:04:26.578 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 16:04:26.578 INFO kablam! | Sep 19 16:04:26.578 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:26.578 INFO kablam! | ^ help: consider using `_w` instead Sep 19 16:04:26.578 INFO kablam! | Sep 19 16:04:26.578 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:04:26.578 INFO kablam! Sep 19 16:04:26.578 INFO kablam! warning: unused variable: `h` Sep 19 16:04:26.578 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 16:04:26.578 INFO kablam! | Sep 19 16:04:26.578 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:26.578 INFO kablam! | ^ help: consider using `_h` instead Sep 19 16:04:26.578 INFO kablam! Sep 19 16:04:26.615 INFO kablam! warning: unused variable: `w` Sep 19 16:04:26.615 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 16:04:26.615 INFO kablam! | Sep 19 16:04:26.615 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:26.615 INFO kablam! | ^ help: consider using `_w` instead Sep 19 16:04:26.615 INFO kablam! | Sep 19 16:04:26.616 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 16:04:26.616 INFO kablam! Sep 19 16:04:26.616 INFO kablam! warning: unused variable: `h` Sep 19 16:04:26.616 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 16:04:26.616 INFO kablam! | Sep 19 16:04:26.616 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 16:04:26.617 INFO kablam! | ^ help: consider using `_h` instead Sep 19 16:04:26.617 INFO kablam! Sep 19 16:04:26.679 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 16:04:26.679 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 16:04:26.679 INFO kablam! | Sep 19 16:04:26.679 INFO kablam! 17 | tx_star_bg: usize, Sep 19 16:04:26.679 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 16:04:26.679 INFO kablam! | Sep 19 16:04:26.679 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 16:04:26.679 INFO kablam! Sep 19 16:04:26.707 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 16:04:26.707 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 16:04:26.707 INFO kablam! | Sep 19 16:04:26.707 INFO kablam! 17 | tx_star_bg: usize, Sep 19 16:04:26.707 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 16:04:26.707 INFO kablam! | Sep 19 16:04:26.707 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 16:04:26.707 INFO kablam! Sep 19 16:04:26.772 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 46.02s Sep 19 16:04:26.784 INFO kablam! su: No module specific data is present Sep 19 16:04:27.494 INFO running `"docker" "rm" "-f" "ea8c7be147ae2711ec5599f05fe3ca7d9586a5c6b4bf0893f615fea5dc41e9a8"` Sep 19 16:04:27.600 INFO blam! ea8c7be147ae2711ec5599f05fe3ca7d9586a5c6b4bf0893f615fea5dc41e9a8