Sep 19 13:55:31.576 INFO checking drbawb/megumin against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:55:31.576 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:55:31.576 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-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:31.998 INFO blam! 5acbb2642a0e0dcfc52b45941311a102d9984ea0b37c36f5af6f19acf1a65d8a Sep 19 13:55:32.015 INFO running `"docker" "start" "-a" "5acbb2642a0e0dcfc52b45941311a102d9984ea0b37c36f5af6f19acf1a65d8a"` Sep 19 13:55:33.443 INFO kablam! usermod: no changes Sep 19 13:55:33.755 INFO kablam! Compiling libc v0.2.18 Sep 19 13:55:33.757 INFO kablam! Compiling phf_shared v0.7.20 Sep 19 13:55:33.775 INFO kablam! Compiling serde v0.8.21 Sep 19 13:55:33.795 INFO kablam! Checking lazy_static v0.1.16 Sep 19 13:55:33.831 INFO kablam! Checking crossbeam v0.2.10 Sep 19 13:55:33.831 INFO kablam! Checking num_cpus v1.2.1 Sep 19 13:55:33.831 INFO kablam! Checking shared_library v0.1.5 Sep 19 13:55:33.831 INFO kablam! Compiling x11-dl v2.12.0 Sep 19 13:55:34.503 INFO kablam! Checking deflate v0.7.1 Sep 19 13:55:35.131 INFO kablam! Compiling wayland-scanner v0.5.11 Sep 19 13:55:35.250 INFO kablam! Compiling tempfile v2.1.4 Sep 19 13:55:35.281 INFO kablam! Checking num-bigint v0.1.35 Sep 19 13:55:36.523 INFO kablam! Compiling phf v0.7.20 Sep 19 13:55:36.616 INFO kablam! Compiling glutin v0.6.2 Sep 19 13:55:36.875 INFO kablam! Compiling glium v0.15.0 Sep 19 13:55:37.399 INFO kablam! Checking osmesa-sys v0.1.2 Sep 19 13:55:37.799 INFO kablam! Checking rayon v0.6.0 Sep 19 13:55:38.067 INFO kablam! Checking png v0.6.0 Sep 19 13:55:38.119 INFO kablam! Checking fs2 v0.2.5 Sep 19 13:55:38.699 INFO kablam! Checking backtrace v0.2.3 Sep 19 13:55:39.050 INFO kablam! Checking enum_primitive v0.1.0 Sep 19 13:55:39.447 INFO kablam! Compiling rand v0.3.15 Sep 19 13:55:45.155 INFO kablam! Checking num-rational v0.1.35 Sep 19 13:55:45.253 INFO kablam! Checking memmap v0.2.3 Sep 19 13:55:45.371 INFO kablam! Compiling wayland-client v0.5.12 Sep 19 13:55:46.775 INFO kablam! Checking jpeg-decoder v0.1.10 Sep 19 13:55:50.258 INFO kablam! Compiling phf_generator v0.7.20 Sep 19 13:55:51.319 INFO kablam! Compiling phf_codegen v0.7.20 Sep 19 13:55:51.915 INFO kablam! Checking image v0.12.0 Sep 19 13:55:52.815 INFO kablam! Compiling target_build_utils v0.1.2 Sep 19 13:56:00.871 INFO kablam! Compiling serde_json v0.8.4 Sep 19 13:56:08.774 INFO kablam! Compiling libloading v0.3.1 Sep 19 13:56:10.189 INFO kablam! Checking dlib v0.3.1 Sep 19 13:56:10.396 INFO kablam! Checking wayland-sys v0.5.11 Sep 19 13:56:11.776 INFO kablam! Checking wayland-kbd v0.3.6 Sep 19 13:56:11.783 INFO kablam! Checking wayland-window v0.2.3 Sep 19 13:56:26.603 INFO kablam! Checking megumin v0.1.0 (/source) Sep 19 13:56:27.031 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.032 INFO kablam! --> src/render.rs:57:65 Sep 19 13:56:27.032 INFO kablam! | Sep 19 13:56:27.033 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 13:56:27.033 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.033 INFO kablam! | Sep 19 13:56:27.033 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:56:27.033 INFO kablam! Sep 19 13:56:27.033 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.033 INFO kablam! --> src/render.rs:60:94 Sep 19 13:56:27.034 INFO kablam! | Sep 19 13:56:27.034 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 13:56:27.034 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.034 INFO kablam! Sep 19 13:56:27.043 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.044 INFO kablam! --> src/render.rs:57:65 Sep 19 13:56:27.044 INFO kablam! | Sep 19 13:56:27.044 INFO kablam! 57 | let verts_buffer = VertexBuffer::empty_dynamic(display, (MAX_RECTS * 6)) Sep 19 13:56:27.044 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.044 INFO kablam! | Sep 19 13:56:27.044 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:56:27.044 INFO kablam! Sep 19 13:56:27.044 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:56:27.044 INFO kablam! --> src/render.rs:60:94 Sep 19 13:56:27.044 INFO kablam! | Sep 19 13:56:27.044 INFO kablam! 60 | let index_buffer = IndexBuffer::empty_dynamic(display, PrimitiveType::TrianglesList, (MAX_RECTS * 6)) Sep 19 13:56:27.045 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:56:27.045 INFO kablam! Sep 19 13:56:27.411 INFO kablam! warning: unused variable: `w` Sep 19 13:56:27.412 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 13:56:27.412 INFO kablam! | Sep 19 13:56:27.412 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.413 INFO kablam! | ^ help: consider using `_w` instead Sep 19 13:56:27.413 INFO kablam! | Sep 19 13:56:27.414 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 13:56:27.414 INFO kablam! Sep 19 13:56:27.414 INFO kablam! warning: unused variable: `h` Sep 19 13:56:27.415 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 13:56:27.415 INFO kablam! | Sep 19 13:56:27.416 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.416 INFO kablam! | ^ help: consider using `_h` instead Sep 19 13:56:27.416 INFO kablam! Sep 19 13:56:27.420 INFO kablam! warning: unused variable: `w` Sep 19 13:56:27.420 INFO kablam! --> src/entities/sprite.rs:148:14 Sep 19 13:56:27.420 INFO kablam! | Sep 19 13:56:27.421 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.421 INFO kablam! | ^ help: consider using `_w` instead Sep 19 13:56:27.422 INFO kablam! | Sep 19 13:56:27.422 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 19 13:56:27.422 INFO kablam! Sep 19 13:56:27.423 INFO kablam! warning: unused variable: `h` Sep 19 13:56:27.423 INFO kablam! --> src/entities/sprite.rs:148:16 Sep 19 13:56:27.424 INFO kablam! | Sep 19 13:56:27.424 INFO kablam! 148 | let (w,h) = (0.035, 0.035); Sep 19 13:56:27.424 INFO kablam! | ^ help: consider using `_h` instead Sep 19 13:56:27.425 INFO kablam! Sep 19 13:56:27.499 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 13:56:27.499 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 13:56:27.500 INFO kablam! | Sep 19 13:56:27.500 INFO kablam! 17 | tx_star_bg: usize, Sep 19 13:56:27.501 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 13:56:27.501 INFO kablam! | Sep 19 13:56:27.501 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 13:56:27.502 INFO kablam! Sep 19 13:56:27.511 INFO kablam! warning: field is never used: `tx_star_bg` Sep 19 13:56:27.511 INFO kablam! --> src/entities/map.rs:17:5 Sep 19 13:56:27.511 INFO kablam! | Sep 19 13:56:27.511 INFO kablam! 17 | tx_star_bg: usize, Sep 19 13:56:27.511 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 13:56:27.511 INFO kablam! | Sep 19 13:56:27.511 INFO kablam! = note: #[warn(dead_code)] on by default Sep 19 13:56:27.511 INFO kablam! Sep 19 13:56:27.540 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.05s Sep 19 13:56:27.554 INFO kablam! su: No module specific data is present Sep 19 13:56:28.117 INFO running `"docker" "rm" "-f" "5acbb2642a0e0dcfc52b45941311a102d9984ea0b37c36f5af6f19acf1a65d8a"` Sep 19 13:56:28.206 INFO blam! 5acbb2642a0e0dcfc52b45941311a102d9984ea0b37c36f5af6f19acf1a65d8a