Sep 20 22:53:43.334 INFO checking drbawb/megumin against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 20 22:53:43.334 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 20 22:53:43.334 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-7/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:53:43.552 INFO blam! 4c98beb6fe98198be2ee079d963473e87fedf4a84d3670f706e0784eec29164c Sep 20 22:53:43.554 INFO running `"docker" "start" "-a" "4c98beb6fe98198be2ee079d963473e87fedf4a84d3670f706e0784eec29164c"` Sep 20 22:53:45.605 INFO kablam! usermod: no changes Sep 20 22:53:45.881 INFO kablam! Compiling serde v0.8.21 Sep 20 22:53:45.883 INFO kablam! Checking adler32 v0.3.0 Sep 20 22:53:45.884 INFO kablam! Compiling x11-dl v2.12.0 Sep 20 22:53:45.885 INFO kablam! Checking num_cpus v1.2.1 Sep 20 22:53:45.886 INFO kablam! Checking backtrace-sys v0.1.5 Sep 20 22:53:45.886 INFO kablam! Checking enum_primitive v0.1.0 Sep 20 22:53:46.599 INFO kablam! Checking backtrace v0.2.3 Sep 20 22:53:46.744 INFO kablam! Checking deflate v0.7.1 Sep 20 22:53:46.854 INFO kablam! Checking rayon v0.6.0 Sep 20 22:53:48.957 INFO kablam! Checking png v0.6.0 Sep 20 22:53:51.247 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 20 22:53:53.134 INFO kablam! Checking image v0.12.0 Sep 20 22:53:55.279 INFO kablam! Compiling serde_json v0.8.4 Sep 20 22:53:58.330 INFO kablam! Compiling target_build_utils v0.1.2 Sep 20 22:53:59.897 INFO kablam! Compiling libloading v0.3.1 Sep 20 22:54:02.146 INFO kablam! Checking dlib v0.3.1 Sep 20 22:54:02.339 INFO kablam! Checking wayland-sys v0.5.11 Sep 20 22:54:02.792 INFO kablam! Checking wayland-client v0.5.12 Sep 20 22:54:04.182 INFO kablam! Checking wayland-kbd v0.3.6 Sep 20 22:54:04.182 INFO kablam! Checking wayland-window v0.2.3 Sep 20 22:54:05.187 INFO kablam! Checking glutin v0.6.2 Sep 20 22:54:07.529 INFO kablam! Checking glium v0.15.0 Sep 20 22:54:21.155 INFO kablam! Checking megumin v0.1.0 (/source) Sep 20 22:54:21.510 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:54:21.510 INFO kablam! --> src/render.rs:57:65 Sep 20 22:54:21.510 INFO kablam! | Sep 20 22:54:21.510 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 20 22:54:21.510 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:54:21.510 INFO kablam! | Sep 20 22:54:21.510 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 22:54:21.510 INFO kablam! Sep 20 22:54:21.510 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:54:21.510 INFO kablam! --> src/render.rs:60:94 Sep 20 22:54:21.510 INFO kablam! | Sep 20 22:54:21.510 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 20 22:54:21.510 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:54:21.510 INFO kablam! Sep 20 22:54:21.550 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:54:21.550 INFO kablam! --> src/render.rs:57:65 Sep 20 22:54:21.550 INFO kablam! | Sep 20 22:54:21.550 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 20 22:54:21.550 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:54:21.550 INFO kablam! | Sep 20 22:54:21.550 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 22:54:21.550 INFO kablam! Sep 20 22:54:21.550 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:54:21.550 INFO kablam! --> src/render.rs:60:94 Sep 20 22:54:21.550 INFO kablam! | Sep 20 22:54:21.550 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 20 22:54:21.550 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:54:21.550 INFO kablam! Sep 20 22:54:21.798 INFO kablam! warning: unused variable: `w` Sep 20 22:54:21.798 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 20 22:54:21.798 INFO kablam! | Sep 20 22:54:21.798 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 20 22:54:21.798 INFO kablam! | ^ help: consider using `_w` instead Sep 20 22:54:21.798 INFO kablam! | Sep 20 22:54:21.798 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 22:54:21.798 INFO kablam! Sep 20 22:54:21.798 INFO kablam! warning: unused variable: `h` Sep 20 22:54:21.798 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 20 22:54:21.798 INFO kablam! | Sep 20 22:54:21.798 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 20 22:54:21.798 INFO kablam! | ^ help: consider using `_h` instead Sep 20 22:54:21.798 INFO kablam! Sep 20 22:54:21.861 INFO kablam! warning: unused variable: `w` Sep 20 22:54:21.861 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 20 22:54:21.861 INFO kablam! | Sep 20 22:54:21.861 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 20 22:54:21.861 INFO kablam! | ^ help: consider using `_w` instead Sep 20 22:54:21.861 INFO kablam! | Sep 20 22:54:21.861 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 22:54:21.861 INFO kablam! Sep 20 22:54:21.861 INFO kablam! warning: unused variable: `h` Sep 20 22:54:21.862 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 20 22:54:21.862 INFO kablam! | Sep 20 22:54:21.862 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 20 22:54:21.862 INFO kablam! | ^ help: consider using `_h` instead Sep 20 22:54:21.862 INFO kablam! Sep 20 22:54:21.877 INFO kablam! warning: field is never used: `tx_star_bg` Sep 20 22:54:21.877 INFO kablam! --> src/entities/map.rs:17:5 Sep 20 22:54:21.877 INFO kablam! | Sep 20 22:54:21.877 INFO kablam! 17 | tx_star_bg: usize, Sep 20 22:54:21.877 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 22:54:21.877 INFO kablam! | Sep 20 22:54:21.877 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:54:21.877 INFO kablam! Sep 20 22:54:21.932 INFO kablam! warning: field is never used: `tx_star_bg` Sep 20 22:54:21.933 INFO kablam! --> src/entities/map.rs:17:5 Sep 20 22:54:21.933 INFO kablam! | Sep 20 22:54:21.933 INFO kablam! 17 | tx_star_bg: usize, Sep 20 22:54:21.933 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 22:54:21.933 INFO kablam! | Sep 20 22:54:21.933 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 22:54:21.933 INFO kablam! Sep 20 22:54:21.960 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 36.33s Sep 20 22:54:21.969 INFO kablam! su: No module specific data is present Sep 20 22:54:22.472 INFO running `"docker" "rm" "-f" "4c98beb6fe98198be2ee079d963473e87fedf4a84d3670f706e0784eec29164c"` Sep 20 22:54:22.569 INFO blam! 4c98beb6fe98198be2ee079d963473e87fedf4a84d3670f706e0784eec29164c