Sep 19 13:55:32.103 INFO checking drbawb/megumin against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 13:55:32.103 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 13:55:32.103 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:55:32.526 INFO blam! 2d9010f9b447c50163c9d1182f1bd7977fad88d5fffd0f8c8ffac04c1d5dae01 Sep 19 13:55:32.534 INFO running `"docker" "start" "-a" "2d9010f9b447c50163c9d1182f1bd7977fad88d5fffd0f8c8ffac04c1d5dae01"` Sep 19 13:55:34.031 INFO kablam! usermod: no changes Sep 19 13:55:34.291 INFO kablam! Compiling serde v0.8.21 Sep 19 13:55:34.291 INFO kablam! Compiling gcc v0.3.41 Sep 19 13:55:34.308 INFO kablam! Checking rustc-demangle v0.1.3 Sep 19 13:55:34.308 INFO kablam! Checking smallvec v0.1.8 Sep 19 13:55:34.314 INFO kablam! Compiling rand v0.3.15 Sep 19 13:55:34.323 INFO kablam! Checking num_cpus v1.2.1 Sep 19 13:55:34.323 INFO kablam! Checking shared_library v0.1.5 Sep 19 13:55:34.323 INFO kablam! Compiling x11-dl v2.12.0 Sep 19 13:55:34.827 INFO kablam! Checking deflate v0.7.1 Sep 19 13:55:34.982 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 19 13:55:35.417 INFO kablam! Checking deque v0.3.1 Sep 19 13:55:35.979 INFO kablam! Checking num-bigint v0.1.35 Sep 19 13:55:36.135 INFO kablam! Checking osmesa-sys v0.1.2 Sep 19 13:55:36.651 INFO kablam! Compiling glutin v0.6.2 Sep 19 13:55:36.685 INFO kablam! Compiling glium v0.15.0 Sep 19 13:55:44.219 INFO kablam! Checking rayon v0.6.0 Sep 19 13:55:44.256 INFO kablam! Checking png v0.6.0 Sep 19 13:55:44.258 INFO kablam! Checking num-rational v0.1.35 Sep 19 13:55:44.316 INFO kablam! Compiling phf_generator v0.7.20 Sep 19 13:55:44.768 INFO kablam! Compiling wayland-client v0.5.12 Sep 19 13:55:45.196 INFO kablam! Checking fs2 v0.2.5 Sep 19 13:55:45.408 INFO kablam! Compiling backtrace-sys v0.1.5 Sep 19 13:55:46.368 INFO kablam! Checking tempfile v2.1.4 Sep 19 13:55:48.603 INFO kablam! Compiling phf_codegen v0.7.20 Sep 19 13:55:48.958 INFO kablam! Checking memmap v0.2.3 Sep 19 13:55:49.772 INFO kablam! Compiling target_build_utils v0.1.2 Sep 19 13:55:50.799 INFO kablam! Checking backtrace v0.2.3 Sep 19 13:55:54.623 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 19 13:55:56.699 INFO kablam! Compiling serde_json v0.8.4 Sep 19 13:55:57.607 INFO kablam! Checking image v0.12.0 Sep 19 13:56:08.983 INFO kablam! Compiling libloading v0.3.1 Sep 19 13:56:10.495 INFO kablam! Checking dlib v0.3.1 Sep 19 13:56:10.642 INFO kablam! Checking wayland-sys v0.5.11 Sep 19 13:56:12.253 INFO kablam! Checking wayland-window v0.2.3 Sep 19 13:56:12.253 INFO kablam! Checking wayland-kbd v0.3.6 Sep 19 13:56:27.061 INFO kablam! Checking megumin v0.1.0 (/source) Sep 19 13:56:27.534 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.534 INFO kablam! --> src/render.rs:57:65 Sep 19 13:56:27.534 INFO kablam! | Sep 19 13:56:27.534 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 13:56:27.535 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.535 INFO kablam! | Sep 19 13:56:27.535 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:56:27.536 INFO kablam! Sep 19 13:56:27.536 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.536 INFO kablam! --> src/render.rs:60:94 Sep 19 13:56:27.537 INFO kablam! | Sep 19 13:56:27.537 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 13:56:27.537 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.537 INFO kablam! Sep 19 13:56:27.548 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.548 INFO kablam! --> src/render.rs:57:65 Sep 19 13:56:27.548 INFO kablam! | Sep 19 13:56:27.548 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 13:56:27.548 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.549 INFO kablam! | Sep 19 13:56:27.549 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:56:27.549 INFO kablam! Sep 19 13:56:27.549 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.549 INFO kablam! --> src/render.rs:60:94 Sep 19 13:56:27.549 INFO kablam! | Sep 19 13:56:27.549 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 13:56:27.549 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.549 INFO kablam! Sep 19 13:56:27.849 INFO kablam! warning: unused variable: `w` Sep 19 13:56:27.849 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 13:56:27.849 INFO kablam! | Sep 19 13:56:27.849 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.849 INFO kablam! | ^ help: consider using `_w` instead Sep 19 13:56:27.849 INFO kablam! | Sep 19 13:56:27.849 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 13:56:27.849 INFO kablam! Sep 19 13:56:27.850 INFO kablam! warning: unused variable: `h` Sep 19 13:56:27.850 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 13:56:27.850 INFO kablam! | Sep 19 13:56:27.850 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.850 INFO kablam! | ^ help: consider using `_h` instead Sep 19 13:56:27.850 INFO kablam! Sep 19 13:56:27.905 INFO kablam! warning: unused variable: `w` Sep 19 13:56:27.905 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 13:56:27.905 INFO kablam! | Sep 19 13:56:27.906 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.906 INFO kablam! | ^ help: consider using `_w` instead Sep 19 13:56:27.907 INFO kablam! | Sep 19 13:56:27.907 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 13:56:27.907 INFO kablam! Sep 19 13:56:27.908 INFO kablam! warning: unused variable: `h` Sep 19 13:56:27.908 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 13:56:27.908 INFO kablam! | Sep 19 13:56:27.908 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.908 INFO kablam! | ^ help: consider using `_h` instead Sep 19 13:56:27.908 INFO kablam! Sep 19 13:56:27.923 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 13:56:27.923 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 13:56:27.923 INFO kablam! | Sep 19 13:56:27.923 INFO kablam! 17 | tx_star_bg: usize, Sep 19 13:56:27.923 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 13:56:27.923 INFO kablam! | Sep 19 13:56:27.923 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 13:56:27.923 INFO kablam! Sep 19 13:56:27.986 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 13:56:27.986 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 13:56:27.986 INFO kablam! | Sep 19 13:56:27.986 INFO kablam! 17 | tx_star_bg: usize, Sep 19 13:56:27.986 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 13:56:27.986 INFO kablam! | Sep 19 13:56:27.986 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 13:56:27.986 INFO kablam! Sep 19 13:56:28.021 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 53.95s Sep 19 13:56:28.034 INFO kablam! su: No module specific data is present Sep 19 13:56:28.467 INFO running `"docker" "rm" "-f" "2d9010f9b447c50163c9d1182f1bd7977fad88d5fffd0f8c8ffac04c1d5dae01"` Sep 19 13:56:28.574 INFO blam! 2d9010f9b447c50163c9d1182f1bd7977fad88d5fffd0f8c8ffac04c1d5dae01