Sep 10 04:24:07.009 INFO checking drbawb/megumin against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 04:24:07.009 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 04:24:07.010 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-2/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 04:24:07.286 INFO blam! bdc6981c90d62cb3a6ddc6109c3a73ea7c5339841c2f6fea17fd7e5d128ec158 Sep 10 04:24:07.288 INFO running `"docker" "start" "-a" "bdc6981c90d62cb3a6ddc6109c3a73ea7c5339841c2f6fea17fd7e5d128ec158"` Sep 10 04:24:08.713 INFO kablam! usermod: no changes Sep 10 04:24:08.937 INFO kablam! Compiling libc v0.2.18 Sep 10 04:24:08.937 INFO kablam! Compiling phf_shared v0.7.20 Sep 10 04:24:08.939 INFO kablam! Compiling serde v0.8.21 Sep 10 04:24:08.955 INFO kablam! Checking adler32 v0.3.0 Sep 10 04:24:08.962 INFO kablam! Checking num-integer v0.1.32 Sep 10 04:24:08.962 INFO kablam! Checking rand v0.3.15 Sep 10 04:24:08.962 INFO kablam! Checking num_cpus v1.2.1 Sep 10 04:24:08.962 INFO kablam! Checking shared_library v0.1.5 Sep 10 04:24:09.935 INFO kablam! Checking gif v0.9.0 Sep 10 04:24:09.964 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 10 04:24:10.167 INFO kablam! Compiling tempfile v2.1.4 Sep 10 04:24:10.181 INFO kablam! Checking deflate v0.7.1 Sep 10 04:24:10.919 INFO kablam! Checking osmesa-sys v0.1.2 Sep 10 04:24:12.567 INFO kablam! Compiling phf v0.7.20 Sep 10 04:24:12.599 INFO kablam! Compiling glutin v0.6.2 Sep 10 04:24:13.124 INFO kablam! Compiling glium v0.15.0 Sep 10 04:24:13.340 INFO kablam! Checking x11-dl v2.12.0 Sep 10 04:24:14.344 INFO kablam! Checking backtrace-sys v0.1.5 Sep 10 04:24:14.604 INFO kablam! Checking num-iter v0.1.32 Sep 10 04:24:15.240 INFO kablam! Checking rusttype v0.2.1 Sep 10 04:24:22.458 INFO kablam! Checking fs2 v0.2.5 Sep 10 04:24:22.504 INFO kablam! Checking deque v0.3.1 Sep 10 04:24:22.686 INFO kablam! Checking num-bigint v0.1.35 Sep 10 04:24:23.226 INFO kablam! Checking backtrace v0.2.3 Sep 10 04:24:23.238 INFO kablam! Checking num v0.1.36 Sep 10 04:24:23.498 INFO kablam! Checking png v0.6.0 Sep 10 04:24:23.511 INFO kablam! Compiling wayland-client v0.5.12 Sep 10 04:24:23.878 INFO kablam! Compiling phf_generator v0.7.20 Sep 10 04:24:24.538 INFO kablam! Checking rayon v0.6.0 Sep 10 04:24:24.619 INFO kablam! Checking memmap v0.2.3 Sep 10 04:24:26.650 INFO kablam! Checking enum_primitive v0.1.0 Sep 10 04:24:26.922 INFO kablam! Compiling phf_codegen v0.7.20 Sep 10 04:24:27.650 INFO kablam! Checking num-rational v0.1.35 Sep 10 04:24:28.370 INFO kablam! Compiling target_build_utils v0.1.2 Sep 10 04:24:28.938 INFO kablam! Compiling serde_json v0.8.4 Sep 10 04:24:30.678 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 10 04:24:34.962 INFO kablam! Checking image v0.12.0 Sep 10 04:24:46.739 INFO kablam! Compiling libloading v0.3.1 Sep 10 04:24:48.560 INFO kablam! Checking dlib v0.3.1 Sep 10 04:24:48.788 INFO kablam! Checking wayland-sys v0.5.11 Sep 10 04:24:50.915 INFO kablam! Checking wayland-kbd v0.3.6 Sep 10 04:24:50.915 INFO kablam! Checking wayland-window v0.2.3 Sep 10 04:25:49.774 INFO kablam! Checking megumin v0.1.0 (file:///source) Sep 10 04:25:50.470 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 04:25:50.470 INFO kablam! --> src/render.rs:57:65 Sep 10 04:25:50.470 INFO kablam! | Sep 10 04:25:50.470 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 10 04:25:50.470 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 04:25:50.471 INFO kablam! | Sep 10 04:25:50.471 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 04:25:50.471 INFO kablam! Sep 10 04:25:50.471 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 04:25:50.471 INFO kablam! --> src/render.rs:60:94 Sep 10 04:25:50.471 INFO kablam! | Sep 10 04:25:50.471 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 10 04:25:50.471 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 04:25:50.472 INFO kablam! Sep 10 04:25:50.486 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 04:25:50.486 INFO kablam! --> src/render.rs:57:65 Sep 10 04:25:50.486 INFO kablam! | Sep 10 04:25:50.486 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 10 04:25:50.486 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 04:25:50.486 INFO kablam! | Sep 10 04:25:50.486 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 04:25:50.486 INFO kablam! Sep 10 04:25:50.486 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 04:25:50.486 INFO kablam! --> src/render.rs:60:94 Sep 10 04:25:50.486 INFO kablam! | Sep 10 04:25:50.486 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 10 04:25:50.486 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 04:25:50.486 INFO kablam! Sep 10 04:25:50.979 INFO kablam! warning: unused variable: `w` Sep 10 04:25:50.979 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 10 04:25:50.979 INFO kablam! | Sep 10 04:25:50.979 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 10 04:25:50.979 INFO kablam! | ^ help: consider using `_w` instead Sep 10 04:25:50.979 INFO kablam! | Sep 10 04:25:50.979 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 04:25:50.979 INFO kablam! Sep 10 04:25:50.979 INFO kablam! warning: unused variable: `h` Sep 10 04:25:50.979 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 10 04:25:50.979 INFO kablam! | Sep 10 04:25:50.979 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 10 04:25:50.979 INFO kablam! | ^ help: consider using `_h` instead Sep 10 04:25:50.980 INFO kablam! Sep 10 04:25:50.989 INFO kablam! warning: unused variable: `w` Sep 10 04:25:50.989 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 10 04:25:50.989 INFO kablam! | Sep 10 04:25:50.989 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 10 04:25:50.989 INFO kablam! | ^ help: consider using `_w` instead Sep 10 04:25:50.989 INFO kablam! | Sep 10 04:25:50.989 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 10 04:25:50.990 INFO kablam! Sep 10 04:25:50.990 INFO kablam! warning: unused variable: `h` Sep 10 04:25:50.990 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 10 04:25:50.990 INFO kablam! | Sep 10 04:25:50.990 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 10 04:25:50.990 INFO kablam! | ^ help: consider using `_h` instead Sep 10 04:25:50.990 INFO kablam! Sep 10 04:25:51.102 INFO kablam! warning: field is never used: `tx_star_bg` Sep 10 04:25:51.102 INFO kablam! --> src/entities/map.rs:17:5 Sep 10 04:25:51.102 INFO kablam! | Sep 10 04:25:51.102 INFO kablam! 17 | tx_star_bg: usize, Sep 10 04:25:51.102 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 04:25:51.105 INFO kablam! warning: field is never used: `tx_star_bg` Sep 10 04:25:51.105 INFO kablam! --> src/entities/map.rs:17:5 Sep 10 04:25:51.105 INFO kablam! | Sep 10 04:25:51.105 INFO kablam! 17 | tx_star_bg: usize, Sep 10 04:25:51.105 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 10 04:25:51.105 INFO kablam! | Sep 10 04:25:51.105 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 04:25:51.105 INFO kablam! | Sep 10 04:25:51.105 INFO kablam! = note: #[warn(dead_code)] on by default Sep 10 04:25:51.105 INFO kablam! Sep 10 04:25:51.105 INFO kablam! Sep 10 04:25:51.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 42s Sep 10 04:25:51.214 INFO kablam! su: No module specific data is present Sep 10 04:25:52.634 INFO running `"docker" "rm" "-f" "bdc6981c90d62cb3a6ddc6109c3a73ea7c5339841c2f6fea17fd7e5d128ec158"` Sep 10 04:25:52.738 INFO blam! bdc6981c90d62cb3a6ddc6109c3a73ea7c5339841c2f6fea17fd7e5d128ec158