Sep 05 19:02:05.254 INFO checking drbawb/megumin against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 19:02:05.254 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 19:02:05.254 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 19:02:05.660 INFO blam! 368cc687609f74605b57c809637c5a29513142d5f651824dc0cdf1578a8f59f5 Sep 05 19:02:05.661 INFO running `"docker" "start" "-a" "368cc687609f74605b57c809637c5a29513142d5f651824dc0cdf1578a8f59f5"` Sep 05 19:02:07.125 INFO kablam! usermod: no changes Sep 05 19:02:07.450 INFO kablam! Compiling libc v0.2.18 Sep 05 19:02:07.450 INFO kablam! Compiling serde v0.8.21 Sep 05 19:02:07.470 INFO kablam! Compiling gcc v0.3.41 Sep 05 19:02:07.470 INFO kablam! Checking adler32 v0.3.0 Sep 05 19:02:07.470 INFO kablam! Compiling x11-dl v2.12.0 Sep 05 19:02:07.470 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 05 19:02:07.470 INFO kablam! Compiling glutin v0.6.2 Sep 05 19:02:08.034 INFO kablam! Compiling glium v0.15.0 Sep 05 19:02:13.394 INFO kablam! Checking deflate v0.7.1 Sep 05 19:02:13.453 INFO kablam! Checking rand v0.3.15 Sep 05 19:02:13.462 INFO kablam! Checking shared_library v0.1.5 Sep 05 19:02:13.466 INFO kablam! Checking num_cpus v1.2.1 Sep 05 19:02:13.738 INFO kablam! Compiling wayland-client v0.5.12 Sep 05 19:02:13.995 INFO kablam! Checking fs2 v0.2.5 Sep 05 19:02:14.210 INFO kablam! Compiling backtrace-sys v0.1.5 Sep 05 19:02:17.594 INFO kablam! Checking osmesa-sys v0.1.2 Sep 05 19:02:17.658 INFO kablam! Checking memmap v0.2.3 Sep 05 19:02:17.730 INFO kablam! Checking tempfile v2.1.4 Sep 05 19:02:17.986 INFO kablam! Checking deque v0.3.1 Sep 05 19:02:18.902 INFO kablam! Checking num-bigint v0.1.35 Sep 05 19:02:19.414 INFO kablam! Checking png v0.6.0 Sep 05 19:02:19.415 INFO kablam! Compiling phf_generator v0.7.20 Sep 05 19:02:20.734 INFO kablam! Checking rayon v0.6.0 Sep 05 19:02:21.494 INFO kablam! Compiling phf_codegen v0.7.20 Sep 05 19:02:22.582 INFO kablam! Checking backtrace v0.2.3 Sep 05 19:02:23.446 INFO kablam! Compiling target_build_utils v0.1.2 Sep 05 19:02:23.494 INFO kablam! Checking num-rational v0.1.35 Sep 05 19:02:27.450 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 05 19:02:29.070 INFO kablam! Compiling serde_json v0.8.4 Sep 05 19:02:32.087 INFO kablam! Checking image v0.12.0 Sep 05 19:02:42.703 INFO kablam! Compiling libloading v0.3.1 Sep 05 19:02:44.313 INFO kablam! Checking dlib v0.3.1 Sep 05 19:02:44.465 INFO kablam! Checking wayland-sys v0.5.11 Sep 05 19:02:45.792 INFO kablam! Checking wayland-window v0.2.3 Sep 05 19:02:45.792 INFO kablam! Checking wayland-kbd v0.3.6 Sep 05 19:02:59.495 INFO kablam! Checking megumin v0.1.0 (file:///source) Sep 05 19:03:00.056 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 19:03:00.056 INFO kablam! --> src/render.rs:57:65 Sep 05 19:03:00.056 INFO kablam! | Sep 05 19:03:00.056 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 05 19:03:00.056 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 19:03:00.062 INFO kablam! | Sep 05 19:03:00.062 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 19:03:00.062 INFO kablam! Sep 05 19:03:00.062 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 19:03:00.063 INFO kablam! --> src/render.rs:60:94 Sep 05 19:03:00.063 INFO kablam! | Sep 05 19:03:00.063 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 05 19:03:00.063 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 19:03:00.063 INFO kablam! Sep 05 19:03:00.068 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 19:03:00.068 INFO kablam! --> src/render.rs:57:65 Sep 05 19:03:00.068 INFO kablam! | Sep 05 19:03:00.068 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 05 19:03:00.068 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 19:03:00.068 INFO kablam! | Sep 05 19:03:00.068 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 19:03:00.068 INFO kablam! Sep 05 19:03:00.068 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 19:03:00.068 INFO kablam! --> src/render.rs:60:94 Sep 05 19:03:00.068 INFO kablam! | Sep 05 19:03:00.068 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 05 19:03:00.068 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 19:03:00.068 INFO kablam! Sep 05 19:03:00.431 INFO kablam! warning: unused variable: `w` Sep 05 19:03:00.431 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 05 19:03:00.431 INFO kablam! | Sep 05 19:03:00.431 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 05 19:03:00.431 INFO kablam! | ^ help: consider using `_w` instead Sep 05 19:03:00.432 INFO kablam! | Sep 05 19:03:00.432 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 19:03:00.432 INFO kablam! Sep 05 19:03:00.433 INFO kablam! warning: unused variable: `h` Sep 05 19:03:00.433 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 05 19:03:00.433 INFO kablam! | Sep 05 19:03:00.433 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 05 19:03:00.433 INFO kablam! | ^ help: consider using `_h` instead Sep 05 19:03:00.433 INFO kablam! Sep 05 19:03:00.438 INFO kablam! warning: unused variable: `w` Sep 05 19:03:00.438 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 05 19:03:00.438 INFO kablam! | Sep 05 19:03:00.438 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 05 19:03:00.438 INFO kablam! | ^ help: consider using `_w` instead Sep 05 19:03:00.438 INFO kablam! | Sep 05 19:03:00.438 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 05 19:03:00.438 INFO kablam! Sep 05 19:03:00.438 INFO kablam! warning: unused variable: `h` Sep 05 19:03:00.438 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 05 19:03:00.438 INFO kablam! | Sep 05 19:03:00.438 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 05 19:03:00.438 INFO kablam! | ^ help: consider using `_h` instead Sep 05 19:03:00.438 INFO kablam! Sep 05 19:03:00.519 INFO kablam! warning: field is never used: `tx_star_bg` Sep 05 19:03:00.519 INFO kablam! --> src/entities/map.rs:17:5 Sep 05 19:03:00.519 INFO kablam! | Sep 05 19:03:00.519 INFO kablam! 17 | tx_star_bg: usize, Sep 05 19:03:00.519 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 19:03:00.519 INFO kablam! | Sep 05 19:03:00.519 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 19:03:00.519 INFO kablam! Sep 05 19:03:00.528 INFO kablam! warning: field is never used: `tx_star_bg` Sep 05 19:03:00.528 INFO kablam! --> src/entities/map.rs:17:5 Sep 05 19:03:00.528 INFO kablam! | Sep 05 19:03:00.528 INFO kablam! 17 | tx_star_bg: usize, Sep 05 19:03:00.528 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 05 19:03:00.528 INFO kablam! | Sep 05 19:03:00.528 INFO kablam! = note: #[warn(dead_code)] on by default Sep 05 19:03:00.528 INFO kablam! Sep 05 19:03:00.602 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.45s Sep 05 19:03:00.615 INFO kablam! su: No module specific data is present Sep 05 19:03:01.503 INFO running `"docker" "rm" "-f" "368cc687609f74605b57c809637c5a29513142d5f651824dc0cdf1578a8f59f5"` Sep 05 19:03:01.644 INFO blam! 368cc687609f74605b57c809637c5a29513142d5f651824dc0cdf1578a8f59f5