Sep 03 22:52:06.992 INFO checking drbawb/megumin against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 03 22:52:06.992 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 03 22:52:06.992 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/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 22:52:07.240 INFO blam! 14b47f0a39fb212d0c7bb00fbe137039057b3ecb4ffdd8f99a1e4d54330dee9a Sep 03 22:52:07.241 INFO running `"docker" "start" "-a" "14b47f0a39fb212d0c7bb00fbe137039057b3ecb4ffdd8f99a1e4d54330dee9a"` Sep 03 22:52:08.319 INFO kablam! Compiling dtoa v0.2.2 Sep 03 22:52:08.319 INFO kablam! Compiling itoa v0.1.1 Sep 03 22:52:08.319 INFO kablam! Compiling serde v0.8.21 Sep 03 22:52:08.325 INFO kablam! Checking adler32 v0.3.0 Sep 03 22:52:08.325 INFO kablam! Checking linked-hash-map v0.0.10 Sep 03 22:52:08.325 INFO kablam! Compiling rand v0.3.15 Sep 03 22:52:08.325 INFO kablam! Compiling phf v0.7.20 Sep 03 22:52:08.326 INFO kablam! Compiling xml-rs v0.3.5 Sep 03 22:52:09.857 INFO kablam! Compiling x11-dl v2.12.0 Sep 03 22:52:10.276 INFO kablam! Checking num_cpus v1.2.1 Sep 03 22:52:10.297 INFO kablam! Checking shared_library v0.1.5 Sep 03 22:52:10.317 INFO kablam! Checking nodrop v0.1.8 Sep 03 22:52:11.439 INFO kablam! Checking stb_truetype v0.2.0 Sep 03 22:52:11.522 INFO kablam! Checking gif v0.9.0 Sep 03 22:52:11.690 INFO kablam! Checking deflate v0.7.1 Sep 03 22:52:12.077 INFO kablam! Compiling tempfile v2.1.4 Sep 03 22:52:12.675 INFO kablam! Checking num-bigint v0.1.35 Sep 03 22:52:14.050 INFO kablam! Checking arrayvec v0.3.20 Sep 03 22:52:14.253 INFO kablam! Checking osmesa-sys v0.1.2 Sep 03 22:52:15.031 INFO kablam! Checking backtrace-sys v0.1.5 Sep 03 22:52:15.413 INFO kablam! Checking rayon v0.6.0 Sep 03 22:52:20.169 INFO kablam! Checking fs2 v0.2.5 Sep 03 22:52:20.331 INFO kablam! Checking enum_primitive v0.1.0 Sep 03 22:52:20.357 INFO kablam! Checking backtrace v0.2.3 Sep 03 22:52:20.371 INFO kablam! Checking png v0.6.0 Sep 03 22:52:20.450 INFO kablam! Checking num-rational v0.1.35 Sep 03 22:52:21.420 INFO kablam! Checking rusttype v0.2.1 Sep 03 22:52:21.750 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 03 22:52:22.991 INFO kablam! Compiling gl_generator v0.5.2 Sep 03 22:52:26.417 INFO kablam! Compiling phf_generator v0.7.20 Sep 03 22:52:27.231 INFO kablam! Checking memmap v0.2.3 Sep 03 22:52:27.839 INFO kablam! Compiling phf_codegen v0.7.20 Sep 03 22:52:28.760 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 03 22:52:29.191 INFO kablam! Compiling target_build_utils v0.1.2 Sep 03 22:52:31.534 INFO kablam! Compiling wayland-client v0.5.12 Sep 03 22:52:36.884 INFO kablam! Compiling glutin v0.6.2 Sep 03 22:52:38.889 INFO kablam! Compiling glium v0.15.0 Sep 03 22:52:38.914 INFO kablam! Checking image v0.12.0 Sep 03 22:52:47.636 INFO kablam! Compiling serde_json v0.8.4 Sep 03 22:52:56.853 INFO kablam! Compiling libloading v0.3.1 Sep 03 22:52:59.702 INFO kablam! Checking dlib v0.3.1 Sep 03 22:52:59.948 INFO kablam! Checking wayland-sys v0.5.11 Sep 03 22:53:03.148 INFO kablam! Checking wayland-window v0.2.3 Sep 03 22:53:03.150 INFO kablam! Checking wayland-kbd v0.3.6 Sep 03 22:53:27.199 INFO kablam! Checking megumin v0.1.0 (file:///source) Sep 03 22:53:28.040 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 22:53:28.040 INFO kablam! --> src/render.rs:57:65 Sep 03 22:53:28.041 INFO kablam! | Sep 03 22:53:28.041 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 03 22:53:28.041 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 22:53:28.041 INFO kablam! | Sep 03 22:53:28.041 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 22:53:28.041 INFO kablam! Sep 03 22:53:28.041 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 22:53:28.041 INFO kablam! --> src/render.rs:60:94 Sep 03 22:53:28.041 INFO kablam! | Sep 03 22:53:28.041 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 03 22:53:28.041 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 22:53:28.041 INFO kablam! Sep 03 22:53:28.215 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 22:53:28.215 INFO kablam! --> src/render.rs:57:65 Sep 03 22:53:28.215 INFO kablam! | Sep 03 22:53:28.215 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 03 22:53:28.215 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 22:53:28.215 INFO kablam! | Sep 03 22:53:28.215 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 22:53:28.215 INFO kablam! Sep 03 22:53:28.215 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 22:53:28.215 INFO kablam! --> src/render.rs:60:94 Sep 03 22:53:28.215 INFO kablam! | Sep 03 22:53:28.215 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 03 22:53:28.215 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 22:53:28.215 INFO kablam! Sep 03 22:53:28.708 INFO kablam! warning: unused variable: `w` Sep 03 22:53:28.708 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 03 22:53:28.708 INFO kablam! | Sep 03 22:53:28.708 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 22:53:28.708 INFO kablam! | ^ help: consider using `_w` instead Sep 03 22:53:28.708 INFO kablam! | Sep 03 22:53:28.708 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 22:53:28.708 INFO kablam! Sep 03 22:53:28.709 INFO kablam! warning: unused variable: `h` Sep 03 22:53:28.709 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 03 22:53:28.709 INFO kablam! | Sep 03 22:53:28.709 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 22:53:28.709 INFO kablam! | ^ help: consider using `_h` instead Sep 03 22:53:28.709 INFO kablam! Sep 03 22:53:28.856 INFO kablam! warning: field is never used: `tx_star_bg` Sep 03 22:53:28.856 INFO kablam! --> src/entities/map.rs:17:5 Sep 03 22:53:28.856 INFO kablam! | Sep 03 22:53:28.856 INFO kablam! 17 | tx_star_bg: usize, Sep 03 22:53:28.856 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 22:53:28.856 INFO kablam! | Sep 03 22:53:28.856 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 22:53:28.856 INFO kablam! Sep 03 22:53:28.863 INFO kablam! warning: unused variable: `w` Sep 03 22:53:28.863 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 03 22:53:28.863 INFO kablam! | Sep 03 22:53:28.863 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 22:53:28.863 INFO kablam! | ^ help: consider using `_w` instead Sep 03 22:53:28.863 INFO kablam! | Sep 03 22:53:28.863 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 03 22:53:28.863 INFO kablam! Sep 03 22:53:28.863 INFO kablam! warning: unused variable: `h` Sep 03 22:53:28.863 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 03 22:53:28.863 INFO kablam! | Sep 03 22:53:28.863 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 03 22:53:28.863 INFO kablam! | ^ help: consider using `_h` instead Sep 03 22:53:28.863 INFO kablam! Sep 03 22:53:28.982 INFO kablam! warning: field is never used: `tx_star_bg` Sep 03 22:53:28.983 INFO kablam! --> src/entities/map.rs:17:5 Sep 03 22:53:28.983 INFO kablam! | Sep 03 22:53:28.983 INFO kablam! 17 | tx_star_bg: usize, Sep 03 22:53:28.983 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 03 22:53:28.983 INFO kablam! | Sep 03 22:53:28.983 INFO kablam! = note: #[warn(dead_code)] on by default Sep 03 22:53:28.983 INFO kablam! Sep 03 22:53:29.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 20s Sep 03 22:53:29.038 INFO kablam! su: No module specific data is present Sep 03 22:53:29.450 INFO running `"docker" "rm" "-f" "14b47f0a39fb212d0c7bb00fbe137039057b3ecb4ffdd8f99a1e4d54330dee9a"` Sep 03 22:53:29.541 INFO blam! 14b47f0a39fb212d0c7bb00fbe137039057b3ecb4ffdd8f99a1e4d54330dee9a